public class GridDhtAtomicUpdateRequest extends GridDhtAtomicAbstractUpdateRequest
CACHE_MSG_IDX, nodeIdaddDepInfo, CACHE_MSG_INDEX_FIELD_NAME, cacheId, forceAddDepInfo, MAX_CACHE_MSG_LOOKUP_INDEX| Constructor and Description |
|---|
GridDhtAtomicUpdateRequest()
Empty constructor required by
Externalizable. |
GridDhtAtomicUpdateRequest(int cacheId,
UUID nodeId,
GridCacheVersion futVer,
GridCacheVersion writeVer,
CacheWriteSynchronizationMode syncMode,
AffinityTopologyVersion topVer,
boolean forceTransformBackups,
UUID subjId,
int taskNameHash,
Object[] invokeArgs,
boolean addDepInfo,
boolean keepBinary,
boolean skipStore)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNearWriteValue(KeyCacheObject key,
CacheObject val,
javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor,
long ttl,
long expireTime) |
void |
addWriteValue(KeyCacheObject key,
CacheObject val,
javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor,
long ttl,
long conflictExpireTime,
GridCacheVersion conflictVer,
boolean addPrevVal,
int partId,
CacheObject prevVal,
Long updateCntr) |
protected void |
cleanup()
Cleanup values not needed after message was sent.
|
long |
conflictExpireTime(int idx) |
GridCacheVersion |
conflictVersion(int idx) |
byte |
directType()
Gets message type.
|
javax.cache.processor.EntryProcessor<Object,Object,Object> |
entryProcessor(int idx) |
byte |
fieldsCount()
Gets fields count.
|
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. |
boolean |
forceTransformBackups() |
GridCacheVersion |
futureVersion() |
boolean |
hasKey(KeyCacheObject key) |
Object[] |
invokeArguments() |
boolean |
keepBinary() |
KeyCacheObject |
key(int idx) |
javax.cache.processor.EntryProcessor<Object,Object,Object> |
nearEntryProcessor(int idx) |
long |
nearExpireTime(int idx) |
KeyCacheObject |
nearKey(int idx) |
int |
nearSize() |
long |
nearTtl(int idx) |
CacheObject |
nearValue(int idx) |
int |
partitionId(int idx) |
void |
prepareMarshal(GridCacheSharedContext ctx)
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
|
CacheObject |
previousValue(int idx) |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
int |
size() |
boolean |
skipStore() |
UUID |
subjectId() |
int |
taskNameHash() |
AffinityTopologyVersion |
topologyVersion()
Gets topology version or -1 in case of topology version is not required for this message.
|
String |
toString() |
long |
ttl(int idx) |
Long |
updateCounter(int updCntr) |
CacheObject |
value(int idx) |
CacheWriteSynchronizationMode |
writeSynchronizationMode() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
GridCacheVersion |
writeVersion() |
addDeploymentInfo, lookupIndex, messageLogger, nodeId, onAckReceived, onResponsecacheId, cacheId, classError, deployInfo, error, finishUnmarshalCacheObjects, finishUnmarshalCacheObjects, ignoreClassErrors, marshalCollection, marshalInfo, marshalInfos, marshalInvokeArguments, marshalTx, messageId, nextIndexId, onClassError, partitionExchangeMessage, prepare, prepareMarshalCacheObject, prepareMarshalCacheObjects, prepareMarshalCacheObjects, prepareObject, transferExpiryPolicy, unmarshalCollection, unmarshalInfo, unmarshalInfos, unmarshalInvokeArguments, unmarshalTxclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdeployInfo, preparepublic GridDhtAtomicUpdateRequest()
Externalizable.public GridDhtAtomicUpdateRequest(int cacheId,
UUID nodeId,
GridCacheVersion futVer,
GridCacheVersion writeVer,
CacheWriteSynchronizationMode syncMode,
@NotNull
AffinityTopologyVersion topVer,
boolean forceTransformBackups,
UUID subjId,
int taskNameHash,
Object[] invokeArgs,
boolean addDepInfo,
boolean keepBinary,
boolean skipStore)
cacheId - Cache ID.nodeId - Node ID.futVer - Future version.writeVer - Write version for cache values.invokeArgs - Optional arguments for entry processor.syncMode - Cache write synchronization mode.topVer - Topology version.forceTransformBackups - Force transform backups flag.subjId - Subject ID.taskNameHash - Task name hash code.addDepInfo - Deployment info.public void addWriteValue(KeyCacheObject key, @Nullable CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, long ttl, long conflictExpireTime, @Nullable GridCacheVersion conflictVer, boolean addPrevVal, int partId, @Nullable CacheObject prevVal, @Nullable Long updateCntr)
addWriteValue in class GridDhtAtomicAbstractUpdateRequestkey - Key to add.val - Value, null if should be removed.entryProcessor - Entry processor.ttl - TTL (optional).conflictExpireTime - Conflict expire time (optional).conflictVer - Conflict version (optional).addPrevVal - If true adds previous value.partId - Partition.prevVal - Previous value.updateCntr - Update counter.public void addNearWriteValue(KeyCacheObject key, @Nullable CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, long ttl, long expireTime)
addNearWriteValue in class GridDhtAtomicAbstractUpdateRequestkey - Key to add.val - Value, null if should be removed.entryProcessor - Entry processor.ttl - TTL.expireTime - Expire time.public boolean forceTransformBackups()
forceTransformBackups in class GridDhtAtomicAbstractUpdateRequestpublic UUID subjectId()
subjectId in class GridDhtAtomicAbstractUpdateRequestpublic int taskNameHash()
taskNameHash in class GridDhtAtomicAbstractUpdateRequestpublic GridCacheVersion futureVersion()
futureVersion in class GridDhtAtomicAbstractUpdateRequestpublic GridCacheVersion writeVersion()
writeVersion in class GridDhtAtomicAbstractUpdateRequestpublic CacheWriteSynchronizationMode writeSynchronizationMode()
writeSynchronizationMode in class GridDhtAtomicAbstractUpdateRequestpublic AffinityTopologyVersion topologyVersion()
topologyVersion in class GridCacheMessagepublic int size()
size in class GridDhtAtomicAbstractUpdateRequestpublic int nearSize()
nearSize in class GridDhtAtomicAbstractUpdateRequestpublic boolean hasKey(KeyCacheObject key)
hasKey in class GridDhtAtomicAbstractUpdateRequestkey - Key to check.true if request keys contain key.public KeyCacheObject key(int idx)
key in class GridDhtAtomicAbstractUpdateRequestidx - Key index.public int partitionId(int idx)
partitionId in class GridDhtAtomicAbstractUpdateRequestidx - Partition index.public Long updateCounter(int updCntr)
updateCounter in class GridDhtAtomicAbstractUpdateRequestupdCntr - Update counter.public KeyCacheObject nearKey(int idx)
nearKey in class GridDhtAtomicAbstractUpdateRequestidx - Near key index.@Nullable public CacheObject value(int idx)
value in class GridDhtAtomicAbstractUpdateRequestidx - Key index.@Nullable public CacheObject previousValue(int idx)
previousValue in class GridDhtAtomicAbstractUpdateRequestidx - Key index.@Nullable public javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor(int idx)
entryProcessor in class GridDhtAtomicAbstractUpdateRequestidx - Key index.@Nullable public CacheObject nearValue(int idx)
nearValue in class GridDhtAtomicAbstractUpdateRequestidx - Near key index.@Nullable public javax.cache.processor.EntryProcessor<Object,Object,Object> nearEntryProcessor(int idx)
nearEntryProcessor in class GridDhtAtomicAbstractUpdateRequestidx - Key index.@Nullable public GridCacheVersion conflictVersion(int idx)
conflictVersion in class GridDhtAtomicAbstractUpdateRequestidx - Index.public long ttl(int idx)
ttl in class GridDhtAtomicAbstractUpdateRequestidx - Index.public long nearTtl(int idx)
nearTtl in class GridDhtAtomicAbstractUpdateRequestidx - Index.public long conflictExpireTime(int idx)
conflictExpireTime in class GridDhtAtomicAbstractUpdateRequestidx - Index.public long nearExpireTime(int idx)
nearExpireTime in class GridDhtAtomicAbstractUpdateRequestidx - Index.public boolean keepBinary()
keepBinary in class GridDhtAtomicAbstractUpdateRequestpublic boolean skipStore()
skipStore in class GridDhtAtomicAbstractUpdateRequest@Nullable public Object[] invokeArguments()
invokeArguments in class GridDhtAtomicAbstractUpdateRequestpublic void prepareMarshal(GridCacheSharedContext ctx) throws IgniteCheckedException
prepareMarshal in class GridCacheMessagectx - Cache context.IgniteCheckedException - If failed.public void finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr) throws IgniteCheckedException
GridCacheMessage.prepareMarshal(GridCacheSharedContext) method.finishUnmarshal in class GridCacheMessagectx - Context.ldr - Class loader.IgniteCheckedException - If failed.public boolean writeTo(ByteBuffer buf, MessageWriter writer)
writeTo in interface MessagewriteTo in class GridCacheMessagebuf - Byte buffer.writer - Writer.public boolean readFrom(ByteBuffer buf, MessageReader reader)
readFrom in interface MessagereadFrom in class GridCacheMessagebuf - Byte buffer.reader - Reader.protected void cleanup()
cleanup in class GridDhtAtomicAbstractUpdateRequestpublic byte directType()
public byte fieldsCount()
public String toString()
toString in class GridCacheMessage
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016