public class MapReduceIndexManagement extends Object
| Constructor and Description |
|---|
MapReduceIndexManagement(JanusGraph g) |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphManagement.IndexJobFuture |
updateIndex(Index index,
SchemaAction updateAction)
Updates the provided index according to the given
SchemaAction. |
public MapReduceIndexManagement(JanusGraph g)
public JanusGraphManagement.IndexJobFuture updateIndex(Index index, SchemaAction updateAction) throws BackendException
SchemaAction.
Only SchemaAction.REINDEX and SchemaAction.REMOVE_INDEX are supported.index - the index to processupdateAction - either REINDEX or REMOVE_INDEXBackendExceptionCopyright © 2012–2020. All rights reserved.