Class GridDhtTopologyFutureAdapter.CacheGroupValidation
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTopologyFutureAdapter.CacheGroupValidation
-
- Enclosing class:
- GridDhtTopologyFutureAdapter
protected static class GridDhtTopologyFutureAdapter.CacheGroupValidation extends Object
Cache group validation result.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasLostPartitions()booleanisValid()Collection<Integer>lostPartitions()
-
-
-
Method Detail
-
isValid
public boolean isValid()
- Returns:
- True if valid, False if invalide.
-
hasLostPartitions
public boolean hasLostPartitions()
- Returns:
- True if lost partition is present, False if not.
-
lostPartitions
public Collection<Integer> lostPartitions()
- Returns:
- Lost patition ID collection.
-
-