| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexJobFuture |
TitanManagement.getIndexJobStatus(TitanIndex index)
If an index update job was triggered through
TitanManagement.updateIndex(TitanIndex, SchemaAction) with schema actions
SchemaAction.REINDEX or SchemaAction.REMOVE_INDEX
then this method can be used to track the status of this asynchronous process. |
TitanManagement.IndexJobFuture |
TitanManagement.updateIndex(TitanIndex index,
SchemaAction updateAction)
Updates the provided index according to the given
SchemaAction |
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexJobFuture |
Backend.getScanJobStatus(Object jobId) |
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexJobFuture |
StandardScanner.Builder.execute() |
TitanManagement.IndexJobFuture |
StandardScanner.getRunningJob(Object jobId) |
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexJobFuture |
ManagementSystem.getIndexJobStatus(TitanIndex index) |
TitanManagement.IndexJobFuture |
ManagementSystem.updateIndex(TitanIndex index,
SchemaAction updateAction) |
Copyright © 2012–2015. All rights reserved.