public class OIndexHighLander
extends com.orientechnologies.orient.core.index.OIndexDictionary
com.orientechnologies.orient.core.index.OIndexAbstract.IndexTxSnapshot, com.orientechnologies.orient.core.index.OIndexAbstract.RemovedValue
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
Constructor and Description |
---|
OIndexHighLander(java.lang.String typeId,
java.lang.String algorithm,
com.orientechnologies.orient.core.index.OIndexEngine<com.orientechnologies.orient.core.db.record.OIdentifiable> engine,
java.lang.String valueContainerAlgorithm) |
Modifier and Type | Method and Description |
---|---|
com.orientechnologies.orient.core.index.OIndexOneValue |
put(java.lang.Object iKey,
com.orientechnologies.orient.core.db.record.OIdentifiable iSingleValue) |
canBeUsedInEqualityOperators, checkEntry, commitSnapshot, putInSnapshot, removeFromSnapshot, supportsOrderedIterations
count, count, create, get, getEntries, getEntriesBetween, getEntriesMajor, getEntriesMinor, getKeySize, getSize, getValues, getValuesBetween, getValuesMajor, getValuesMinor, valuesInverseIterator, valuesIterator
acquireModificationLock, addCluster, addTxOperation, checkForKeyType, checkForRebuild, clear, close, commit, contains, create, delete, deleteWithoutIndexLoad, equals, flush, freeze, getAlgorithm, getClusters, getCollatingValue, getConfiguration, getDatabase, getDatabaseName, getDefinition, getEntries, getEntriesBetween, getEntriesBetween, getEntriesMajor, getEntriesMinor, getIdentity, getInternal, getKeyTypes, getMetadata, getName, getType, getValues, getValuesBetween, getValuesBetween, getValuesMajor, getValuesMinor, hashCode, hasRangeQuerySupport, inverseIterator, isAutomatic, isRebuiding, iterator, keys, loadFromConfiguration, loadMetadata, onAfterTxCommit, onAfterTxRollback, onBeforeTxBegin, onBeforeTxCommit, onBeforeTxRollback, onClose, onCorruptionRepairDatabase, onCreate, onDelete, onOpen, postCommit, preCommit, rebuild, rebuild, release, releaseModificationLock, remove, remove, removeCluster, removeFromSnapshot, setRebuildingFlag, toString, unload, updateConfiguration
acquireExclusiveLock, acquireSharedLock, releaseExclusiveLock, releaseSharedLock, tryAcquireExclusiveLock, tryAcquireSharedLock
public OIndexHighLander(java.lang.String typeId, java.lang.String algorithm, com.orientechnologies.orient.core.index.OIndexEngine<com.orientechnologies.orient.core.db.record.OIdentifiable> engine, java.lang.String valueContainerAlgorithm)
public com.orientechnologies.orient.core.index.OIndexOneValue put(java.lang.Object iKey, com.orientechnologies.orient.core.db.record.OIdentifiable iSingleValue)
put
in interface com.orientechnologies.orient.core.index.OIndex<com.orientechnologies.orient.core.db.record.OIdentifiable>
put
in class com.orientechnologies.orient.core.index.OIndexDictionary