
public class OIndexRemoteMultiValue extends OIndexRemote<Collection<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 |
|---|
OIndexRemoteMultiValue(String iName,
String iWrappedType,
String algorithm,
ORID iRid,
OIndexDefinition iIndexDefinition,
ODocument iConfiguration,
Set<String> clustersToIndex) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OIdentifiable> |
get(Object iKey)
Gets the set of records associated with the passed key.
|
Iterator<Map.Entry<Object,Collection<OIdentifiable>>> |
inverseIterator() |
Iterator<Map.Entry<Object,Collection<OIdentifiable>>> |
iterator() |
boolean |
supportsOrderedIterations() |
Iterator<OIdentifiable> |
valuesInverseIterator() |
Iterator<OIdentifiable> |
valuesIterator() |
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, isUnique, iterateEntries, iterateEntriesBetween, iterateEntriesMajor, iterateEntriesMinor, keyCursor, put, rebuild, rebuild, remove, remove, removeprotected static final String QUERY_GET
public Collection<OIdentifiable> get(Object iKey)
OIndexiKey - The key to searchpublic Iterator<Map.Entry<Object,Collection<OIdentifiable>>> iterator()
public Iterator<Map.Entry<Object,Collection<OIdentifiable>>> inverseIterator()
public Iterator<OIdentifiable> valuesIterator()
public Iterator<OIdentifiable> valuesInverseIterator()
public boolean supportsOrderedIterations()
Copyright © 2009–2025 OrientDB. All rights reserved.