Uses of Interface
org.apache.accumulo.core.iterators.OptionDescriber
Packages that use OptionDescriber
-
Uses of OptionDescriber in org.apache.accumulo.core.iterators
Classes in org.apache.accumulo.core.iterators that implement OptionDescriberModifier and TypeClassDescriptionclassA SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key within a row into a single Value.classclassA SortedKeyValueIterator that filters entries from its source iterator.classclassA TypedValueCombiner that translates each Value to a Long before reducing, then encodes the reduced Long back to a Value.classAn iterator that provides a sorted-iteration of column qualifiers for a set of column families in a row.classclassA Combiner that decodes each Value to type V before reducing, then encodes the result of typedReduce back to Value. -
Uses of OptionDescriber in org.apache.accumulo.core.iterators.user
Classes in org.apache.accumulo.core.iterators.user that implement OptionDescriberModifier and TypeClassDescriptionclassA filter that ages off key/value pairs based on the Key's timestamp.classA family of combiners that treat values as BigDecimals, encoding and decoding using the built-in BigDecimal String input/output functions.static classstatic classstatic classclassFilters key/value pairs for a range of column families and a range of column qualifiers.classFilters key/value pairs for a range of column families and a range of column qualifiers.classA filter that ages off key/value pairs based on the Key's column and timestamp.classclassThis iterator provides exact string matching of the term specified by the "term" option.classThis iterator suppresses rows that exceed a specified number of columns.classA Combiner that interprets Values as Longs and returns the largest Long among them.classA Combiner that interprets Values as Longs and returns the smallest Long among them.classA Filter that matches entries based on Java regular expressions.classA Filter that matches entries with a non-empty ColumnVisibility.classThe RowEncodingIterator is designed to provide row-isolation so that queries see mutations as atomic.classA Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums.classA Combiner that interprets Values as Longs and returns their sum.classA Filter that matches entries whose timestamps fall within a range.classThe TransformingIterator allows portions of a key (except for the row) to be transformed.classclassA SortedKeyValueIterator that filters based on ColumnVisibility.classThe WholeColumnFamilyIterator is designed to provide row/cf-isolation so that queries see mutations as atomic.classThe WholeRowIterator is designed to provide row-isolation so that queries see mutations as atomic.