Class OCommit37Request
java.lang.Object
com.orientechnologies.orient.client.remote.message.OCommit37Request
- All Implemented Interfaces:
OBinaryRequest<OCommit37Response>
Created by tglman on 30/12/16.
-
Constructor Summary
ConstructorsConstructorDescriptionOCommit37Request(int txId, boolean hasContent, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges) -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) byteintgetTxId()booleanbooleanvoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidwrite(OChannelDataOutput network, ORemoteClientSession session) 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
-
OCommit37Request
public OCommit37Request() -
OCommit37Request
public OCommit37Request(int txId, boolean hasContent, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges)
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OCommit37Response>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OCommit37Response>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OCommit37Response>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OCommit37Response>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OCommit37Response>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OCommit37Response>
-
getTxId
public int getTxId() -
getIndexChanges
-
getOperations
-
isUsingLog
public boolean isUsingLog() -
isHasContent
public boolean isHasContent()
-