public final class OCommitRequest extends Object implements OBinaryRequest<OCommitResponse>
Constructor and Description |
---|
OCommitRequest() |
Modifier and Type | Method and Description |
---|---|
OCommitResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
ODocument |
getIndexChanges() |
List<ORecordOperationRequest> |
getOperations() |
int |
getTxId() |
boolean |
isUsingLong() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requireDatabaseSession, requiredServerRole, requireServerUser
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OCommitResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OCommitResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OCommitResponse>
public String getDescription()
getDescription
in interface OBinaryRequest<OCommitResponse>
public ODocument getIndexChanges()
public List<ORecordOperationRequest> getOperations()
public int getTxId()
public boolean isUsingLong()
public OCommitResponse createResponse()
createResponse
in interface OBinaryRequest<OCommitResponse>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OCommitResponse>
Copyright © 2009–2020 OrientDB. All rights reserved.