Class OIndexRemoteMultiValue
java.lang.Object
com.orientechnologies.orient.core.index.OIndexRemote
com.orientechnologies.orient.core.index.OIndexRemoteMultiValue
- All Implemented Interfaces:
OIndex,Comparable<OIndex>
Proxied index.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.index.OIndexRemote
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_LIMIT -
Constructor Summary
ConstructorsConstructorDescriptionOIndexRemoteMultiValue(String iName, String iWrappedType, String algorithm, ORID iRid, OIndexDefinition iIndexDefinition, ODocument iConfiguration, Set<String> clustersToIndex, String database) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanMethods inherited from class com.orientechnologies.orient.core.index.OIndexRemote
automaticRebuild, clear, compareTo, contains, count, count, create, cursor, delete, descCursor, equals, flush, getAlgorithm, getClusters, getConfiguration, getDatabase, getDatabaseName, getDefinition, getEntries, getFirstKey, getIdentity, getInternal, getKeySize, getKeyTypes, getLastKey, getMetadata, getName, getRebuildVersion, getSize, getType, getVersion, hashCode, isAutomatic, isRebuilding, isUnique, iterateEntries, iterateEntriesBetween, iterateEntriesMajor, iterateEntriesMinor, keyCursor, put, rebuild, rebuild, remove, remove
-
Constructor Details
-
OIndexRemoteMultiValue
-
-
Method Details
-
get
Deprecated.Description copied from interface:OIndexGets the set of records associated with the passed key.- Parameters:
key- The key to search- Returns:
- The Record set if found, otherwise an empty Set
-
supportsOrderedIterations
public boolean supportsOrderedIterations()
-