Class AsyncSnapshotPersistor

  • All Implemented Interfaces:
    Runnable

    public class AsyncSnapshotPersistor
    extends Object
    implements Runnable
    Runnable which is responsible for persisting the snapshots that are taken
    • Constructor Detail

      • AsyncSnapshotPersistor

        public AsyncSnapshotPersistor​(byte[] snapshots,
                                      PersistenceStore persistenceStore,
                                      String siddhiAppName,
                                      long time)
    • Method Detail

      • getRevision

        public String getRevision()
      • run

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