Interface DumpConsumerKernalContextAware
-
- All Superinterfaces:
DumpConsumer
public interface DumpConsumerKernalContextAware extends DumpConsumer
Dump consumer that needs to useGridKernalContextmust implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart(GridKernalContext ctx)Starts the consumer with the kernal context provided.-
Methods inherited from interface org.apache.ignite.dump.DumpConsumer
onCacheConfigs, onMappings, onPartition, onTypes, start, stop
-
-
-
-
Method Detail
-
start
void start(GridKernalContext ctx)
Starts the consumer with the kernal context provided.- Parameters:
ctx- Kernal context.
-
-