
public class OOperationUnitId extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SERIALIZED_SIZE |
| Constructor and Description |
|---|
OOperationUnitId() |
OOperationUnitId(long lId,
long sId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
fromStream(byte[] content,
int offset) |
static OOperationUnitId |
generateId() |
int |
hashCode() |
int |
toStream(byte[] content,
int offset) |
void |
toStream(ByteBuffer buffer) |
String |
toString() |
public static final int SERIALIZED_SIZE
public OOperationUnitId(long lId,
long sId)
public OOperationUnitId()
public static OOperationUnitId generateId()
public int toStream(byte[] content,
int offset)
public void toStream(ByteBuffer buffer)
public int fromStream(byte[] content,
int offset)
Copyright © 2009–2025 OrientDB. All rights reserved.