public class LocalJoinCachesContext extends Object
| Constructor and Description |
|---|
LocalJoinCachesContext(List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> locJoinStartCaches,
List<DynamicCacheDescriptor> locJoinInitCaches,
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() |
List<DynamicCacheDescriptor> |
initCaches() |
boolean |
isEmpty() |
void |
removeSurvivedCaches(Set<String> cacheNames) |
String |
toString() |
public LocalJoinCachesContext(List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> locJoinStartCaches, List<DynamicCacheDescriptor> locJoinInitCaches, Map<Integer,CacheGroupDescriptor> cacheGrpDescs, Map<String,DynamicCacheDescriptor> cacheDescs)
locJoinStartCaches - Local caches to start on join.locJoinInitCaches - Local caches to initialize query infrastructure without start of caches.cacheGrpDescs - Cache group descriptors captured during join.cacheDescs - Cache descriptors captured during join.public List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> caches()
public List<DynamicCacheDescriptor> initCaches()
public Map<Integer,CacheGroupDescriptor> cacheGroupDescriptors()
public Map<String,DynamicCacheDescriptor> cacheDescriptors()
public void removeSurvivedCaches(Set<String> cacheNames)
cacheNames - Survived caches to clean.public boolean isEmpty()
True if the context is empty.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020