public class OSBTFirstKeyRequest extends Object implements OBinaryRequest<OSBTFirstKeyResponse>
Constructor and Description |
---|
OSBTFirstKeyRequest() |
OSBTFirstKeyRequest(OBonsaiCollectionPointer collectionPointer) |
Modifier and Type | Method and Description |
---|---|
OSBTFirstKeyResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
OBonsaiCollectionPointer |
getCollectionPointer() |
byte |
getCommand() |
String |
getDescription() |
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 OSBTFirstKeyRequest(OBonsaiCollectionPointer collectionPointer)
public OSBTFirstKeyRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OSBTFirstKeyResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OSBTFirstKeyResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OSBTFirstKeyResponse>
public String getDescription()
getDescription
in interface OBinaryRequest<OSBTFirstKeyResponse>
public OBonsaiCollectionPointer getCollectionPointer()
public OSBTFirstKeyResponse createResponse()
createResponse
in interface OBinaryRequest<OSBTFirstKeyResponse>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OSBTFirstKeyResponse>
Copyright © 2009–2020 OrientDB. All rights reserved.