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