Uses of Interface
org.apache.accumulo.core.iterators.YieldingKeyValueIterator
Packages that use YieldingKeyValueIterator
-
Uses of YieldingKeyValueIterator in org.apache.accumulo.core.iterators
Subinterfaces of YieldingKeyValueIterator in org.apache.accumulo.core.iteratorsModifier and TypeInterfaceDescriptioninterfaceSortedKeyValueIterator<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> An iterator that supports iterating over key and value pairs.Classes in org.apache.accumulo.core.iterators that implement YieldingKeyValueIteratorModifier and TypeClassDescriptionclassclassA SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key within a row into a single Value.classclassAn iterator that is useful testing...classA 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.classAn optimized version ofFilter.classAn optimized version ofSkippingIterator.classAn optimized version ofWrappingIterator.classEvery call toSkippingIterator.next()andSkippingIterator.seek(Range, Collection, boolean)calls the parent's implementation and then calls the implementation'sSkippingIterator.consume().classclassA SortedKeyValueIterator similar toServerFilterbut with the implemented methods marked as synchronized.classA Combiner that decodes each Value to type V before reducing, then encodes the result of typedReduce back to Value.classA convenience class for implementing iterators that select, but do not modify, entries read from a source iterator. -
Uses of YieldingKeyValueIterator in org.apache.accumulo.core.iterators.user
Classes in org.apache.accumulo.core.iterators.user that implement YieldingKeyValueIteratorModifier 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 facilitates document-partitioned indexing.classThis iterator facilitates document-partitioned indexing.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.classAn iterator for deleting whole rows.classThe RowEncodingIterator is designed to provide row-isolation so that queries see mutations as atomic.classThis iterator makes it easy to select rows that meet a given criteria.classBase class for filters that can skip over key-value pairs which do not match their filter predicate.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.