public class OSBTFetchEntriesMajorRequest<K,V> extends Object implements OBinaryRequest<OSBTFetchEntriesMajorResponse<K,V>>
Constructor and Description |
---|
OSBTFetchEntriesMajorRequest() |
OSBTFetchEntriesMajorRequest(boolean inclusive,
byte[] keyStream,
OBonsaiCollectionPointer pointer,
OBinarySerializer<K> keySerializer,
OBinarySerializer<V> valueSerializer) |
Modifier and Type | Method and Description |
---|---|
OSBTFetchEntriesMajorResponse<K,V> |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
byte[] |
getKeyStream() |
int |
getPageSize() |
OBonsaiCollectionPointer |
getPointer() |
boolean |
isInclusive() |
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 OSBTFetchEntriesMajorRequest(boolean inclusive, byte[] keyStream, OBonsaiCollectionPointer pointer, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer)
public OSBTFetchEntriesMajorRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OSBTFetchEntriesMajorResponse<K,V>>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OSBTFetchEntriesMajorResponse<K,V>>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OSBTFetchEntriesMajorResponse<K,V>>
public String getDescription()
getDescription
in interface OBinaryRequest<OSBTFetchEntriesMajorResponse<K,V>>
public byte[] getKeyStream()
public OBonsaiCollectionPointer getPointer()
public boolean isInclusive()
public int getPageSize()
public OSBTFetchEntriesMajorResponse<K,V> createResponse()
createResponse
in interface OBinaryRequest<OSBTFetchEntriesMajorResponse<K,V>>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OSBTFetchEntriesMajorResponse<K,V>>
Copyright © 2009–2020 OrientDB. All rights reserved.