Class ExchangeActions.CacheActionData
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.ExchangeActions.CacheActionData
-
- Enclosing class:
- ExchangeActions
public static class ExchangeActions.CacheActionData extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicCacheDescriptordescriptor()DynamicCacheChangeRequestrequest()
-
-
-
Method Detail
-
request
public DynamicCacheChangeRequest request()
- Returns:
- Request.
-
descriptor
public DynamicCacheDescriptor descriptor()
- Returns:
- Cache descriptor.
-
-