Class OSBTGetRealBagSizeRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OSBTGetRealBagSizeRequest
- All Implemented Interfaces:
OBinaryRequest<OSBTGetRealBagSizeResponse>
public class OSBTGetRealBagSizeRequest
extends Object
implements OBinaryRequest<OSBTGetRealBagSizeResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionOSBTGetRealBagSizeRequest(OBinarySerializer<OIdentifiable> keySerializer, OBonsaiCollectionPointer collectionPointer, Map<OIdentifiable, Change> changes) -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytevoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidwrite(OChannelDataOutput network) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.client.remote.OBinaryRequest
requireDatabaseSession, requiredServerRole, requireServerUser
-
Constructor Details
-
OSBTGetRealBagSizeRequest
public OSBTGetRealBagSizeRequest() -
OSBTGetRealBagSizeRequest
public OSBTGetRealBagSizeRequest(OBinarySerializer<OIdentifiable> keySerializer, OBonsaiCollectionPointer collectionPointer, Map<OIdentifiable, Change> changes)
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OSBTGetRealBagSizeResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OSBTGetRealBagSizeResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OSBTGetRealBagSizeResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OSBTGetRealBagSizeResponse>
-
getChanges
-
getCollectionPointer
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OSBTGetRealBagSizeResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OSBTGetRealBagSizeResponse>
-