public interface OV1IndexEngine extends OBaseIndexEngine
OBaseIndexEngine.Validator<K,V>, OBaseIndexEngine.ValuesTransformer
Modifier and Type | Field and Description |
---|---|
static int |
API_VERSION |
Modifier and Type | Method and Description |
---|---|
Stream<ORID> |
get(Object key) |
default int |
getEngineAPIVersion() |
boolean |
isMultiValue() |
void |
load(String name,
int keySize,
OType[] keyTypes,
OBinarySerializer keySerializer,
OEncryption encryption) |
void |
put(OAtomicOperation atomicOperation,
Object key,
ORID value) |
acquireAtomicExclusiveLock, clear, close, create, delete, descStream, flush, getId, getIndexNameByKey, getName, hasRangeQuerySupport, init, iterateEntriesBetween, iterateEntriesMajor, iterateEntriesMinor, keyStream, size, stream
static final int API_VERSION
void put(OAtomicOperation atomicOperation, Object key, ORID value)
default int getEngineAPIVersion()
getEngineAPIVersion
in interface OBaseIndexEngine
void load(String name, int keySize, OType[] keyTypes, OBinarySerializer keySerializer, OEncryption encryption)
boolean isMultiValue()
Copyright © 2009–2020 OrientDB. All rights reserved.