Uses of Class
org.apache.accumulo.core.data.Key
-
-
Uses of Key in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return types with arguments of type Key Modifier and Type Method Description Iterator<Map.Entry<Key,Value>>ClientSideIteratorScanner. iterator()Iterator<Map.Entry<Key,Value>>IsolatedScanner. iterator()Iterator<Map.Entry<Key,Value>>IsolatedScanner.MemoryRowBuffer. iterator()Iterator<Map.Entry<Key,Value>>IsolatedScanner.RowBuffer. iterator()Iterator<Map.Entry<Key,Value>>ScannerBase. iterator()Returns an iterator over an accumulo table.Iterator<Map.Entry<Key,Value>>RowIterator. next()Fetch the next row.Method parameters in org.apache.accumulo.core.client with type arguments of type Key Modifier and Type Method Description voidIsolatedScanner.MemoryRowBuffer. add(Map.Entry<Key,Value> entry)voidIsolatedScanner.RowBuffer. add(Map.Entry<Key,Value> entry)Constructor parameters in org.apache.accumulo.core.client with type arguments of type Key Constructor Description IteratorSetting(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.RowIterator(Iterable<Map.Entry<Key,Value>> iterable)Create an iterator from an Iterable.RowIterator(Iterator<Map.Entry<Key,Value>> iterator)Create an iterator from an (ordered) sequence of KeyValue pairs. -
Uses of Key in org.apache.accumulo.core.client.admin.compaction
Methods in org.apache.accumulo.core.client.admin.compaction that return types with arguments of type Key Modifier and Type Method Description Optional<SortedKeyValueIterator<Key,Value>>CompactionSelector.SelectionParameters. getSample(CompactableFile cf, SamplerConfiguration sc) -
Uses of Key in org.apache.accumulo.core.client.mapred
Fields in org.apache.accumulo.core.client.mapred declared as Key Modifier and Type Field Description protected KeyAbstractInputFormat.AbstractRecordReader. currentKeyFields in org.apache.accumulo.core.client.mapred with type parameters of type Key Modifier and Type Field Description protected Iterator<Map.Entry<Key,Value>>AbstractInputFormat.AbstractRecordReader. scannerIteratorMethods in org.apache.accumulo.core.client.mapred that return types with arguments of type Key Modifier and Type Method Description org.apache.hadoop.mapred.RecordReader<Key,Value>AccumuloInputFormat. getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)Deprecated.org.apache.hadoop.mapred.RecordReader<Key,Value>AccumuloMultiTableInputFormat. getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)Deprecated.org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.Text,PeekingIterator<Map.Entry<Key,Value>>>AccumuloRowInputFormat. getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)Deprecated.org.apache.hadoop.mapred.RecordWriter<Key,Value>AccumuloFileOutputFormat. getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)Deprecated. -
Uses of Key in org.apache.accumulo.core.client.mapreduce
Fields in org.apache.accumulo.core.client.mapreduce declared as Key Modifier and Type Field Description protected KeyAbstractInputFormat.AbstractRecordReader. currentKeyThe Key that is used to determine progress in the current InputSplit.Fields in org.apache.accumulo.core.client.mapreduce with type parameters of type Key Modifier and Type Field Description protected Iterator<Map.Entry<Key,Value>>AbstractInputFormat.AbstractRecordReader. scannerIteratorMethods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type Key Modifier and Type Method Description org.apache.hadoop.mapreduce.RecordReader<Key,Value>AccumuloInputFormat. createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)Deprecated.org.apache.hadoop.mapreduce.RecordReader<Key,Value>AccumuloMultiTableInputFormat. createRecordReader(org.apache.hadoop.mapreduce.InputSplit inputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext context)Deprecated.org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.Text,PeekingIterator<Map.Entry<Key,Value>>>AccumuloRowInputFormat. createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)Deprecated.org.apache.hadoop.mapreduce.RecordWriter<Key,Value>AccumuloFileOutputFormat. getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)Deprecated.Methods in org.apache.accumulo.core.client.mapreduce with parameters of type Key Modifier and Type Method Description floatRangeInputSplit. getProgress(Key currentKey)Deprecated. -
Uses of Key in org.apache.accumulo.core.client.mapreduce.lib.partition
Methods in org.apache.accumulo.core.client.mapreduce.lib.partition with parameters of type Key Modifier and Type Method Description intKeyRangePartitioner. getPartition(Key key, org.apache.hadoop.io.Writable value, int numPartitions)Deprecated. -
Uses of Key in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile with parameters of type Key Modifier and Type Method Description voidRFileWriter. append(Key key, byte[] value)This method has the same behavior asRFileWriter.append(Key, Value).voidRFileWriter. append(Key key, CharSequence value)This method has the same behavior asRFileWriter.append(Key, Value).voidRFileWriter. append(Key key, Value val)Append the key and value to the last locality group that was started.Method parameters in org.apache.accumulo.core.client.rfile with type arguments of type Key Modifier and Type Method Description voidRFileWriter. append(Iterable<Map.Entry<Key,Value>> keyValues)Append the keys and values to the last locality group that was started. -
Uses of Key in org.apache.accumulo.core.client.sample
Methods in org.apache.accumulo.core.client.sample with parameters of type Key Modifier and Type Method Description booleanAbstractHashSampler. accept(Key k)booleanSampler. accept(Key k)protected abstract voidAbstractHashSampler. hash(DataOutput hasher, Key k)Subclass must override this method and hash some portion of the key.protected voidRowColumnSampler. hash(DataOutput hasher, Key k)protected voidRowSampler. hash(DataOutput hasher, Key k) -
Uses of Key in org.apache.accumulo.core.client.summary
Methods in org.apache.accumulo.core.client.summary with parameters of type Key Modifier and Type Method Description voidSummarizer.Collector. accept(Key k, Value v)During compactions, Accumulo passes each Key Value written to the file to this method.voidCountingSummarizer.Converter. convert(Key k, Value v, Consumer<K> consumer) -
Uses of Key in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return types with arguments of type Key Modifier and Type Method Description Iterator<Map.Entry<Key,Value>>OfflineScanner. iterator()Iterator<Map.Entry<Key,Value>>ScannerImpl. iterator()Iterator<Map.Entry<Key,Value>>ScannerOptions. iterator()Iterator<Map.Entry<Key,Value>>TabletServerBatchReader. iterator()Map.Entry<Key,Value>ScannerIterator. next()Map.Entry<Key,Value>TabletServerBatchReaderIterator. next()Method parameters in org.apache.accumulo.core.clientImpl with type arguments of type Key Modifier and Type Method Description static booleanThriftScanner. getBatchFromServer(ClientContext context, Range range, KeyExtent extent, String server, SortedMap<Key,Value> results, SortedSet<Column> fetchedColumns, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, int size, Authorizations authorizations, long batchTimeOut, String classLoaderContext)voidTabletServerBatchReaderIterator.ResultReceiver. receive(List<Map.Entry<Key,Value>> entries) -
Uses of Key in org.apache.accumulo.core.clientImpl.mapreduce
Methods in org.apache.accumulo.core.clientImpl.mapreduce with parameters of type Key Modifier and Type Method Description floatBatchInputSplit. getProgress(Key currentKey)Deprecated.Save progress on each call to this function, implied by value of currentKey, and return average ranges in the split -
Uses of Key in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf that return types with arguments of type Key Modifier and Type Method Description static SortedKeyValueIterator<Key,Value>IterConfigUtil. convertItersAndLoad(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<Key,Value> source, AccumuloConfiguration conf, List<IteratorSetting> iterators, IteratorEnvironment env)Convert the list of iterators to IterInfo objects and then load the stack.static SortedKeyValueIterator<Key,Value>IterConfigUtil. loadIterators(SortedKeyValueIterator<Key,Value> source, IterLoad iterLoad)Load a stack of iterators provided in the IterLoad, starting with source.Method parameters in org.apache.accumulo.core.conf with type arguments of type Key Modifier and Type Method Description IterLoadIterLoad. classCache(Map<String,Class<SortedKeyValueIterator<Key,Value>>> classCache)static SortedKeyValueIterator<Key,Value>IterConfigUtil. convertItersAndLoad(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<Key,Value> source, AccumuloConfiguration conf, List<IteratorSetting> iterators, IteratorEnvironment env)Convert the list of iterators to IterInfo objects and then load the stack.static SortedKeyValueIterator<Key,Value>IterConfigUtil. loadIterators(SortedKeyValueIterator<Key,Value> source, IterLoad iterLoad)Load a stack of iterators provided in the IterLoad, starting with source. -
Uses of Key in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return Key Modifier and Type Method Description KeyKeyBuilder.Build. build()Build aKeyfrom this builder.KeyKey. followingKey(PartialKey part)Returns a key that will sort immediately after this key.KeyRange. getEndKey()Gets the ending key, or null if the end is positive infinity.KeyRange. getStartKey()Gets the start key, or null if the start is negative infinity.Methods in org.apache.accumulo.core.data with parameters of type Key Modifier and Type Method Description booleanRange. afterEndKey(Key key)Determines if the given key is after the ending key of this range.booleanRange. beforeStartKey(Key key)Determines if the given key is before the start key of this range.intKey. compareTo(Key other)intKey. compareTo(Key other, PartialKey part)Compares elements of a key given by aPartialKey.booleanRange. contains(Key key)Determines if the given key falls within this range.booleanKey. equals(Key other, PartialKey part)Compares part of a key.voidKey. set(Key k)Sets this key's row, column family, column qualifier, column visibility, timestamp, and delete marker to be the same as another key's.Constructors in org.apache.accumulo.core.data with parameters of type Key Constructor Description Key(Key other)Creates a key with the same row, column family, column qualifier, column visibility, timestamp, and delete marker as the given key.KeyValue(Key key, byte[] value)Creates a new key/value pair.KeyValue(Key key, ByteBuffer value)Creates a new key/value pair.KeyValue(Key key, Value value)Creates a new key/value pair.Range(Key start, boolean startKeyInclusive, boolean infiniteStartKey, Key stop, boolean stopKeyInclusive, boolean infiniteStopKey)Creates a range from start to stop.Range(Key startKey, boolean startKeyInclusive, Key endKey, boolean endKeyInclusive)Creates a range from startKey to endKey.Range(Key startKey, Key endKey)Creates a range from startKey inclusive to endKey inclusive.Range(Key start, Key stop, boolean startKeyInclusive, boolean stopKeyInclusive, boolean infiniteStartKey, boolean infiniteStopKey)Creates a range from start to stop. -
Uses of Key in org.apache.accumulo.core.file
Methods in org.apache.accumulo.core.file that return Key Modifier and Type Method Description KeyBloomFilterLayer.Reader. getFirstKey()KeyFileSKVIterator. getFirstKey()KeyBloomFilterLayer.Reader. getLastKey()KeyFileSKVIterator. getLastKey()KeyBloomFilterLayer.Reader. getTopKey()Methods in org.apache.accumulo.core.file that return types with arguments of type Key Modifier and Type Method Description SortedKeyValueIterator<Key,Value>BloomFilterLayer.Reader. deepCopy(IteratorEnvironment env)Methods in org.apache.accumulo.core.file with parameters of type Key Modifier and Type Method Description voidBloomFilterLayer.Writer. append(Key key, Value val)voidFileSKVWriter. append(Key key, Value value)Method parameters in org.apache.accumulo.core.file with type arguments of type Key Modifier and Type Method Description voidBloomFilterLayer.Reader. init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env) -
Uses of Key in org.apache.accumulo.core.file.keyfunctor
Methods in org.apache.accumulo.core.file.keyfunctor with parameters of type Key Modifier and Type Method Description org.apache.hadoop.util.bloom.KeyColumnFamilyFunctor. transform(Key acuKey)org.apache.hadoop.util.bloom.KeyColumnQualifierFunctor. transform(Key acuKey)org.apache.hadoop.util.bloom.KeyKeyFunctor. transform(Key key)org.apache.hadoop.util.bloom.KeyRowFunctor. transform(Key acuKey) -
Uses of Key in org.apache.accumulo.core.file.map
Methods in org.apache.accumulo.core.file.map that return Key Modifier and Type Method Description KeyMapFileOperations.RangeIterator. getFirstKey()KeyMapFileOperations.RangeIterator. getLastKey()KeyMapFileOperations.RangeIterator. getTopKey()Methods in org.apache.accumulo.core.file.map that return types with arguments of type Key Modifier and Type Method Description SortedKeyValueIterator<Key,Value>MapFileOperations.RangeIterator. deepCopy(IteratorEnvironment env)Method parameters in org.apache.accumulo.core.file.map with type arguments of type Key Modifier and Type Method Description voidMapFileOperations.RangeIterator. init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)Constructor parameters in org.apache.accumulo.core.file.map with type arguments of type Key Constructor Description RangeIterator(SortedKeyValueIterator<Key,Value> reader) -
Uses of Key in org.apache.accumulo.core.file.rfile
Methods in org.apache.accumulo.core.file.rfile that return Key Modifier and Type Method Description KeyRFile.Reader. getFirstKey()KeyMultiLevelIndex.IndexEntry. getKey()KeyRelativeKey. getKey()KeyMultiLevelIndex.Reader. getLastKey()KeyRFile.Reader. getLastKey()KeyBlockIndex.BlockIndexEntry. getPrevKey()static KeyKeyShortener. shorten(Key prev, Key current)Methods in org.apache.accumulo.core.file.rfile that return types with arguments of type Key Modifier and Type Method Description SortedKeyValueIterator<Key,Value>RFile.Reader. deepCopy(IteratorEnvironment env)protected Class<? extends BiFunction<Key,Value,String>>PrintInfo. getFormatter(String formatterClazz)Methods in org.apache.accumulo.core.file.rfile with parameters of type Key Modifier and Type Method Description voidMultiLevelIndex.BufferedWriter. add(Key key, int data, long offset, long compressedSize, long rawSize)voidMultiLevelIndex.Writer. add(Key key, int data, long offset, long compressedSize, long rawSize)voidMultiLevelIndex.BufferedWriter. addLast(Key key, int data, long offset, long compressedSize, long rawSize)voidMultiLevelIndex.Writer. addLast(Key key, int data, long offset, long compressedSize, long rawSize)voidMetricsGatherer. addMetric(Key key, Value val)Collect and store metrics for the given entry.voidVisMetricsGatherer. addMetric(Key key, Value val)voidRFile.Writer. append(Key key, Value value)static RelativeKey.SkippRRelativeKey. fastSkip(DataInput in, Key seekKey, MutableByteSequence value, Key prevKey, Key currKey, int entriesLeft)MultiLevelIndex.Reader.IndexIteratorMultiLevelIndex.Reader. lookup(Key key)BlockIndex.BlockIndexEntryBlockIndex. seekBlock(Key startKey, CachableBlockFile.CachedBlockRead cacheBlock)voidRelativeKey. setPrevKey(Key pk)static KeyKeyShortener. shorten(Key prev, Key current)Method parameters in org.apache.accumulo.core.file.rfile with type arguments of type Key Modifier and Type Method Description voidRFile.Reader. init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)Constructors in org.apache.accumulo.core.file.rfile with parameters of type Key Constructor Description BlockIndexEntry(int pos, int entriesLeft, Key prevKey)BlockIndexEntry(Key key)RelativeKey(Key prevKey, Key key)This constructor is used when constructing a key for writing to an output stream -
Uses of Key in org.apache.accumulo.core.iterators
Fields in org.apache.accumulo.core.iterators with type parameters of type Key Modifier and Type Field Description protected SortedKeyValueIterator<Key,Value>ServerWrappingIterator. sourceprotected SortedKeyValueIterator<Key,Value>SynchronizedServerFilter. sourceMethods in org.apache.accumulo.core.iterators that return Key Modifier and Type Method Description KeyColumnFamilyCounter. getTopKey()KeyCombiner. getTopKey()KeyDebugIterator. getTopKey()KeyDevNull. getTopKey()KeyOrIterator. getTopKey()KeyServerWrappingIterator. getTopKey()KeySortedMapIterator. getTopKey()KeySynchronizedServerFilter. getTopKey()KeyWrappingIterator. getTopKey()Methods in org.apache.accumulo.core.iterators with parameters of type Key Modifier and Type Method Description abstract booleanFilter. accept(Key k, Value v)abstract booleanServerFilter. accept(Key k, Value v)protected abstract booleanSynchronizedServerFilter. accept(Key k, Value v)abstract ValueCombiner. reduce(Key key, Iterator<Value> iter)Reduces a list of Values into a single Value.ValueTypedValueCombiner. reduce(Key key, Iterator<Value> iter)abstract VTypedValueCombiner. typedReduce(Key key, Iterator<V> iter)Reduces a list of V into a single V.Constructor parameters in org.apache.accumulo.core.iterators with type arguments of type Key Constructor Description DebugIterator(String prefix, SortedKeyValueIterator<Key,Value> source)IteratorAdapter(SortedKeyValueIterator<Key,Value> inner)ServerFilter(SortedKeyValueIterator<Key,Value> source)ServerSkippingIterator(SortedKeyValueIterator<Key,Value> source)ServerWrappingIterator(SortedKeyValueIterator<Key,Value> source)SortedMapIterator(SortedMap<Key,Value> map)SynchronizedServerFilter(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 Key in org.apache.accumulo.core.iterators.user
Fields in org.apache.accumulo.core.iterators.user declared as Key Modifier and Type Field Description protected KeyIntersectingIterator. topKeyFields in org.apache.accumulo.core.iterators.user with type parameters of type Key Modifier and Type Field Description SortedKeyValueIterator<Key,Value>IndexedDocIterator. docSourceSortedKeyValueIterator<Key,Value>IntersectingIterator.TermSource. iterprotected ArrayList<Pair<Key,Value>>TransformingIterator. keysprotected SortedKeyValueIterator<Key,Value>RowEncodingIterator. sourceIterMethods in org.apache.accumulo.core.iterators.user that return Key Modifier and Type Method Description protected KeyIndexedDocIterator. buildDocKey()protected KeyIntersectingIterator. buildFollowingPartitionKey(Key key)protected KeyIndexedDocIterator. buildKey(org.apache.hadoop.io.Text partition, org.apache.hadoop.io.Text term)protected KeyIndexedDocIterator. buildKey(org.apache.hadoop.io.Text partition, org.apache.hadoop.io.Text term, org.apache.hadoop.io.Text docID)protected KeyIntersectingIterator. buildKey(org.apache.hadoop.io.Text partition, org.apache.hadoop.io.Text term)protected KeyIntersectingIterator. buildKey(org.apache.hadoop.io.Text partition, org.apache.hadoop.io.Text term, org.apache.hadoop.io.Text docID)protected KeyTransformingIterator. copyPartialKey(Key key, PartialKey part)Creates a copy ofkey, copying only the parts of the key specified inpart.KeyCfCqSliceSeekingFilter. getNextKeyHint(Key k, Value v)abstract KeySeekingFilter. getNextKeyHint(Key k, Value v)Whenever the subclass returns AdvanceResult.USE_HINT from its filter predicate, this method will be called to see how far to advance the source iterator.KeyIntersectingIterator. getTopKey()KeyLargeRowFilter. getTopKey()KeyRowDeletingIterator. getTopKey()KeyRowEncodingIterator. getTopKey()KeyTransformingIterator. getTopKey()KeyWholeColumnFamilyIterator. getTopKey()protected KeyTransformingIterator. replaceColumnFamily(Key originalKey, org.apache.hadoop.io.Text newColFam)Make a new key with all parts (including delete flag) coming fromoriginalKeybut usenewColFamas the column family.protected KeyTransformingIterator. replaceColumnQualifier(Key originalKey, org.apache.hadoop.io.Text newColQual)Make a new key with all parts (including delete flag) coming fromoriginalKeybut usenewColQualas the column qualifier.protected KeyTransformingIterator. replaceColumnVisibility(Key originalKey, org.apache.hadoop.io.Text newColVis)Make a new key with all parts (including delete flag) coming fromoriginalKeybut usenewColVisas the column visibility.protected KeyTransformingIterator. replaceKeyParts(Key originalKey, org.apache.hadoop.io.Text newColQual, org.apache.hadoop.io.Text newColVis)Make a new key with a column qualifier, and column visibility.protected KeyTransformingIterator. replaceKeyParts(Key originalKey, org.apache.hadoop.io.Text newColFam, org.apache.hadoop.io.Text newColQual, org.apache.hadoop.io.Text newColVis)Make a new key with a column family, column qualifier, and column visibility.Methods in org.apache.accumulo.core.iterators.user with parameters of type Key Modifier and Type Method Description booleanAgeOffFilter. accept(Key k, Value v)Accepts entries whose timestamps are less than currentTime - threshold.booleanCfCqSliceFilter. accept(Key k, Value v)booleanColumnAgeOffFilter. accept(Key k, Value v)booleanColumnSliceFilter. accept(Key key, Value value)booleanGrepIterator. accept(Key k, Value v)booleanRegExFilter. accept(Key key, Value value)booleanReqVisFilter. accept(Key k, Value v)booleanTimestampFilter. accept(Key k, Value v)booleanVisibilityFilter. accept(Key k, Value v)voidTransformingIterator.KVBuffer. append(Key key, Value val)protected KeyIntersectingIterator. buildFollowingPartitionKey(Key key)protected booleanTransformingIterator. canSee(Key key)Indicates whether or not the user is able to seekey.protected booleanTransformingIterator. canSeeColumnFamily(Key key)Indicates whether or notkeycan be seen, according to the fetched column families for this iterator.protected KeyTransformingIterator. copyPartialKey(Key key, PartialKey part)Creates a copy ofkey, copying only the parts of the key specified inpart.static SortedMap<Key,Value>WholeColumnFamilyIterator. decodeColumnFamily(Key rowKey, Value rowValue)Decode whole row/cf out of value.static SortedMap<Key,Value>WholeRowIterator. decodeRow(Key rowKey, Value rowValue)SeekingFilter.FilterResultCfCqSliceSeekingFilter. filter(Key k, Value v)abstract SeekingFilter.FilterResultSeekingFilter. filter(Key k, Value v)Subclasses must provide an implementation which examines the given key and value and determines (1) whether to accept the KV pair and (2) how far to advance the source iterator past the key.protected org.apache.hadoop.io.TextIndexedDocIterator. getDocID(Key key)protected org.apache.hadoop.io.TextIntersectingIterator. getDocID(Key key)KeyCfCqSliceSeekingFilter. getNextKeyHint(Key k, Value v)abstract KeySeekingFilter. getNextKeyHint(Key k, Value v)Whenever the subclass returns AdvanceResult.USE_HINT from its filter predicate, this method will be called to see how far to advance the source iterator.protected org.apache.hadoop.io.TextIntersectingIterator. getPartition(Key key)protected org.apache.hadoop.io.TextIndexedDocIterator. getTerm(Key key)protected org.apache.hadoop.io.TextIntersectingIterator. getTerm(Key key)protected booleanTransformingIterator. includeTransformedKey(Key transformedKey)Determines whether or not to includetransformedKeyin the output.protected booleanTransformingIterator. isSetAfterPart(Key key, PartialKey part)Indicates whether or not any part ofkeyexcludingpartis set.static org.apache.hadoop.io.TextIndexedDocIterator. parseDocID(Key key)protected KeyTransformingIterator. replaceColumnFamily(Key originalKey, org.apache.hadoop.io.Text newColFam)Make a new key with all parts (including delete flag) coming fromoriginalKeybut usenewColFamas the column family.protected KeyTransformingIterator. replaceColumnQualifier(Key originalKey, org.apache.hadoop.io.Text newColQual)Make a new key with all parts (including delete flag) coming fromoriginalKeybut usenewColQualas the column qualifier.protected KeyTransformingIterator. replaceColumnVisibility(Key originalKey, org.apache.hadoop.io.Text newColVis)Make a new key with all parts (including delete flag) coming fromoriginalKeybut usenewColVisas the column visibility.protected KeyTransformingIterator. replaceKeyParts(Key originalKey, org.apache.hadoop.io.Text newColQual, org.apache.hadoop.io.Text newColVis)Make a new key with a column qualifier, and column visibility.protected KeyTransformingIterator. replaceKeyParts(Key originalKey, org.apache.hadoop.io.Text newColFam, org.apache.hadoop.io.Text newColQual, org.apache.hadoop.io.Text newColVis)Make a new key with a column family, column qualifier, and column visibility.protected voidVersioningIterator. reseek(Key key)abstract SortedMap<Key,Value>RowEncodingIterator. rowDecoder(Key rowKey, Value rowValue)Given a value generated by the rowEncoder implementation, recreate the original Key, Value pairs.SortedMap<Key,Value>WholeRowIterator. rowDecoder(Key rowKey, Value rowValue)BigDecimalBigDecimalCombiner.BigDecimalMaxCombiner. typedReduce(Key key, Iterator<BigDecimal> iter)BigDecimalBigDecimalCombiner.BigDecimalMinCombiner. typedReduce(Key key, Iterator<BigDecimal> iter)BigDecimalBigDecimalCombiner.BigDecimalSummingCombiner. typedReduce(Key key, Iterator<BigDecimal> iter)LongMaxCombiner. typedReduce(Key key, Iterator<Long> iter)LongMinCombiner. typedReduce(Key key, Iterator<Long> iter)List<Long>SummingArrayCombiner. typedReduce(Key key, Iterator<List<Long>> iter)LongSummingCombiner. typedReduce(Key key, Iterator<Long> iter)Method parameters in org.apache.accumulo.core.iterators.user with type arguments of type Key Modifier and Type Method Description abstract booleanRowFilter. acceptRow(SortedKeyValueIterator<Key,Value> rowIterator)Implementation should return false to suppress a row.static ValueWholeColumnFamilyIterator. encodeColumnFamily(List<Key> keys, List<Value> values)Encode row/cf.static ValueWholeRowIterator. encodeRow(List<Key> keys, List<Value> values)protected booleanRowEncodingIterator. filter(org.apache.hadoop.io.Text currentRow, List<Key> keys, List<Value> values)protected booleanWholeColumnFamilyIterator. filter(org.apache.hadoop.io.Text currentRow, List<Key> keys, List<Value> values)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)abstract ValueRowEncodingIterator. rowEncoder(List<Key> keys, List<Value> values)Take a stream of keys and values.ValueWholeRowIterator. rowEncoder(List<Key> keys, List<Value> values)static StringIntersectingIterator. stringTopKey(SortedKeyValueIterator<Key,Value> iter)protected abstract voidTransformingIterator. transformRange(SortedKeyValueIterator<Key,Value> input, TransformingIterator.KVBuffer output)Transformsinput.Constructor parameters in org.apache.accumulo.core.iterators.user with type arguments of type Key Constructor Description TermSource(SortedKeyValueIterator<Key,Value> iter, org.apache.hadoop.io.Text term)TermSource(SortedKeyValueIterator<Key,Value> iter, org.apache.hadoop.io.Text term, boolean notFlag) -
Uses of Key in org.apache.accumulo.core.iteratorsImpl.conf
Methods in org.apache.accumulo.core.iteratorsImpl.conf with parameters of type Key Modifier and Type Method Description booleanColumnSet. contains(Key key)KColumnToClassMapping. getObject(Key key) -
Uses of Key in org.apache.accumulo.core.iteratorsImpl.system
Methods in org.apache.accumulo.core.iteratorsImpl.system that return Key Modifier and Type Method Description KeyMapFileIterator. getFirstKey()KeySequenceFileIterator. getFirstKey()KeyMapFileIterator. getLastKey()KeySequenceFileIterator. getLastKey()KeyEmptyIterator. getTopKey()KeyHeapIterator. getTopKey()KeyMapFileIterator. getTopKey()KeySequenceFileIterator. getTopKey()KeySourceSwitchingIterator. getTopKey()KeyTimeSettingIterator. getTopKey()Methods in org.apache.accumulo.core.iteratorsImpl.system with parameters of type Key Modifier and Type Method Description booleanColumnQualifierFilter. accept(Key key, Value v)booleanSampleIterator. accept(Key k, Value v)protected booleanVisibilityFilter. accept(Key k, Value v)Constructor parameters in org.apache.accumulo.core.iteratorsImpl.system with type arguments of type Key Constructor Description ColumnFamilySkippingIterator(SortedKeyValueIterator<Key,Value> source)ColumnFamilySkippingIterator(SortedKeyValueIterator<Key,Value> source, Set<ByteSequence> colFamSet, boolean inclusive)CountingIterator(SortedKeyValueIterator<Key,Value> source)InterruptibleMapIterator(SortedMap<Key,Value> map, AtomicBoolean interruptFlag)MultiIterator(List<SortedKeyValueIterator<Key,Value>> readers, boolean init)MultiIterator(List<SortedKeyValueIterator<Key,Value>> iters, Range seekFence)MultiIterator(List<SortedKeyValueIterator<Key,Value>> iters2, KeyExtent extent)SampleIterator(SortedKeyValueIterator<Key,Value> iter, Sampler sampler)StatsIterator(SortedKeyValueIterator<Key,Value> source, AtomicLong seekCounter, AtomicLong readCounter)TimeSettingIterator(SortedKeyValueIterator<Key,Value> source, long time) -
Uses of Key in org.apache.accumulo.core.metadata
Method parameters in org.apache.accumulo.core.metadata with type arguments of type Key Modifier and Type Method Description static TabletLocator.TabletLocationsMetadataLocationObtainer. getMetadataLocationEntries(SortedMap<Key,Value> entries) -
Uses of Key in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return types with arguments of type Key Modifier and Type Method Description SortedMap<Key,Value>TabletMetadata. getKeyValues()Methods in org.apache.accumulo.core.metadata.schema with parameters of type Key Modifier and Type Method Description static voidMetadataSchema.ReplicationSection. getFile(Key k, org.apache.hadoop.io.Text buff)Extract the file name from the row suffix into the givenTextstatic TableIdMetadataSchema.ReplicationSection. getTableId(Key k)Extract the table ID from the colfamMethod parameters in org.apache.accumulo.core.metadata.schema with type arguments of type Key Modifier and Type Method Description static TabletMetadataTabletMetadata. convertRow(Iterator<Map.Entry<Key,Value>> rowIter, EnumSet<TabletMetadata.ColumnType> fetchedColumns, boolean buildKeyValueMap) -
Uses of Key in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication with parameters of type Key Modifier and Type Method Description static StringReplicationSchema.OrderSection. getFile(Key k)static StringReplicationSchema.OrderSection. getFile(Key k, org.apache.hadoop.io.Text buff)static voidReplicationSchema.StatusSection. getFile(Key k, org.apache.hadoop.io.Text buff)Extract the file name from the row suffix into the givenTextstatic voidReplicationSchema.WorkSection. getFile(Key k, org.apache.hadoop.io.Text buff)static voidReplicationSchema.OrderSection. getTableId(Key k, org.apache.hadoop.io.Text buff)Extract the table ID from the given keystatic TableIdReplicationSchema.StatusSection. getTableId(Key k)Extract the table ID from the key (inefficiently if called repeatedly)static ReplicationTargetReplicationSchema.WorkSection. getTarget(Key k, org.apache.hadoop.io.Text buff)static longReplicationSchema.OrderSection. getTimeClosed(Key k)static longReplicationSchema.OrderSection. getTimeClosed(Key k, org.apache.hadoop.io.Text buff) -
Uses of Key in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary with parameters of type Key Modifier and Type Method Description voidSummaryWriter. append(Key key, Value value) -
Uses of Key in org.apache.accumulo.core.tabletserver.log
Methods in org.apache.accumulo.core.tabletserver.log with parameters of type Key Modifier and Type Method Description static LogEntryLogEntry. fromKeyValue(Key key, String value)static LogEntryLogEntry. fromKeyValue(Key key, Value value) -
Uses of Key in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util with parameters of type Key Modifier and Type Method Description booleanColumnFQ. hasColumns(Key key)Constructors in org.apache.accumulo.core.util with parameters of type Key Constructor Description ColumnFQ(Key k) -
Uses of Key in org.apache.accumulo.core.util.format
Methods in org.apache.accumulo.core.util.format that return types with arguments of type Key Modifier and Type Method Description Iterator<Map.Entry<Key,Value>>DefaultFormatter. getScannerIterator()Method parameters in org.apache.accumulo.core.util.format with type arguments of type Key Modifier and Type Method Description protected abstract voidAggregatingFormatter. aggregateStats(Map.Entry<Key,Value> next)Generate statistics from eachMap.Entry, called for each entry to be iterated over.protected voidShardedTableDistributionFormatter. aggregateStats(Map.Entry<Key,Value> entry)protected voidStatisticsDisplayFormatter. aggregateStats(Map.Entry<Key,Value> entry)static StringBinaryFormatter. formatEntry(Map.Entry<Key,Value> entry, boolean printTimestamps, int shownLength)Deprecated.StringDefaultFormatter. formatEntry(Map.Entry<Key,Value> entry)static StringDefaultFormatter. formatEntry(Map.Entry<Key,Value> entry, boolean showTimestamps)if showTimestamps, will useFormatterConfig.DefaultDateFormat.
Preferably, useDefaultFormatter.formatEntry(java.util.Map.Entry, org.apache.accumulo.core.util.format.FormatterConfig)static StringDefaultFormatter. formatEntry(Map.Entry<Key,Value> entry, DateFormat timestampFormat)Does not show timestamps if timestampFormat is nullstatic StringDefaultFormatter. formatEntry(Map.Entry<Key,Value> entry, FormatterConfig config)static FormatterFormatterFactory. getDefaultFormatter(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)static FormatterFormatterFactory. getFormatter(Class<? extends Formatter> formatterClass, Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)voidDateStringFormatter. initialize(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)Deprecated.voidDefaultFormatter. initialize(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)voidFormatter. initialize(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)voidHexFormatter. initialize(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)
-