Class OImmutableRecordId

java.lang.Object
com.orientechnologies.orient.core.id.ORecordId
com.orientechnologies.orient.core.id.OImmutableRecordId
All Implemented Interfaces:
OIdentifiable, ORID, OSerializableStream, Serializable, Comparable<OIdentifiable>, Comparator<OIdentifiable>

public class OImmutableRecordId extends ORecordId
Immutable ORID implementation. To be really immutable fields must not be public anymore. TODO!
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also:
  • Constructor Details

    • OImmutableRecordId

      public OImmutableRecordId(int iClusterId, long iClusterPosition)
    • OImmutableRecordId

      public OImmutableRecordId(ORecordId iRID)
  • Method Details