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