public class StartCacheInfo extends Object
| Constructor and Description |
|---|
StartCacheInfo(CacheConfiguration conf,
DynamicCacheDescriptor desc,
NearCacheConfiguration reqNearCfg,
AffinityTopologyVersion exchTopVer,
boolean disabledAfterStart) |
StartCacheInfo(CacheConfiguration conf,
DynamicCacheDescriptor desc,
NearCacheConfiguration reqNearCfg,
AffinityTopologyVersion exchTopVer,
boolean disabledAfterStart,
boolean clientCache) |
StartCacheInfo(DynamicCacheDescriptor desc,
NearCacheConfiguration reqNearCfg,
AffinityTopologyVersion exchTopVer,
boolean disabledAfterStart) |
| Modifier and Type | Method and Description |
|---|---|
DynamicCacheDescriptor |
getCacheDescriptor() |
AffinityTopologyVersion |
getExchangeTopVer() |
@Nullable NearCacheConfiguration |
getReqNearCfg() |
CacheConfiguration |
getStartedConfiguration() |
boolean |
isClientCache() |
boolean |
isDisabledAfterStart() |
String |
toString() |
public StartCacheInfo(DynamicCacheDescriptor desc, NearCacheConfiguration reqNearCfg, AffinityTopologyVersion exchTopVer, boolean disabledAfterStart)
desc - Cache configuration for start.reqNearCfg - Near cache configuration for start.exchTopVer - Exchange topology version in which starting happened.disabledAfterStart - Disable started cache after start or not.public StartCacheInfo(CacheConfiguration conf, DynamicCacheDescriptor desc, NearCacheConfiguration reqNearCfg, AffinityTopologyVersion exchTopVer, boolean disabledAfterStart)
conf - Cache configuration for start.desc - Cache descriptor for start.reqNearCfg - Near cache configuration for start.exchTopVer - Exchange topology version in which starting happened.disabledAfterStart - Disable started cache after start or not.public StartCacheInfo(CacheConfiguration conf, DynamicCacheDescriptor desc, NearCacheConfiguration reqNearCfg, AffinityTopologyVersion exchTopVer, boolean disabledAfterStart, boolean clientCache)
conf - Cache configuration for start.desc - Cache descriptor for start.reqNearCfg - Near cache configuration for start.exchTopVer - Exchange topology version in which starting happened.disabledAfterStart - Disable started cache after start or not.clientCache - true in case starting cache on client node.public CacheConfiguration getStartedConfiguration()
public DynamicCacheDescriptor getCacheDescriptor()
@Nullable public @Nullable NearCacheConfiguration getReqNearCfg()
public AffinityTopologyVersion getExchangeTopVer()
public boolean isDisabledAfterStart()
public boolean isClientCache()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020