public class GridDhtAtomicSingleUpdateRequest extends GridDhtAtomicAbstractUpdateRequest
| Modifier and Type | Field and Description |
|---|---|
protected byte |
flags
Additional flags.
|
protected GridCacheVersion |
futVer
Future version.
|
protected KeyCacheObject |
key
Key to update.
|
protected int |
partId |
protected CacheObject |
prevVal
Previous value.
|
protected UUID |
subjId
Subject ID.
|
protected CacheWriteSynchronizationMode |
syncMode
Write synchronization mode.
|
protected int |
taskNameHash
Task name hash.
|
protected AffinityTopologyVersion |
topVer
Topology version.
|
protected long |
updateCntr
Partition.
|
protected CacheObject |
val
Value to update.
|
protected GridCacheVersion |
writeVer
Write version.
|
CACHE_MSG_IDX, nodeIdaddDepInfo, CACHE_MSG_INDEX_FIELD_NAME, cacheId, forceAddDepInfo, MAX_CACHE_MSG_LOOKUP_INDEX| Constructor and Description |
|---|
GridDhtAtomicSingleUpdateRequest()
Empty constructor required by
Externalizable. |
| 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 |
partition() |
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() |
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, topologyVersion, transferExpiryPolicy, unmarshalCollection, unmarshalInfo, unmarshalInfos, unmarshalInvokeArguments, unmarshalTxclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdeployInfo, prepareprotected GridCacheVersion futVer
protected GridCacheVersion writeVer
protected CacheWriteSynchronizationMode syncMode
protected AffinityTopologyVersion topVer
protected UUID subjId
protected int taskNameHash
protected byte flags
@GridToStringInclude protected KeyCacheObject key
@GridToStringInclude protected CacheObject val
@GridToStringInclude protected CacheObject prevVal
protected long updateCntr
protected int partId
public GridDhtAtomicSingleUpdateRequest()
Externalizable.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 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 boolean skipStore()
skipStore in class GridDhtAtomicAbstractUpdateRequestpublic KeyCacheObject key(int idx)
key in class GridDhtAtomicAbstractUpdateRequestidx - Key index.public int partition()
partition in class GridCacheMessage-1 if it cannot be determined.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.public GridCacheVersion futureVersion()
futureVersion in class GridDhtAtomicAbstractUpdateRequestpublic GridCacheVersion writeVersion()
writeVersion in class GridDhtAtomicAbstractUpdateRequestpublic int taskNameHash()
taskNameHash in class GridDhtAtomicAbstractUpdateRequestpublic UUID subjectId()
subjectId in class GridDhtAtomicAbstractUpdateRequestpublic CacheWriteSynchronizationMode writeSynchronizationMode()
writeSynchronizationMode in class GridDhtAtomicAbstractUpdateRequest@Nullable public CacheObject previousValue(int idx)
previousValue 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> entryProcessor(int idx)
entryProcessor in class GridDhtAtomicAbstractUpdateRequestidx - 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.@Nullable public Object[] invokeArguments()
invokeArguments in class GridDhtAtomicAbstractUpdateRequestpublic boolean keepBinary()
keepBinary 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.9.0 Release Date : March 2 2017