
public final class OReadRecordResponse extends Object implements OBinaryResponse
| Constructor and Description |
|---|
OReadRecordResponse() |
OReadRecordResponse(byte recordType,
int version,
byte[] record,
Set<ORecord> recordsToSend) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRecord() |
ORawBuffer |
getResult() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput network,
int protocolVersion,
ORecordSerializer serializer) |
public void write(OChannelDataOutput network, int protocolVersion, ORecordSerializer serializer) throws IOException
write in interface OBinaryResponseIOExceptionpublic void read(OChannelDataInput network, OStorageRemoteSession session) throws IOException
read in interface OBinaryResponseIOExceptionpublic byte[] getRecord()
public ORawBuffer getResult()
Copyright © 2009–2025 OrientDB. All rights reserved.