Class ExchangeActions.CacheGroupActionData
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.ExchangeActions.CacheGroupActionData
-
- Enclosing class:
- ExchangeActions
public static class ExchangeActions.CacheGroupActionData extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheGroupDescriptordescriptor()booleandestroy()
-
-
-
Method Detail
-
descriptor
public CacheGroupDescriptor descriptor()
- Returns:
- Group descriptor
-
destroy
public boolean destroy()
- Returns:
- Destroy flag
-
-