Uses of Interface
org.apache.accumulo.core.iterators.SortedKeyValueIterator
Packages that use SortedKeyValueIterator
Package
Description
-
Uses of SortedKeyValueIterator in org.apache.accumulo.core.client
Constructor parameters in org.apache.accumulo.core.client with type arguments of type SortedKeyValueIteratorModifierConstructorDescriptionIteratorSetting(int priority, Class<? extends SortedKeyValueIterator<Key, Value>> iteratorClass) Constructs an iterator setting using the given class's SimpleName for the iterator name.IteratorSetting(int priority, Class<? extends SortedKeyValueIterator<Key, Value>> iteratorClass, Map<String, String> properties) Constructs an iterator setting using the given class's SimpleName for the iterator name and configured for the specified scopes with the specified parameters.IteratorSetting(int priority, String name, Class<? extends SortedKeyValueIterator<Key, Value>> iteratorClass) Constructs an iterator setting configured for the scan scope with no parameters.IteratorSetting(int priority, String name, Class<? extends SortedKeyValueIterator<Key, Value>> iteratorClass, Map<String, String> properties) Constructs an iterator setting using the provided name and the provided class's name for the scan scope with the provided parameters. -
Uses of SortedKeyValueIterator in org.apache.accumulo.core.client.admin.compaction
Methods in org.apache.accumulo.core.client.admin.compaction that return types with arguments of type SortedKeyValueIteratorModifier and TypeMethodDescriptionCompactionSelector.SelectionParameters.getSample(CompactableFile cf, SamplerConfiguration sc) -
Uses of SortedKeyValueIterator in org.apache.accumulo.core.iterators
Classes in org.apache.accumulo.core.iterators that implement SortedKeyValueIteratorModifier 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.Fields in org.apache.accumulo.core.iterators declared as SortedKeyValueIteratorModifier and TypeFieldDescriptionprotected final SortedKeyValueIterator<Key,Value> ServerWrappingIterator.sourceprotected final SortedKeyValueIterator<Key,Value> SynchronizedServerFilter.sourceMethods in org.apache.accumulo.core.iterators that return SortedKeyValueIteratorModifier and TypeMethodDescriptionColumnFamilyCounter.deepCopy(IteratorEnvironment env) Combiner.deepCopy(IteratorEnvironment env) DevNull.deepCopy(IteratorEnvironment env) Filter.deepCopy(IteratorEnvironment env) FirstEntryInRowIterator.deepCopy(IteratorEnvironment env) OrIterator.deepCopy(IteratorEnvironment env) abstract SortedKeyValueIterator<Key,Value> ServerFilter.deepCopy(IteratorEnvironment env) ServerWrappingIterator.deepCopy(IteratorEnvironment env) SortedKeyIterator.deepCopy(IteratorEnvironment env) SortedKeyValueIterator.deepCopy(IteratorEnvironment env) Creates a deep copy of this iterator as though seek had not yet been called.abstract SortedKeyValueIterator<Key,Value> SynchronizedServerFilter.deepCopy(IteratorEnvironment env) TypedValueCombiner.deepCopy(IteratorEnvironment env) WrappingIterator.deepCopy(IteratorEnvironment env) protected SortedKeyValueIterator<Key,Value> WrappingIterator.getSource()IteratorEnvironment.reserveMapFileReader(String mapFileName) Deprecated.since 2.0.0.Methods in org.apache.accumulo.core.iterators with parameters of type SortedKeyValueIteratorModifier and TypeMethodDescriptionvoidColumnFamilyCounter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidCombiner.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidDebugIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidDevNull.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidFirstEntryInRowIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidLongCombiner.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidOrIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidServerFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidServerWrappingIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidSortedKeyValueIterator.init(SortedKeyValueIterator<K, V> source, Map<String, String> options, IteratorEnvironment env) Initializes the iterator.voidSynchronizedServerFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidTypedValueCombiner.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidWrappingIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidIteratorEnvironment.registerSideChannel(SortedKeyValueIterator<Key, Value> iter) Deprecated.since 2.0.0.protected voidWrappingIterator.setSource(SortedKeyValueIterator<Key, Value> source) voidOrIterator.setTerms(SortedKeyValueIterator<Key, Value> source, Collection<String> terms, IteratorEnvironment env) Constructors in org.apache.accumulo.core.iterators with parameters of type SortedKeyValueIteratorModifierConstructorDescriptionDebugIterator(String prefix, SortedKeyValueIterator<Key, Value> source) ServerFilter(SortedKeyValueIterator<Key, Value> source) TermSource(SortedKeyValueIterator<Key, Value> iter, org.apache.hadoop.io.Text term) ValueIterator(SortedKeyValueIterator<Key, Value> source) Constructs an iterator over Values whose Keys are versions of the current topKey of the source SortedKeyValueIterator. -
Uses of SortedKeyValueIterator in org.apache.accumulo.core.iterators.user
Classes in org.apache.accumulo.core.iterators.user that implement SortedKeyValueIteratorModifier 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.Fields in org.apache.accumulo.core.iterators.user declared as SortedKeyValueIteratorModifier and TypeFieldDescriptionIndexedDocIterator.docSourceIntersectingIterator.TermSource.iterprotected SortedKeyValueIterator<Key,Value> RowEncodingIterator.sourceIterMethods in org.apache.accumulo.core.iterators.user that return SortedKeyValueIteratorModifier and TypeMethodDescriptionAgeOffFilter.deepCopy(IteratorEnvironment env) CfCqSliceFilter.deepCopy(IteratorEnvironment env) CfCqSliceSeekingFilter.deepCopy(IteratorEnvironment env) ColumnAgeOffFilter.deepCopy(IteratorEnvironment env) ColumnSliceFilter.deepCopy(IteratorEnvironment env) GrepIterator.deepCopy(IteratorEnvironment env) IndexedDocIterator.deepCopy(IteratorEnvironment env) IntersectingIterator.deepCopy(IteratorEnvironment env) LargeRowFilter.deepCopy(IteratorEnvironment env) RegExFilter.deepCopy(IteratorEnvironment env) RowDeletingIterator.deepCopy(IteratorEnvironment env) RowEncodingIterator.deepCopy(IteratorEnvironment env) RowFilter.deepCopy(IteratorEnvironment env) SeekingFilter.deepCopy(IteratorEnvironment env) TimestampFilter.deepCopy(IteratorEnvironment env) TransformingIterator.deepCopy(IteratorEnvironment env) VisibilityFilter.deepCopy(IteratorEnvironment env) WholeColumnFamilyIterator.deepCopy(IteratorEnvironment env) Methods in org.apache.accumulo.core.iterators.user with parameters of type SortedKeyValueIteratorModifier and TypeMethodDescriptionabstract booleanRowFilter.acceptRow(SortedKeyValueIterator<Key, Value> rowIterator) Implementation should return false to suppress a row.voidAgeOffFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidBigDecimalCombiner.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidCfCqSliceFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidCfCqSliceSeekingFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidColumnAgeOffFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidColumnSliceFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidGrepIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidIndexedDocIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidIntersectingIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidLargeRowFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidRegExFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidRowDeletingIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidRowEncodingIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidRowFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidSeekingFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidSummingArrayCombiner.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidTimestampFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidTransformingIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidVersioningIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidVisibilityFilter.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) voidWholeColumnFamilyIterator.init(SortedKeyValueIterator<Key, Value> source, Map<String, String> options, IteratorEnvironment env) static StringIntersectingIterator.stringTopKey(SortedKeyValueIterator<Key, Value> iter) protected abstract voidTransformingIterator.transformRange(SortedKeyValueIterator<Key, Value> input, TransformingIterator.KVBuffer output) Transformsinput.Constructors in org.apache.accumulo.core.iterators.user with parameters of type SortedKeyValueIteratorModifierConstructorDescriptionTermSource(SortedKeyValueIterator<Key, Value> iter, org.apache.hadoop.io.Text term) TermSource(SortedKeyValueIterator<Key, Value> iter, org.apache.hadoop.io.Text term, boolean notFlag)