Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTopologyFutureAdapter.CacheGroupValidation
-
Packages that use GridDhtTopologyFutureAdapter.CacheGroupValidation Package Description org.apache.ignite.internal.processors.cache.distributed.dht -
-
Uses of GridDhtTopologyFutureAdapter.CacheGroupValidation in org.apache.ignite.internal.processors.cache.distributed.dht
Fields in org.apache.ignite.internal.processors.cache.distributed.dht with type parameters of type GridDhtTopologyFutureAdapter.CacheGroupValidation Modifier and Type Field Description protected Map<Integer,GridDhtTopologyFutureAdapter.CacheGroupValidation>GridDhtTopologyFutureAdapter. grpValidResCache groups validation results.Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return GridDhtTopologyFutureAdapter.CacheGroupValidation Modifier and Type Method Description protected GridDhtTopologyFutureAdapter.CacheGroupValidationGridDhtTopologyFutureAdapter. validateCacheGroup(CacheGroupContext grp, Collection<ClusterNode> topNodes)
-