Uses of Interface
org.apache.ignite.dump.DumpConsumer
-
Packages that use DumpConsumer Package Description org.apache.ignite.dump -
-
Uses of DumpConsumer in org.apache.ignite.dump
Classes in org.apache.ignite.dump that implement DumpConsumer Modifier and Type Class Description class
JsonDumpConsumer
Dump consumer that outputs entries in json format.Methods in org.apache.ignite.dump that return DumpConsumer Modifier and Type Method Description DumpConsumer
DumpReaderConfiguration. 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)
-