public interface OSingleValueIndexEngine extends OV1IndexEngine
OBaseIndexEngine.Validator<K,V>, OBaseIndexEngine.ValuesTransformer
API_VERSION
Modifier and Type | Method and Description |
---|---|
default boolean |
isMultiValue() |
boolean |
remove(OAtomicOperation atomicOperation,
Object key) |
boolean |
validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
get, getEngineAPIVersion, load, put
acquireAtomicExclusiveLock, clear, close, create, delete, descStream, flush, getId, getIndexNameByKey, getName, hasRangeQuerySupport, init, iterateEntriesBetween, iterateEntriesMajor, iterateEntriesMinor, keyStream, size, stream
boolean validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, OBaseIndexEngine.Validator<Object,ORID> validator)
boolean remove(OAtomicOperation atomicOperation, Object key) throws IOException
IOException
default boolean isMultiValue()
isMultiValue
in interface OV1IndexEngine
Copyright © 2009–2020 OrientDB. All rights reserved.