public class GridNearTxPrepareResponse extends GridDistributedTxPrepareResponse
veraddDepInfo, CACHE_MSG_INDEX_FIELD_NAME, cacheId, forceAddDepInfo, MAX_CACHE_MSG_LOOKUP_INDEXDIRECT_TYPE_SIZE| Constructor and Description |
|---|
GridNearTxPrepareResponse()
Empty constructor required by
Externalizable. |
GridNearTxPrepareResponse(int part,
GridCacheVersion xid,
IgniteUuid futId,
int miniId,
GridCacheVersion dhtVer,
GridCacheVersion writeVer,
GridCacheReturn retVal,
Throwable err,
AffinityTopologyVersion clientRemapVer,
boolean addDepInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOwnedValue(IgniteTxKey key,
GridCacheVersion ver,
CacheObject val)
Adds owned value.
|
GridCacheVersion |
dhtVersion() |
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
Collection<IgniteTxKey> |
filterFailedKeys() |
void |
filterFailedKeys(Collection<IgniteTxKey> filterFailedKeys) |
void |
finishUnmarshal(GridCacheSharedContext ctx,
ClassLoader ldr)
This method is called after the message is deserialized and is responsible for
unmarshalling state marshalled in
GridCacheMessage.prepareMarshal(GridCacheSharedContext) method. |
IgniteUuid |
futureId() |
boolean |
hasOwnedValue(IgniteTxKey key) |
int |
miniId() |
Map<IgniteTxKey,CacheVersionedValue> |
ownedValues() |
Collection<GridCacheVersion> |
pending()
Gets pending versions that are less than
GridDistributedBaseMessage.version(). |
void |
pending(Collection<GridCacheVersion> pending)
Sets pending versions that are less than
GridDistributedBaseMessage.version(). |
void |
prepareMarshal(GridCacheSharedContext ctx)
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
GridCacheReturn |
returnValue() |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
GridCacheVersion |
writeVersion() |
error, error, isFlag, isRollback, messageLogger, partition, setFlag, txState, txStateaddDeploymentInfo, committedVersions, completedVersions, rolledbackVersions, version, versionappendFlag, cacheId, cacheId, classError, deployInfo, finishUnmarshalCacheObjects, finishUnmarshalCacheObjects, ignoreClassErrors, lookupIndex, marshalCollection, marshalInfo, marshalInfos, marshalInvokeArguments, marshalTx, messageId, nextIndexId, onAckReceived, onClassError, partitionExchangeMessage, prepare, prepareMarshalCacheObject, prepareMarshalCacheObjects, prepareMarshalCacheObjects, prepareObject, topologyVersion, transferExpiryPolicy, unmarshalCollection, unmarshalInfo, unmarshalInfos, unmarshalInvokeArguments, unmarshalTxclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdeployInfo, preparepublic GridNearTxPrepareResponse()
Externalizable.public GridNearTxPrepareResponse(int part,
GridCacheVersion xid,
IgniteUuid futId,
int miniId,
GridCacheVersion dhtVer,
GridCacheVersion writeVer,
GridCacheReturn retVal,
Throwable err,
AffinityTopologyVersion clientRemapVer,
boolean addDepInfo)
part - Partition.xid - Xid version.futId - Future ID.miniId - Mini future ID.dhtVer - DHT version.writeVer - Write version.retVal - Return value.err - Error.clientRemapVer - Not null if client node should remap transaction.addDepInfo - Deployment info flag.public Collection<GridCacheVersion> pending()
GridDistributedBaseMessage.version().public void pending(Collection<GridCacheVersion> pending)
GridDistributedBaseMessage.version().pending - Pending versions.public int miniId()
public IgniteUuid futureId()
public GridCacheVersion dhtVersion()
public GridCacheVersion writeVersion()
public void addOwnedValue(IgniteTxKey key, GridCacheVersion ver, CacheObject val)
key - Key.ver - DHT version.val - Value.public Map<IgniteTxKey,CacheVersionedValue> ownedValues()
public GridCacheReturn returnValue()
public void filterFailedKeys(Collection<IgniteTxKey> filterFailedKeys)
filterFailedKeys - Collection of keys that did not pass the filter.public Collection<IgniteTxKey> filterFailedKeys()
public boolean hasOwnedValue(IgniteTxKey key)
key - Key.True if response has owned value for given key.public void prepareMarshal(GridCacheSharedContext ctx) throws IgniteCheckedException
prepareMarshal in class GridDistributedTxPrepareResponsectx - IgniteCheckedException - If failed.public void finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr) throws IgniteCheckedException
GridCacheMessage.prepareMarshal(GridCacheSharedContext) method.finishUnmarshal in class GridDistributedTxPrepareResponsectx - Context.ldr - Class loader.IgniteCheckedException - If failed.public boolean writeTo(ByteBuffer buf, MessageWriter writer)
writeTo in interface MessagewriteTo in class GridDistributedTxPrepareResponsebuf - Byte buffer.writer - Writer.public boolean readFrom(ByteBuffer buf, MessageReader reader)
readFrom in interface MessagereadFrom in class GridDistributedTxPrepareResponsebuf - Byte buffer.reader - Reader.public short directType()
directType in interface MessagedirectType in class GridDistributedTxPrepareResponsepublic byte fieldsCount()
fieldsCount in interface MessagefieldsCount in class GridDistributedTxPrepareResponsepublic String toString()
toString in class GridDistributedTxPrepareResponse
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017