
public interface ORID extends OIdentifiable, OSerializableStream
| Modifier and Type | Field and Description |
|---|---|
static int |
CLUSTER_ID_INVALID |
static int |
CLUSTER_MAX |
static long |
CLUSTER_POS_INVALID |
static char |
PREFIX |
static char |
SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
ORID |
copy() |
int |
getClusterId() |
long |
getClusterPosition() |
boolean |
isNew() |
boolean |
isPersistent() |
boolean |
isTemporary() |
boolean |
isValid() |
String |
next() |
ORID |
nextRid()
Deprecated.
|
void |
reset() |
int |
toStream(OutputStream iStream) |
StringBuilder |
toString(StringBuilder iBuffer) |
getIdentity, getRecord, isLocked, lock, lockingStrategy, unlockcompareTocompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongfromStream, toStreamstatic final char PREFIX
static final char SEPARATOR
static final int CLUSTER_MAX
static final int CLUSTER_ID_INVALID
static final long CLUSTER_POS_INVALID
int getClusterId()
long getClusterPosition()
void reset()
boolean isPersistent()
boolean isValid()
boolean isNew()
boolean isTemporary()
ORID copy()
String next()
@Deprecated ORID nextRid()
int toStream(OutputStream iStream) throws IOException
IOExceptionStringBuilder toString(StringBuilder iBuffer)
Copyright © 2009–2025 OrientDB. All rights reserved.