Interface OMultiValueIndexEngine
- All Superinterfaces:
OBaseIndexEngine,OV1IndexEngine
- All Known Implementing Classes:
OCellBTreeMultiValueIndexEngine
-
Field Summary
Fields inherited from interface com.orientechnologies.orient.core.index.engine.OV1IndexEngine
API_VERSION -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanbooleanremove(OAtomicOperation atomicOperation, Object key, ORID value) Methods inherited from interface com.orientechnologies.orient.core.index.engine.OBaseIndexEngine
acquireAtomicExclusiveLock, clear, close, create, delete, descStream, flush, getId, getIndexNameByKey, getName, getUniqueIndexVersion, hasRangeQuerySupport, hasRidBagTreesSupport, init, iterateEntriesBetween, iterateEntriesMajor, iterateEntriesMinor, keyStream, load, size, stream, updateUniqueIndexVersionMethods inherited from interface com.orientechnologies.orient.core.index.engine.OV1IndexEngine
get, getEngineAPIVersion, put
-
Method Details
-
remove
-
isMultiValue
default boolean isMultiValue()- Specified by:
isMultiValuein interfaceOV1IndexEngine
-