org.neo4j.unsafe.batchinsert
Class BatchIndexDefinition
java.lang.Object
org.neo4j.unsafe.batchinsert.BatchIndexDefinition
- All Implemented Interfaces:
- IndexDefinition
public class BatchIndexDefinition
- extends Object
- implements IndexDefinition
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchIndexDefinition
public BatchIndexDefinition(Label label,
String... propertyKeys)
getLabel
public Label getLabel()
- Specified by:
getLabel in interface IndexDefinition
- Returns:
- the
label this index definition is associated with.
getPropertyKeys
public Iterable<String> getPropertyKeys()
- Specified by:
getPropertyKeys in interface IndexDefinition
- Returns:
- the property keys this index was created on.
drop
public void drop()
- Description copied from interface:
IndexDefinition
- Drops this index.
Schema.getIndexes(Label) will no longer include this index
and any related background jobs and files will be stopped and removed.
- Specified by:
drop in interface IndexDefinition
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.