
public class OSBTGetRequest extends Object implements OBinaryRequest<OSBTGetResponse>
| Constructor and Description |
|---|
OSBTGetRequest() |
OSBTGetRequest(OBonsaiCollectionPointer collectionPointer,
byte[] keyStream) |
| Modifier and Type | Method and Description |
|---|---|
OSBTGetResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
OBonsaiCollectionPointer |
getCollectionPointer() |
byte |
getCommand() |
String |
getDescription() |
byte[] |
getKeyStream() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequireDatabaseSession, requiredServerRole, requireServerUserpublic OSBTGetRequest(OBonsaiCollectionPointer collectionPointer, byte[] keyStream)
public OSBTGetRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write in interface OBinaryRequest<OSBTGetResponse>IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read in interface OBinaryRequest<OSBTGetResponse>IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OSBTGetResponse>public String getDescription()
getDescription in interface OBinaryRequest<OSBTGetResponse>public OBonsaiCollectionPointer getCollectionPointer()
public byte[] getKeyStream()
public OSBTGetResponse createResponse()
createResponse in interface OBinaryRequest<OSBTGetResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OSBTGetResponse>Copyright © 2009–2025 OrientDB. All rights reserved.