
public class OFetchTransactionResponse extends Object implements OBinaryResponse
| Constructor and Description |
|---|
OFetchTransactionResponse() |
OFetchTransactionResponse(int txId,
Iterable<ORecordOperation> operations,
Map<String,OTransactionIndexChanges> indexChanges,
Map<ORID,ORID> updatedRids) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexChange> |
getIndexChanges() |
List<ORecordOperationRequest> |
getOperations() |
int |
getTxId() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public OFetchTransactionResponse()
public OFetchTransactionResponse(int txId,
Iterable<ORecordOperation> operations,
Map<String,OTransactionIndexChanges> indexChanges,
Map<ORID,ORID> updatedRids)
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
write in interface OBinaryResponseIOExceptionpublic void read(OChannelDataInput network, OStorageRemoteSession session) throws IOException
read in interface OBinaryResponseIOExceptionpublic int getTxId()
public List<ORecordOperationRequest> getOperations()
public List<IndexChange> getIndexChanges()
Copyright © 2009–2025 OrientDB. All rights reserved.