public class OFetchTransaction38Request extends Object implements OBinaryRequest<OFetchTransaction38Response>
Constructor and Description |
---|
OFetchTransaction38Request() |
OFetchTransaction38Request(int txId) |
Modifier and Type | Method and Description |
---|---|
OFetchTransaction38Response |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
int |
getTxId() |
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 OFetchTransaction38Request()
public OFetchTransaction38Request(int txId)
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OFetchTransaction38Response>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OFetchTransaction38Response>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OFetchTransaction38Response>
public OFetchTransaction38Response createResponse()
createResponse
in interface OBinaryRequest<OFetchTransaction38Response>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OFetchTransaction38Response>
public String getDescription()
getDescription
in interface OBinaryRequest<OFetchTransaction38Response>
public int getTxId()
Copyright © 2009–2020 OrientDB. All rights reserved.