Package | Description |
---|---|
org.infinispan.partitionhandling.impl | |
org.infinispan.topology |
Modifier and Type | Method and Description |
---|---|
void |
PreferAvailabilityStrategy.onPartitionMerge(AvailabilityStrategyContext context,
Collection<CacheStatusResponse> statusResponses) |
void |
PreferConsistencyStrategy.onPartitionMerge(AvailabilityStrategyContext context,
Collection<CacheStatusResponse> statusResponses) |
void |
AvailabilityStrategy.onPartitionMerge(AvailabilityStrategyContext context,
Collection<CacheStatusResponse> statusResponses)
Called when two or more partitions merge, to compute the stable and current cache topologies for the merged
cluster.
|
Modifier and Type | Method and Description |
---|---|
CacheStatusResponse |
ClusterCacheStatus.doJoin(Address joiner,
CacheJoinInfo joinInfo) |
CacheStatusResponse |
ClusterTopologyManager.handleJoin(String cacheName,
Address joiner,
CacheJoinInfo joinInfo,
int viewId)
Signals that a new member is joining the cache.
|
CacheStatusResponse |
ClusterTopologyManagerImpl.handleJoin(String cacheName,
Address joiner,
CacheJoinInfo joinInfo,
int joinerViewId) |
CacheStatusResponse |
CacheStatusResponse.Externalizer.readObject(ObjectInput unmarshaller) |
Modifier and Type | Method and Description |
---|---|
Map<String,CacheStatusResponse> |
ManagerStatusResponse.getCaches() |
Set<Class<? extends CacheStatusResponse>> |
CacheStatusResponse.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
CacheStatusResponse.Externalizer.writeObject(ObjectOutput output,
CacheStatusResponse cacheStatusResponse) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterCacheStatus.doMergePartitions(Map<Address,CacheStatusResponse> statusResponses,
List<Address> clusterMembers,
boolean isMergeView) |
Constructor and Description |
---|
ManagerStatusResponse(Map<String,CacheStatusResponse> caches,
boolean rebalancingEnabled) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.