
public class OLockRecordResponse extends Object implements OBinaryResponse
| Constructor and Description |
|---|
OLockRecordResponse() |
OLockRecordResponse(byte recordType,
int version,
byte[] record) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRecord() |
byte |
getRecordType() |
int |
getVersion() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public OLockRecordResponse()
public OLockRecordResponse(byte recordType,
int version,
byte[] record)
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
write in interface OBinaryResponseIOExceptionpublic void read(OChannelDataInput network, OStorageRemoteSession session) throws IOException
read in interface OBinaryResponseIOExceptionpublic byte getRecordType()
public int getVersion()
public byte[] getRecord()
Copyright © 2009–2025 OrientDB. All rights reserved.