
public class OFetchTransaction38Response extends Object implements OBinaryResponse
| Constructor and Description |
|---|
OFetchTransaction38Response() |
OFetchTransaction38Response(int txId,
Iterable<ORecordOperation> operations,
Map<String,OTransactionIndexChanges> indexChanges,
Map<ORID,ORID> updatedRids,
ODatabaseDocumentInternal database) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexChange> |
getIndexChanges() |
List<ORecordOperation38Response> |
getOperations() |
int |
getTxId() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public OFetchTransaction38Response()
public OFetchTransaction38Response(int txId,
Iterable<ORecordOperation> operations,
Map<String,OTransactionIndexChanges> indexChanges,
Map<ORID,ORID> updatedRids,
ODatabaseDocumentInternal database)
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<ORecordOperation38Response> getOperations()
public List<IndexChange> getIndexChanges()
Copyright © 2009–2025 OrientDB. All rights reserved.