
public class OIndexRemoteOneValue extends OIndexRemote<OIdentifiable>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
QUERY_GET |
clustersToIndex, configuration, databaseName, indexDefinition, name, QUERY_ENTRIES, QUERY_ENTRIES_DESC, QUERY_GET_VALUES_AND_OPERATOR, QUERY_GET_VALUES_BEETWEN_EXCLUSIVE_FROM_CONDITION, QUERY_GET_VALUES_BEETWEN_EXCLUSIVE_TO_CONDITION, QUERY_GET_VALUES_BEETWEN_INCLUSIVE_FROM_CONDITION, QUERY_GET_VALUES_BEETWEN_INCLUSIVE_TO_CONDITION, QUERY_GET_VALUES_BEETWEN_SELECT, QUERY_GET_VALUES_LIMITMERGE_KEYS| Constructor and Description |
|---|
OIndexRemoteOneValue(String iName,
String iWrappedType,
String algorithm,
ORID iRid,
OIndexDefinition iIndexDefinition,
ODocument iConfiguration,
Set<String> clustersToIndex) |
| Modifier and Type | Method and Description |
|---|---|
OIdentifiable |
get(Object iKey)
Gets the set of records associated with the passed key.
|
Iterator<Map.Entry<Object,OIdentifiable>> |
inverseIterator() |
boolean |
isUnique() |
Iterator<Map.Entry<Object,OIdentifiable>> |
iterator() |
boolean |
supportsOrderedIterations() |
automaticRebuild, checkEntry, clear, commit, compareTo, contains, count, count, create, cursor, delete, descCursor, equals, flush, formatCommand, getAlgorithm, getClusters, getConfiguration, getDatabase, getDatabaseName, getDefinition, getEntries, getEntries, getFirstKey, getIdentity, getIndexId, getInternal, getKeySize, getKeyTypes, getLastKey, getMetadata, getName, getRebuildVersion, getSize, getType, getVersion, hashCode, isAutomatic, isRebuilding, iterateEntries, iterateEntriesBetween, iterateEntriesMajor, iterateEntriesMinor, keyCursor, put, rebuild, rebuild, remove, remove, removeprotected static final String QUERY_GET
public OIdentifiable get(Object iKey)
OIndexiKey - The key to searchpublic Iterator<Map.Entry<Object,OIdentifiable>> iterator()
public Iterator<Map.Entry<Object,OIdentifiable>> inverseIterator()
public boolean isUnique()
isUnique in interface OIndex<OIdentifiable>isUnique in class OIndexRemote<OIdentifiable>public boolean supportsOrderedIterations()
Copyright © 2009–2025 OrientDB. All rights reserved.