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