| Modifier and Type | Method and Description |
|---|---|
ConsistencyModifier |
TitanManagement.getConsistency(TitanSchemaElement element)
Retrieves the consistency modifier for the given
TitanSchemaElement. |
static ConsistencyModifier |
ConsistencyModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyModifier[] |
ConsistencyModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TitanManagement.setConsistency(TitanSchemaElement element,
ConsistencyModifier consistency)
Sets the consistency modifier for the given
TitanSchemaElement. |
| Modifier and Type | Method and Description |
|---|---|
ConsistencyModifier |
ManagementSystem.getConsistency(TitanSchemaElement element)
Retrieves the consistency level for a schema element (types and internal indexes)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementSystem.setConsistency(TitanSchemaElement element,
ConsistencyModifier consistency)
Sets the consistency level for those schema elements that support it (types and internal indexes)
|
| Modifier and Type | Method and Description |
|---|---|
ConsistencyModifier |
InternalRelationType.getConsistencyModifier() |
| Modifier and Type | Method and Description |
|---|---|
ConsistencyModifier |
CompositeIndexType.getConsistencyModifier() |
static ConsistencyModifier |
TypeUtil.getConsistencyModifier(SchemaSource schema) |
| Modifier and Type | Method and Description |
|---|---|
ConsistencyModifier |
CompositeIndexTypeWrapper.getConsistencyModifier() |
| Modifier and Type | Method and Description |
|---|---|
ConsistencyModifier |
ImplicitKey.getConsistencyModifier() |
ConsistencyModifier |
BaseRelationType.getConsistencyModifier() |
| Modifier and Type | Method and Description |
|---|---|
ConsistencyModifier |
RelationTypeVertex.getConsistencyModifier() |
Copyright © 2012–2015. All rights reserved.