|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.utils.ConsistencyCheck.RetentionChecker
protected static class ConsistencyCheck.RetentionChecker
A checker to determine if a key is to be cleaned according to retention policy
Constructor Summary | |
---|---|
ConsistencyCheck.RetentionChecker(int days)
|
Method Summary | |
---|---|
boolean |
isExpired(ConsistencyCheck.Value v)
Determine if a version is expired |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsistencyCheck.RetentionChecker(int days)
days
- number of days ago from now to retain keysMethod Detail |
---|
public boolean isExpired(ConsistencyCheck.Value v)
v
- version to be checked
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |