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

    Modifier and Type
    Method
    Description
    void
    onReleased(int cycle, File file)
     
    void
     

    Methods inherited from interface net.openhft.chronicle.queue.impl.StoreFileListener

    isActive, onAcquired
  • Method Details

    • onReleased

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

      void stop()