Interface RemoveLog

All Known Implementing Classes:
FilebasedRemoveLog

public interface RemoveLog
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  RemoveLog.RemoveLogEntry  
  • Method Summary

    Modifier and Type Method Description
    void add​(long timeStamp, java.lang.String recordKey)  
    void prune​(long maxAge)  
    void query​(long from, long to, org.nustaq.kontraktor.Callback<RemoveLog.RemoveLogEntry> en)  
  • Method Details

    • add

      void add​(long timeStamp, java.lang.String recordKey)
    • query

      void query​(long from, long to, org.nustaq.kontraktor.Callback<RemoveLog.RemoveLogEntry> en)
    • prune

      void prune​(long maxAge)