Class OrientIndexManual<T extends OrientElement>
java.lang.Object
com.tinkerpop.blueprints.impls.orient.OrientIndexManual<T>
- All Implemented Interfaces:
OrientIndex<T>,com.tinkerpop.blueprints.Index<T>
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com) (http://orientdb.com)
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOrientIndexManual(OrientBaseGraph orientGraph, OIndex rawIndex) protectedOrientIndexManual(OrientBaseGraph graph, String indexName, Class<? extends com.tinkerpop.blueprints.Element> indexClass, OType iType) -
Method Summary
-
Field Details
-
CONFIG_CLASSNAME
- See Also:
-
CONFIG_RECORD_MAP_NAME
- See Also:
-
VERTEX
- See Also:
-
EDGE
- See Also:
-
SEPARATOR
- See Also:
-
graph
-
underlying
-
recordKeyValueIndex
-
indexClass
-
-
Constructor Details
-
OrientIndexManual
protected OrientIndexManual(OrientBaseGraph graph, String indexName, Class<? extends com.tinkerpop.blueprints.Element> indexClass, OType iType) -
OrientIndexManual
-
-
Method Details
-
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
public com.tinkerpop.blueprints.CloseableIterable<T> query(String key, Object query) throws UnsupportedOperationException - Specified by:
queryin interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>- Throws:
UnsupportedOperationException
-
count
- Specified by:
countin interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>
-
remove
- Specified by:
removein interfacecom.tinkerpop.blueprints.Index<T extends OrientElement>
-
toString
-
getUnderlying
-
close
public void close() -
removeElement
- Specified by:
removeElementin interfaceOrientIndex<T extends OrientElement>
-