Interface BinLogArchiver

  • All Superinterfaces:
    net.openhft.chronicle.queue.impl.StoreFileListener
    All Known Implementing Classes:
    DeletingArchiver, ExternalArchiver

    public interface BinLogArchiver
    extends net.openhft.chronicle.queue.impl.StoreFileListener
    • Field Summary

      • Fields inherited from interface net.openhft.chronicle.queue.impl.StoreFileListener

        NO_OP
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onReleased​(int cycle, java.io.File file)  
      void stop()  
      • Methods inherited from interface net.openhft.chronicle.queue.impl.StoreFileListener

        isActive, onAcquired
    • Method Detail

      • onReleased

        void onReleased​(int cycle,
                        java.io.File file)
        Specified by:
        onReleased in interface net.openhft.chronicle.queue.impl.StoreFileListener
      • stop

        void stop()