- accept(Key, Value) - Method in class org.calrissian.accumulorecipes.lastn.iterator.IndexEntryFilteringIterator
-
Makes sure only those rows with an index row are kept around.
- AccumuloLastNStore - Class in org.calrissian.accumulorecipes.lastn.impl
-
Accumulo implementation of the LastN Store.
- AccumuloLastNStore(Connector) - Constructor for class org.calrissian.accumulorecipes.lastn.impl.AccumuloLastNStore
-
Uses the default tableName, store config, and maxVersions
- AccumuloLastNStore(Connector, int) - Constructor for class org.calrissian.accumulorecipes.lastn.impl.AccumuloLastNStore
-
Uses the default tableName and store config
- AccumuloLastNStore(Connector, String, StoreConfig, int) - Constructor for class org.calrissian.accumulorecipes.lastn.impl.AccumuloLastNStore
-
Uses the specified tableName, store config, and maxVersions