Class OrientIndexAuto<T extends OrientElement>
java.lang.Object
com.tinkerpop.blueprints.impls.orient.OrientIndexAuto<T>
- All Implemented Interfaces:
OrientIndex<T>,com.tinkerpop.blueprints.Index<T>
-
Method Summary
Modifier and TypeMethodDescriptionlongstatic <T extends OrientElement>
OrientIndexAuto<T>create(OrientBaseGraph graph, String indexName, Class<T> indexClass) static voiddrop(OrientBaseGraph graph, String indexName) com.tinkerpop.blueprints.CloseableIterable<T>static <T extends OrientElement>
OrientIndexAuto<T>load(OrientBaseGraph graph, String indexName, Class<T> indexClass) voidcom.tinkerpop.blueprints.CloseableIterable<T>voidvoidremoveElement(T element) toString()
-
Method Details
-
create
public static <T extends OrientElement> OrientIndexAuto<T> create(OrientBaseGraph graph, String indexName, Class<T> indexClass) -
load
public static <T extends OrientElement> OrientIndexAuto<T> load(OrientBaseGraph graph, String indexName, Class<T> indexClass) -
drop
-
getIndexName
- Specified by:
getIndexNamein interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>
-
getIndexClass
- Specified by:
getIndexClassin interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>
-
put
- Specified by:
putin interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>
-
get
- Specified by:
getin interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>
-
query
- Specified by:
queryin interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>
-
count
- Specified by:
countin interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>
-
remove
- Specified by:
removein interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>
-
removeElement
- Specified by:
removeElementin interfaceOrientIndex<T extends OrientElement>
-
toString
-