public class GridDhtPartitionsFullMessage extends GridDhtPartitionsAbstractMessage
GridDhtPartitionsSingleMessages were received. CacheAffinityChangeMessage for node left or failed case.addDepInfo, CACHE_MSG_INDEX_FIELD_NAME, forceAddDepInfo, MAX_CACHE_MSG_LOOKUP_INDEXDIRECT_TYPE_SIZE| Constructor and Description |
|---|
GridDhtPartitionsFullMessage()
Required by
Externalizable. |
GridDhtPartitionsFullMessage(@Nullable GridDhtPartitionExchangeId id,
@Nullable GridCacheVersion lastVer,
@NotNull AffinityTopologyVersion topVer,
@Nullable IgniteDhtPartitionHistorySuppliersMap partHistSuppliers,
@Nullable IgniteDhtPartitionsToReloadMap partsToReload) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFullPartitionsMap(int grpId,
GridDhtPartitionFullMap fullMap,
@Nullable Integer dupDataCache) |
void |
addLostPartitions(int grpId,
Collection<Integer> lostParts) |
void |
addPartitionUpdateCounters(int grpId,
CachePartitionFullCountersMap cntrMap) |
void |
addPartitionUpdateCounters(int grpId,
Map<Integer,T2<Long,Long>> cntrMap) |
void |
cleanUp()
Cleans up resources to avoid excessive memory usage.
|
boolean |
containsGroup(int grpId) |
short |
directType()
Gets message type.
|
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. |
int |
handlerId() |
@Nullable Map<Integer,CacheGroupAffinityMessage> |
idealAffinityDiff() |
@Nullable Map<Integer,CacheGroupAffinityMessage> |
joinedNodeAffinity() |
@Nullable Set<Integer> |
lostPartitions(int grpId) |
void |
merge(GridDhtPartitionsFullMessage other,
GridDiscoveryManager discovery)
Merges (replaces with newer) partitions map from given
other full message. |
IgniteDhtPartitionHistorySuppliersMap |
partitionHistorySuppliers() |
Map<Integer,GridDhtPartitionFullMap> |
partitions() |
Map<Integer,Map<Integer,Long>> |
partitionSizes(GridCacheSharedContext ctx)
Returns partition sizes map for all cache groups.
|
void |
partitionSizes(GridCacheSharedContext ctx,
Map<Integer,Map<Integer,Long>> partsSizes)
Supplies partition sizes map for all cache groups.
|
CachePartitionFullCountersMap |
partitionUpdateCounters(int grpId,
int partsCnt) |
Set<Integer> |
partsToReload(UUID nodeId,
int grpId) |
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.
|
boolean |
rebalanced()
Rebalance finished.
|
void |
rebalanced(boolean rebalanced) |
AffinityTopologyVersion |
resultTopologyVersion() |
void |
resultTopologyVersion(AffinityTopologyVersion resTopVer) |
AffinityTopologyVersion |
topologyVersion()
Gets topology version or -1 in case of topology version is not required for this message.
|
void |
topologyVersion(AffinityTopologyVersion topVer) |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
addDeploymentInfo, cacheGroupMessage, compressed, compressed, exchangeId, exchangeId, lastVersion, partition, partitionExchangeMessage, restoreStateappendFlag, classError, deployInfo, error, finishUnmarshalCacheObjects, finishUnmarshalCacheObjects, ignoreClassErrors, lastAffinityChangedTopologyVersion, lastAffinityChangedTopologyVersion, lookupIndex, marshalCollection, marshalInfo, marshalInfos, marshalInvokeArguments, marshalTx, messageId, messageLogger, nextIndexId, onAckReceived, onClassError, prepare, prepareMarshalCacheObject, prepareMarshalCacheObjects, prepareMarshalCacheObjects, prepareObject, prepareObject, transferExpiryPolicy, unmarshalCollection, unmarshalInfo, unmarshalInfos, unmarshalInvokeArguments, unmarshalTxpublic GridDhtPartitionsFullMessage()
Externalizable.public GridDhtPartitionsFullMessage(@Nullable
@Nullable GridDhtPartitionExchangeId id,
@Nullable
@Nullable GridCacheVersion lastVer,
@NotNull
@NotNull AffinityTopologyVersion topVer,
@Nullable
@Nullable IgniteDhtPartitionHistorySuppliersMap partHistSuppliers,
@Nullable
@Nullable IgniteDhtPartitionsToReloadMap partsToReload)
id - Exchange ID.lastVer - Last version.topVer - Topology version. For messages not related to exchange may be AffinityTopologyVersion.NONE.partHistSuppliers - Suppliers.partsToReload - Partitions to reload.public void resultTopologyVersion(AffinityTopologyVersion resTopVer)
resTopVer - Result topology version.public AffinityTopologyVersion resultTopologyVersion()
@Nullable public @Nullable Map<Integer,CacheGroupAffinityMessage> joinedNodeAffinity()
@Nullable public @Nullable Map<Integer,CacheGroupAffinityMessage> idealAffinityDiff()
public int handlerId()
handlerId in class GridCacheMessagepublic Map<Integer,GridDhtPartitionFullMap> partitions()
public boolean containsGroup(int grpId)
grpId - Cache group ID.True if message contains full map for given cache.public void addFullPartitionsMap(int grpId,
GridDhtPartitionFullMap fullMap,
@Nullable
@Nullable Integer dupDataCache)
grpId - Cache group ID.fullMap - Full partitions map.dupDataCache - Optional ID of cache with the same partition state map.public void addPartitionUpdateCounters(int grpId,
Map<Integer,T2<Long,Long>> cntrMap)
grpId - Cache group ID.cntrMap - Partition update counters.public void addPartitionUpdateCounters(int grpId,
CachePartitionFullCountersMap cntrMap)
grpId - Cache group ID.cntrMap - Partition update counters.public void addLostPartitions(int grpId,
Collection<Integer> lostParts)
grpId - Group id.lostParts - Lost parts.@Nullable public @Nullable Set<Integer> lostPartitions(int grpId)
grpId - Group id.public CachePartitionFullCountersMap partitionUpdateCounters(int grpId, int partsCnt)
grpId - Cache group ID.partsCnt - Total cache partitions.public IgniteDhtPartitionHistorySuppliersMap partitionHistorySuppliers()
public void partitionSizes(GridCacheSharedContext ctx, Map<Integer,Map<Integer,Long>> partsSizes)
ctx - Cache context.partsSizes - Partitions sizes map.public Map<Integer,Map<Integer,Long>> partitionSizes(GridCacheSharedContext ctx)
ctx - Cache context.public boolean rebalanced()
public void rebalanced(boolean rebalanced)
rebalanced - True if data is fully rebalanced.public void prepareMarshal(GridCacheSharedContext ctx) throws IgniteCheckedException
prepareMarshal in class GridCacheMessagectx - Cache context.IgniteCheckedException - If failed.public AffinityTopologyVersion topologyVersion()
GridCacheMessagetopologyVersion in class GridCacheMessagepublic void topologyVersion(AffinityTopologyVersion topVer)
topVer - Topology version.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 GridDhtPartitionsAbstractMessagebuf - Byte buffer.writer - Writer.public boolean readFrom(ByteBuffer buf, MessageReader reader)
readFrom in interface MessagereadFrom in class GridDhtPartitionsAbstractMessagebuf - Byte buffer.reader - Reader.public short directType()
public byte fieldsCount()
fieldsCount in interface MessagefieldsCount in class GridDhtPartitionsAbstractMessagepublic String toString()
toString in class GridDhtPartitionsAbstractMessagepublic void merge(GridDhtPartitionsFullMessage other, GridDiscoveryManager discovery)
other full message.other - Other full message.public void cleanUp()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021