Uses of Interface
org.apache.ignite.dump.DumpConsumer
-
Packages that use DumpConsumer Package Description org.apache.ignite.dump org.apache.ignite.internal.processors.cache.persistence.snapshot.dump -
-
Uses of DumpConsumer in org.apache.ignite.dump
Methods in org.apache.ignite.dump that return DumpConsumer Modifier and Type Method Description DumpConsumerDumpReaderConfiguration. consumer()Constructors in org.apache.ignite.dump with parameters of type DumpConsumer Constructor Description DumpReaderConfiguration(File dir, DumpConsumer cnsmr)DumpReaderConfiguration(File dir, DumpConsumer cnsmr, int thCnt, Duration timeout, boolean failFast, boolean keepBinary, boolean keepRaw, String[] cacheGrpNames, boolean skipCopies, EncryptionSpi encSpi) -
Uses of DumpConsumer in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Subinterfaces of DumpConsumer in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump Modifier and Type Interface Description interfaceDumpConsumerKernalContextAwareDump consumer that needs to useGridKernalContextmust implement this interface.
-