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, wait
requireDatabaseSession, requiredServerRole, requireServerUser
public OSBTGetRequest(OBonsaiCollectionPointer collectionPointer, byte[] keyStream)
public OSBTGetRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OSBTGetResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OSBTGetResponse>
IOException
public 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–2020 OrientDB. All rights reserved.