public abstract class GridDhtPartitionsAbstractMessage extends GridCacheMessage
| Modifier and Type | Field and Description |
|---|---|
protected static byte |
COMPRESSED_FLAG_MASK |
static IgniteProductVersion |
PART_MAP_COMPRESS_SINCE |
addDepInfo, CACHE_MSG_INDEX_FIELD_NAME, cacheId, forceAddDepInfo, MAX_CACHE_MSG_LOOKUP_INDEX| Modifier | Constructor and Description |
|---|---|
protected |
GridDhtPartitionsAbstractMessage()
Required by
Externalizable. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addDeploymentInfo()
Deployment enabled flag indicates whether deployment info has to be added to this message.
|
protected boolean |
compressed() |
protected void |
compressed(boolean compressed) |
GridDhtPartitionExchangeId |
exchangeId() |
GridCacheVersion |
lastVersion() |
boolean |
partitionExchangeMessage() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
cacheId, cacheId, classError, deployInfo, error, finishUnmarshal, finishUnmarshalCacheObjects, finishUnmarshalCacheObjects, ignoreClassErrors, lookupIndex, marshalCollection, marshalInfo, marshalInfos, marshalInvokeArguments, marshalTx, messageId, messageLogger, nextIndexId, onAckReceived, onClassError, prepare, prepareMarshal, prepareMarshalCacheObject, prepareMarshalCacheObjects, prepareMarshalCacheObjects, prepareObject, topologyVersion, transferExpiryPolicy, unmarshalCollection, unmarshalInfo, unmarshalInfos, unmarshalInvokeArguments, unmarshalTxclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdirectType, fieldsCountpublic static final IgniteProductVersion PART_MAP_COMPRESS_SINCE
protected static final byte COMPRESSED_FLAG_MASK
protected GridDhtPartitionsAbstractMessage()
Externalizable.public boolean addDeploymentInfo()
addDeploymentInfo in class GridCacheMessagetrue or if deployment info must be added to the the message, false otherwise.public boolean partitionExchangeMessage()
partitionExchangeMessage in class GridCacheMessageTrue if this message is partition exchange message.public GridDhtPartitionExchangeId exchangeId()
@Nullable public GridCacheVersion lastVersion()
protected final boolean compressed()
True if message data is compressed.protected final void compressed(boolean compressed)
compressed - True if message data is compressed.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.public String toString()
toString in class GridCacheMessage
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016