Class ORebeginTransaction38Request
java.lang.Object
com.orientechnologies.orient.client.remote.message.OBeginTransaction38Request
com.orientechnologies.orient.client.remote.message.ORebeginTransaction38Request
- All Implemented Interfaces:
OBinaryRequest<OBeginTransactionResponse>
Created by tglman on 30/12/16.
-
Constructor Summary
ConstructorsConstructorDescriptionORebeginTransaction38Request(int txId, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> changes) -
Method Summary
Methods inherited from class com.orientechnologies.orient.client.remote.message.OBeginTransaction38Request
createResponse, execute, getIndexChanges, getOperations, getTxId, isHasContent, isUsingLog, read, writeMethods 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
-
ORebeginTransaction38Request
public ORebeginTransaction38Request(int txId, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> changes) -
ORebeginTransaction38Request
public ORebeginTransaction38Request()
-
-
Method Details
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OBeginTransactionResponse>- Overrides:
getCommandin classOBeginTransaction38Request
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OBeginTransactionResponse>- Overrides:
getDescriptionin classOBeginTransaction38Request
-