Class DumpReader

  • All Implemented Interfaces:
    Runnable

    public class DumpReader
    extends Object
    implements Runnable
    Dump Reader application. The application runs independently of Ignite node process and provides the ability to the DumpConsumer to consume all data stored in cache dump (Dump)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • metadata

        public static List<org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotMetadata> metadata​(File dumpDir)
        Parameters:
        dumpDir - Dump root directory.
        Returns:
        List of snapshot metadata saved in #dumpDir.