Class OIndexRemoteOneValue
java.lang.Object
com.orientechnologies.orient.core.index.OIndexRemote
com.orientechnologies.orient.core.index.OIndexRemoteOneValue
- All Implemented Interfaces:
OIndex,Comparable<OIndex>
Proxied single value 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
ConstructorsConstructorDescriptionOIndexRemoteOneValue(String iName, String iWrappedType, String algorithm, ORID iRid, OIndexDefinition iIndexDefinition, ODocument iConfiguration, Set<String> clustersToIndex, String database) -
Method Summary
Methods 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, iterateEntries, iterateEntriesBetween, iterateEntriesMajor, iterateEntriesMinor, keyCursor, put, rebuild, rebuild, remove, remove
-
Constructor Details
-
OIndexRemoteOneValue
-
-
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
-
isUnique
public boolean isUnique()- Specified by:
isUniquein interfaceOIndex- Overrides:
isUniquein classOIndexRemote
-
supportsOrderedIterations
public boolean supportsOrderedIterations()
-