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