
public class OSBTFirstKeyRequest extends java.lang.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() |
java.lang.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, waitrequireDatabaseSession, requiredServerRole, requireServerUserpublic OSBTFirstKeyRequest(OBonsaiCollectionPointer collectionPointer)
public OSBTFirstKeyRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws java.io.IOException
write in interface OBinaryRequest<OSBTFirstKeyResponse>java.io.IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws java.io.IOException
read in interface OBinaryRequest<OSBTFirstKeyResponse>java.io.IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OSBTFirstKeyResponse>public java.lang.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–2022 OrientDB. All rights reserved.