| Modifier and Type | Method and Description |
|---|---|
SchemaStatus |
RelationTypeIndex.getIndexStatus()
Returns the status of this index
|
SchemaStatus |
TitanGraphIndex.getIndexStatus(PropertyKey key)
Returns the status of this index with respect to the provided
PropertyKey. |
static SchemaStatus |
SchemaStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaStatus[] |
SchemaStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SchemaStatus> |
SchemaAction.getApplicableStatus() |
Set<SchemaStatus> |
SchemaAction.getFailureStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaAction.isApplicableStatus(SchemaStatus status) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaStatus |
AbstractIndexStatusWatcher.status |
| Modifier and Type | Method and Description |
|---|---|
SchemaStatus |
RelationIndexStatusReport.getActualStatus() |
SchemaStatus |
RelationTypeIndexWrapper.getIndexStatus() |
SchemaStatus |
TitanGraphIndexWrapper.getIndexStatus(PropertyKey key) |
SchemaStatus |
RelationIndexStatusReport.getTargetStatus() |
SchemaStatus |
GraphIndexStatusReport.getTargetStatus() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SchemaStatus> |
GraphIndexStatusReport.getConvergedKeys() |
Map<String,SchemaStatus> |
GraphIndexStatusReport.getNotConvergedKeys() |
| Modifier and Type | Method and Description |
|---|---|
S |
AbstractIndexStatusWatcher.status(SchemaStatus status)
Set the target index status.
|
| Constructor and Description |
|---|
GraphIndexStatusReport(boolean success,
String indexName,
SchemaStatus targetStatus,
Map<String,SchemaStatus> notConverged,
Map<String,SchemaStatus> converged,
java.time.Duration elapsed) |
RelationIndexStatusReport(boolean succeeded,
String indexName,
String relationTypeName,
SchemaStatus actualStatus,
SchemaStatus targetStatus,
java.time.Duration elapsed) |
| Constructor and Description |
|---|
GraphIndexStatusReport(boolean success,
String indexName,
SchemaStatus targetStatus,
Map<String,SchemaStatus> notConverged,
Map<String,SchemaStatus> converged,
java.time.Duration elapsed) |
GraphIndexStatusReport(boolean success,
String indexName,
SchemaStatus targetStatus,
Map<String,SchemaStatus> notConverged,
Map<String,SchemaStatus> converged,
java.time.Duration elapsed) |
| Modifier and Type | Method and Description |
|---|---|
SchemaStatus |
InternalRelationType.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
SchemaStatus |
ParameterIndexField.getStatus() |
SchemaStatus |
SchemaSource.getStatus() |
SchemaStatus |
CompositeIndexType.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
StandardRelationTypeMaker |
StandardRelationTypeMaker.status(SchemaStatus status) |
| Modifier and Type | Method and Description |
|---|---|
SchemaStatus |
CompositeIndexTypeWrapper.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
SchemaStatus |
EmptyRelationType.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
SchemaStatus |
TitanSchemaVertex.getStatus() |
Copyright © 2012–2015. All rights reserved.