public class LocalJoinCachesContext extends Object
| Constructor and Description |
|---|
LocalJoinCachesContext(List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> locJoinStartCaches,
Map<Integer,CacheGroupDescriptor> cacheGrpDescs,
Map<String,DynamicCacheDescriptor> cacheDescs) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DynamicCacheDescriptor> |
cacheDescriptors() |
Map<Integer,CacheGroupDescriptor> |
cacheGroupDescriptors() |
List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> |
caches() |
boolean |
isEmpty() |
void |
removeSurvivedCacheGroups(Set<Integer> cacheGrps) |
void |
removeSurvivedCaches(Set<String> cacheNames) |
String |
toString() |
public LocalJoinCachesContext(List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> locJoinStartCaches, Map<Integer,CacheGroupDescriptor> cacheGrpDescs, Map<String,DynamicCacheDescriptor> cacheDescs)
locJoinStartCaches - Local caches to start on join.cacheGrpDescs - Cache group descriptors captured during join.cacheDescs - Cache descriptors captured during join.public List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> caches()
public Map<Integer,CacheGroupDescriptor> cacheGroupDescriptors()
public Map<String,DynamicCacheDescriptor> cacheDescriptors()
public void removeSurvivedCaches(Set<String> cacheNames)
cacheNames - Survived caches to clean.public void removeSurvivedCacheGroups(Set<Integer> cacheGrps)
cacheGrps - Survived caches groups to clean.public boolean isEmpty()
True if the context is empty.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018