
public class OPhysicalPosition extends Object implements OSerializableStream, Externalizable
| Modifier and Type | Field and Description |
|---|---|
static int |
binarySize |
long |
clusterPosition |
int |
recordSize |
byte |
recordType |
int |
recordVersion |
| Constructor and Description |
|---|
OPhysicalPosition() |
OPhysicalPosition(byte iRecordType) |
OPhysicalPosition(long iClusterPosition) |
OPhysicalPosition(long iClusterPosition,
int iVersion) |
| Modifier and Type | Method and Description |
|---|---|
static int |
binarySize() |
void |
copyFrom(OPhysicalPosition iSource) |
void |
copyTo(OPhysicalPosition iDest) |
boolean |
equals(Object obj) |
OSerializableStream |
fromStream(byte[] iStream)
Unmarshalls the object.
|
int |
hashCode() |
void |
readExternal(ObjectInput in) |
byte[] |
toStream()
Marshalls the object.
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static final int binarySize
public long clusterPosition
public byte recordType
public int recordVersion
public int recordSize
public OPhysicalPosition()
public OPhysicalPosition(long iClusterPosition)
public OPhysicalPosition(byte iRecordType)
public OPhysicalPosition(long iClusterPosition,
int iVersion)
public static int binarySize()
public void copyTo(OPhysicalPosition iDest)
public void copyFrom(OPhysicalPosition iSource)
public OSerializableStream fromStream(byte[] iStream) throws OSerializationException
OSerializableStreamfromStream in interface OSerializableStreamiStream - byte array representation of the objectOSerializationException - if the unmarshalling does not succeedpublic byte[] toStream()
throws OSerializationException
OSerializableStreamtoStream in interface OSerializableStreamOSerializationException - if the marshalling does not succeedOSerializableStream.fromStream(byte[])public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2009–2025 OrientDB. All rights reserved.