Class ORebeginTransactionRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OBeginTransactionRequest
com.orientechnologies.orient.client.remote.message.ORebeginTransactionRequest
- All Implemented Interfaces:
OBinaryRequest<OBeginTransactionResponse>
Created by tglman on 30/12/16.
-
Constructor Summary
ConstructorsConstructorDescriptionORebeginTransactionRequest(int txId, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> changes) -
Method Summary
Methods inherited from class com.orientechnologies.orient.client.remote.message.OBeginTransactionRequest
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
-
ORebeginTransactionRequest
public ORebeginTransactionRequest(int txId, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> changes) -
ORebeginTransactionRequest
public ORebeginTransactionRequest()
-
-
Method Details
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OBeginTransactionResponse>- Overrides:
getCommandin classOBeginTransactionRequest
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OBeginTransactionResponse>- Overrides:
getDescriptionin classOBeginTransactionRequest
-