Class ResyncRunnable<T>

  • All Implemented Interfaces:
    Runnable

    public class ResyncRunnable<T>
    extends Object
    implements Runnable
    Calls the resync function of store interface which is always implemented by DeltaFIFO.
    • Constructor Detail

    • Method Detail

      • run

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