public abstract class ExpirationFilter
extends org.apache.accumulo.core.iterators.Filter
| Constructor and Description |
|---|
ExpirationFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.apache.accumulo.core.data.Key k,
org.apache.accumulo.core.data.Value v)
Accepts entries whose timestamps are less than currentTime - threshold.
|
protected abstract long |
parseExpiration(org.apache.accumulo.core.data.Value v) |
deepCopy, describeOptions, findTop, init, next, seek, setNegate, validateOptionspublic boolean accept(org.apache.accumulo.core.data.Key k,
org.apache.accumulo.core.data.Value v)
accept in class org.apache.accumulo.core.iterators.Filterprotected abstract long parseExpiration(org.apache.accumulo.core.data.Value v)
Copyright © 2014 Calrissian. All Rights Reserved.