Package org.nustaq.reallive.server
Interface RemoveLog
- All Known Implementing Classes:
FilebasedRemoveLog
public interface RemoveLog
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRemoveLog.RemoveLogEntry -
Method Summary
Modifier and Type Method Description voidadd(long timeStamp, java.lang.String recordKey)voidprune(long maxAge)voidquery(long from, long to, org.nustaq.kontraktor.Callback<RemoveLog.RemoveLogEntry> en)