
public class OBatchOperationsRequest extends java.lang.Object implements OBinaryRequest<OBatchOperationsResponse>
| Constructor and Description |
|---|
OBatchOperationsRequest() |
OBatchOperationsRequest(int txId,
java.lang.Iterable<ORecordOperation> operations) |
| Modifier and Type | Method and Description |
|---|---|
OBatchOperationsResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
java.lang.String |
getDescription() |
java.util.List<ORecordOperationRequest> |
getOperations() |
int |
getTxId() |
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 OBatchOperationsRequest(int txId,
java.lang.Iterable<ORecordOperation> operations)
public OBatchOperationsRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws java.io.IOException
write in interface OBinaryRequest<OBatchOperationsResponse>java.io.IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws java.io.IOException
read in interface OBinaryRequest<OBatchOperationsResponse>java.io.IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OBatchOperationsResponse>public OBatchOperationsResponse createResponse()
createResponse in interface OBinaryRequest<OBatchOperationsResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OBatchOperationsResponse>public java.lang.String getDescription()
getDescription in interface OBinaryRequest<OBatchOperationsResponse>public java.util.List<ORecordOperationRequest> getOperations()
public int getTxId()
Copyright © 2009–2023 OrientDB. All rights reserved.