Class OIndexRemoteOneValue

java.lang.Object
com.orientechnologies.orient.core.index.OIndexRemote
com.orientechnologies.orient.core.index.OIndexRemoteOneValue
All Implemented Interfaces:
OIndex, Comparable<OIndex>

public class OIndexRemoteOneValue extends OIndexRemote
Proxied single value index.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Constructor Details

  • Method Details

    • get

      @Deprecated public OIdentifiable get(Object key)
      Deprecated.
      Description copied from interface: OIndex
      Gets 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:
      isUnique in interface OIndex
      Overrides:
      isUnique in class OIndexRemote
    • supportsOrderedIterations

      public boolean supportsOrderedIterations()