| Package | Description |
|---|---|
| org.gridgain.grid.cache.affinity |
Contains cache node affinity implementations.
|
| org.gridgain.grid.kernal.managers.discovery |
TODO.
|
| org.gridgain.grid.kernal.processors.affinity |
Data affinity processor.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader |
| Modifier and Type | Method and Description |
|---|---|
GridDiscoveryEvent |
GridCacheAffinityFunctionContext.discoveryEvent()
Gets discovery event caused topology change.
|
| Modifier and Type | Method and Description |
|---|---|
GridDiscoveryEvent |
GridDiscoveryManager.localJoinEvent() |
| Modifier and Type | Method and Description |
|---|---|
GridDiscoveryEvent |
GridCacheAffinityFunctionContextImpl.discoveryEvent()
Gets discovery event caused topology change.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<GridNode>> |
GridAffinityAssignmentCache.calculate(long topVer,
GridDiscoveryEvent discoEvt)
Calculates affinity cache for given topology version.
|
| Constructor and Description |
|---|
GridCacheAffinityFunctionContextImpl(List<GridNode> topSnapshot,
List<List<GridNode>> prevAssignment,
GridDiscoveryEvent discoEvt,
long topVer,
int backups) |
| Modifier and Type | Method and Description |
|---|---|
List<List<GridNode>> |
GridCacheAffinityManager.calculateAffinity(long topVer,
GridDiscoveryEvent discoEvt)
Calculates affinity cache for given topology version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtForceKeysFuture.onDiscoveryEvent(GridDiscoveryEvent evt) |
| Constructor and Description |
|---|
GridDhtPartitionsExchangeFuture(GridCacheContext<K,V> cctx,
boolean reassign,
GridDiscoveryEvent discoEvt,
GridDhtPartitionExchangeId exchId)
Dummy future created to trigger reassignments if partition
topology changed while preloading.
|
GridDhtPartitionsExchangeFuture(GridCacheContext<K,V> cctx,
GridDiscoveryEvent discoEvt,
GridDhtPartitionExchangeId exchId)
Force preload future created to trigger reassignments if partition
topology changed while preloading.
|
Copyright © 2014. All rights reserved.