Uses of Class
org.apache.accumulo.core.data.Value
-
-
Uses of Value in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return types with arguments of type Value 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 Value 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 Value 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 Value in org.apache.accumulo.core.client.admin.compaction
Methods in org.apache.accumulo.core.client.admin.compaction that return types with arguments of type Value Modifier and Type Method Description Optional<SortedKeyValueIterator<Key,Value>>CompactionSelector.SelectionParameters. getSample(CompactableFile cf, SamplerConfiguration sc) -
Uses of Value in org.apache.accumulo.core.client.mapred
Fields in org.apache.accumulo.core.client.mapred with type parameters of type Value 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 Value 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 Value in org.apache.accumulo.core.client.mapreduce
Fields in org.apache.accumulo.core.client.mapreduce with type parameters of type Value 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 Value 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. -
Uses of Value in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile with parameters of type Value Modifier and Type Method Description 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 Value 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 Value in org.apache.accumulo.core.client.summary
Methods in org.apache.accumulo.core.client.summary with parameters of type Value 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 Value in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return types with arguments of type Value 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 Value 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 Value in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf that return types with arguments of type Value 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 Value 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 Value in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data with parameters of type Value Modifier and Type Method Description MutationMutation.MutationOptions. put(Value val)voidMutation. put(CharSequence columnFamily, CharSequence columnQualifier, long timestamp, Value value)Puts a modification in this mutation.voidMutation. put(CharSequence columnFamily, CharSequence columnQualifier, Value value)Puts a modification in this mutation.voidMutation. put(CharSequence columnFamily, CharSequence columnQualifier, ColumnVisibility columnVisibility, long timestamp, Value value)Puts a modification in this mutation.voidMutation. put(CharSequence columnFamily, CharSequence columnQualifier, ColumnVisibility columnVisibility, Value value)Puts a modification in this mutation.voidMutation. put(org.apache.hadoop.io.Text columnFamily, org.apache.hadoop.io.Text columnQualifier, long timestamp, Value value)Puts a modification in this mutation.voidMutation. put(org.apache.hadoop.io.Text columnFamily, org.apache.hadoop.io.Text columnQualifier, Value value)Puts a modification in this mutation.voidMutation. put(org.apache.hadoop.io.Text columnFamily, org.apache.hadoop.io.Text columnQualifier, ColumnVisibility columnVisibility, long timestamp, Value value)Puts a modification in this mutation.voidMutation. put(org.apache.hadoop.io.Text columnFamily, org.apache.hadoop.io.Text columnQualifier, ColumnVisibility columnVisibility, Value value)Puts a modification in this mutation.Constructors in org.apache.accumulo.core.data with parameters of type Value Constructor Description KeyValue(Key key, Value value)Creates a new key/value pair.Value(Value ibw)Creates a new Value based on another. -
Uses of Value in org.apache.accumulo.core.dataImpl
Methods in org.apache.accumulo.core.dataImpl that return Value Modifier and Type Method Description static ValueKeyExtent. encodePrevEndRow(org.apache.hadoop.io.Text per)Methods in org.apache.accumulo.core.dataImpl with parameters of type Value Modifier and Type Method Description static org.apache.hadoop.io.TextKeyExtent. decodePrevEndRow(Value ibw)Constructors in org.apache.accumulo.core.dataImpl with parameters of type Value Constructor Description KeyExtent(org.apache.hadoop.io.Text flattenedExtent, Value prevEndRow) -
Uses of Value in org.apache.accumulo.core.file
Methods in org.apache.accumulo.core.file that return Value Modifier and Type Method Description ValueBloomFilterLayer.Reader. getTopValue()Methods in org.apache.accumulo.core.file that return types with arguments of type Value Modifier and Type Method Description SortedKeyValueIterator<Key,Value>BloomFilterLayer.Reader. deepCopy(IteratorEnvironment env)Methods in org.apache.accumulo.core.file with parameters of type Value 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 Value Modifier and Type Method Description voidBloomFilterLayer.Reader. init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env) -
Uses of Value in org.apache.accumulo.core.file.map
Methods in org.apache.accumulo.core.file.map that return Value Modifier and Type Method Description ValueMapFileOperations.RangeIterator. getTopValue()Methods in org.apache.accumulo.core.file.map that return types with arguments of type Value 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 Value 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 Value Constructor Description RangeIterator(SortedKeyValueIterator<Key,Value> reader) -
Uses of Value in org.apache.accumulo.core.file.rfile
Methods in org.apache.accumulo.core.file.rfile that return types with arguments of type Value 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 Value Modifier and Type Method Description 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)Method parameters in org.apache.accumulo.core.file.rfile with type arguments of type Value Modifier and Type Method Description voidRFile.Reader. init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env) -
Uses of Value in org.apache.accumulo.core.iterators
Fields in org.apache.accumulo.core.iterators with type parameters of type Value Modifier and Type Field Description protected SortedKeyValueIterator<Key,Value>ServerWrappingIterator. sourceprotected SortedKeyValueIterator<Key,Value>SynchronizedServerFilter. sourceMethods in org.apache.accumulo.core.iterators that return Value Modifier and Type Method Description ValueColumnFamilyCounter. getTopValue()ValueCombiner. getTopValue()ValueDebugIterator. getTopValue()ValueDevNull. getTopValue()ValueOrIterator. getTopValue()ValueServerWrappingIterator. getTopValue()ValueSortedKeyIterator. getTopValue()ValueSortedMapIterator. getTopValue()ValueSynchronizedServerFilter. getTopValue()ValueWrappingIterator. getTopValue()ValueCombiner.ValueIterator. next()abstract ValueCombiner. reduce(Key key, Iterator<Value> iter)Reduces a list of Values into a single Value.ValueTypedValueCombiner. reduce(Key key, Iterator<Value> iter)Methods in org.apache.accumulo.core.iterators with parameters of type Value 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)Constructor parameters in org.apache.accumulo.core.iterators with type arguments of type Value 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 Value in org.apache.accumulo.core.iterators.user
Fields in org.apache.accumulo.core.iterators.user declared as Value Modifier and Type Field Description static ValueRowDeletingIterator. DELETE_ROW_VALUEstatic ValueLargeRowFilter. SUPPRESS_ROW_VALUEprotected ValueIntersectingIterator. valueFields in org.apache.accumulo.core.iterators.user with type parameters of type Value 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 Value Modifier and Type Method Description static ValueWholeColumnFamilyIterator. encodeColumnFamily(List<Key> keys, List<Value> values)Encode row/cf.static ValueWholeRowIterator. encodeRow(List<Key> keys, List<Value> values)ValueIntersectingIterator. getTopValue()ValueLargeRowFilter. getTopValue()ValueRowDeletingIterator. getTopValue()ValueRowEncodingIterator. getTopValue()ValueTransformingIterator. getTopValue()ValueWholeColumnFamilyIterator. getTopValue()abstract ValueRowEncodingIterator. rowEncoder(List<Key> keys, List<Value> values)Take a stream of keys and values.ValueWholeRowIterator. rowEncoder(List<Key> keys, List<Value> values)Methods in org.apache.accumulo.core.iterators.user with parameters of type Value 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)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.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.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)Constructor parameters in org.apache.accumulo.core.iterators.user with type arguments of type Value 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 Value in org.apache.accumulo.core.iteratorsImpl.system
Methods in org.apache.accumulo.core.iteratorsImpl.system that return Value Modifier and Type Method Description ValueEmptyIterator. getTopValue()ValueHeapIterator. getTopValue()ValueMapFileIterator. getTopValue()ValueSequenceFileIterator. getTopValue()ValueSourceSwitchingIterator. getTopValue()ValueTimeSettingIterator. getTopValue()Methods in org.apache.accumulo.core.iteratorsImpl.system with parameters of type Value 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 Value 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 Value in org.apache.accumulo.core.metadata
Method parameters in org.apache.accumulo.core.metadata with type arguments of type Value Modifier and Type Method Description static TabletLocator.TabletLocationsMetadataLocationObtainer. getMetadataLocationEntries(SortedMap<Key,Value> entries) -
Uses of Value in org.apache.accumulo.core.metadata.schema
Fields in org.apache.accumulo.core.metadata.schema declared as Value Modifier and Type Field Description static ValueMetadataSchema.DeletesSection.SkewedKeyValue. NAMEMethods in org.apache.accumulo.core.metadata.schema that return Value Modifier and Type Method Description ValueDataFileValue. encodeAsValue()Methods in org.apache.accumulo.core.metadata.schema that return types with arguments of type Value Modifier and Type Method Description SortedMap<Key,Value>TabletMetadata. getKeyValues()Methods in org.apache.accumulo.core.metadata.schema with parameters of type Value Modifier and Type Method Description static longMetadataSchema.TabletsSection.BulkFileColumnFamily. getBulkLoadTid(Value v)Method parameters in org.apache.accumulo.core.metadata.schema with type arguments of type Value Modifier and Type Method Description static TabletMetadataTabletMetadata. convertRow(Iterator<Map.Entry<Key,Value>> rowIter, EnumSet<TabletMetadata.ColumnType> fetchedColumns, boolean buildKeyValueMap) -
Uses of Value in org.apache.accumulo.core.protobuf
Methods in org.apache.accumulo.core.protobuf that return Value Modifier and Type Method Description static ValueProtobufUtil. toValue(com.google.protobuf.GeneratedMessage msg) -
Uses of Value in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication with parameters of type Value Modifier and Type Method Description static MutationReplicationSchema.OrderSection. add(Mutation m, TableId tableId, Value v)Add a column update to the given mutation with the provided tableId and valuestatic MutationReplicationSchema.StatusSection. add(Mutation m, TableId tableId, Value v)static MutationReplicationSchema.WorkSection. add(Mutation m, org.apache.hadoop.io.Text serializedTarget, Value v) -
Uses of Value in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary with parameters of type Value Modifier and Type Method Description voidSummaryWriter. append(Key key, Value value) -
Uses of Value in org.apache.accumulo.core.tabletserver.log
Methods in org.apache.accumulo.core.tabletserver.log that return Value Modifier and Type Method Description ValueLogEntry. getValue()Methods in org.apache.accumulo.core.tabletserver.log with parameters of type Value Modifier and Type Method Description static LogEntryLogEntry. fromKeyValue(Key key, Value value) -
Uses of Value in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util with parameters of type Value Modifier and Type Method Description voidColumnFQ. put(Mutation m, Value v) -
Uses of Value in org.apache.accumulo.core.util.format
Methods in org.apache.accumulo.core.util.format that return types with arguments of type Value 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 Value 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)
-