public class MapReduceIndexManagement extends Object
| Constructor and Description |
|---|
MapReduceIndexManagement(JanusGraph g) |
| Modifier and Type | Method and Description |
|---|---|
ScanJobFuture |
updateIndex(Index index,
SchemaAction updateAction) |
ScanJobFuture |
updateIndex(Index index,
SchemaAction updateAction,
org.apache.hadoop.conf.Configuration hadoopConf)
Updates the provided index according to the given
SchemaAction. |
public MapReduceIndexManagement(JanusGraph g)
public ScanJobFuture updateIndex(Index index, SchemaAction updateAction) throws BackendException
BackendExceptionpublic ScanJobFuture updateIndex(Index index, SchemaAction updateAction, org.apache.hadoop.conf.Configuration hadoopConf) throws BackendException
SchemaAction.
Only SchemaAction.REINDEX and SchemaAction.DISCARD_INDEX are supported.index - the index to processupdateAction - either REINDEX or DISCARD_INDEXhadoopConf - BackendExceptionCopyright © 2012–2024. All rights reserved.