| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.distributed.dht.preloader |
| Modifier and Type | Method and Description |
|---|---|
GridDhtPartitionsFullMessage |
GridCachePartitionExchangeManager.createPartitionsFullMessage(boolean compress,
boolean newCntrMap,
@Nullable GridDhtPartitionExchangeId exchId,
@Nullable GridCacheVersion lastVer,
@Nullable IgniteDhtPartitionHistorySuppliersMap partHistSuppliers,
@Nullable IgniteDhtPartitionsToReloadMap partsToReload)
Creates partitions full message for all cache groups.
|
GridDhtPartitionsFullMessage |
GridCachePartitionExchangeManager.createPartitionsFullMessage(boolean compress,
boolean newCntrMap,
@Nullable GridDhtPartitionExchangeId exchId,
@Nullable GridCacheVersion lastVer,
@Nullable IgniteDhtPartitionHistorySuppliersMap partHistSuppliers,
@Nullable IgniteDhtPartitionsToReloadMap partsToReload,
Collection<CacheGroupContext> grps)
Creates partitions full message for selected cache groups.
|
GridDhtPartitionsFullMessage |
CacheAffinityChangeMessage.partitionsMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCachePartitionExchangeManager.mergeExchanges(GridDhtPartitionsExchangeFuture curFut,
GridDhtPartitionsFullMessage msg) |
void |
GridCachePartitionExchangeManager.processFullPartitionUpdate(ClusterNode node,
GridDhtPartitionsFullMessage msg) |
| Constructor and Description |
|---|
CacheAffinityChangeMessage(GridDhtPartitionExchangeId exchId,
GridDhtPartitionsFullMessage partsMsg,
Map<Integer,Map<Integer,List<UUID>>> assignmentChange)
Constructor used when message is created to finish exchange.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridDhtPartitionsExchangeFuture.addOrMergeDelayedFullMessage(ClusterNode node,
GridDhtPartitionsFullMessage fullMsg)
Add or merge updates received from coordinator while exchange in progress.
|
void |
GridDhtPartitionsFullMessage.merge(GridDhtPartitionsFullMessage other,
GridDiscoveryManager discovery)
Merges (replaces with newer) partitions map from given
other full message. |
void |
GridDhtPartitionsExchangeFuture.onReceiveFullMessage(ClusterNode node,
GridDhtPartitionsFullMessage msg) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021