Modifier and Type | Method and Description |
---|---|
Value |
ClientSideIteratorScanner.ScannerTranslator.getTopValue() |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
ClientSideIteratorScanner.ScannerTranslator.deepCopy(IteratorEnvironment env) |
Iterator<Map.Entry<Key,Value>> |
ScannerBase.iterator()
Returns an iterator over an accumulo table.
|
Iterator<Map.Entry<Key,Value>> |
IsolatedScanner.iterator() |
Iterator<Map.Entry<Key,Value>> |
IsolatedScanner.MemoryRowBuffer.iterator() |
Iterator<Map.Entry<Key,Value>> |
ClientSideIteratorScanner.iterator() |
Iterator<Map.Entry<Key,Value>> |
RowIterator.next()
Fetch the next row.
|
Modifier and Type | Method and Description |
---|---|
void |
IsolatedScanner.MemoryRowBuffer.add(Map.Entry<Key,Value> entry) |
void |
ClientSideIteratorScanner.ScannerTranslator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<Key,Value>> |
TabletServerBatchReader.iterator() |
Iterator<Map.Entry<Key,Value>> |
ScannerOptions.iterator() |
Iterator<Map.Entry<Key,Value>> |
ScannerImpl.iterator()
Returns an iterator over an accumulo table.
|
Iterator<Map.Entry<Key,Value>> |
OfflineScanner.iterator() |
Map.Entry<Key,Value> |
TabletServerBatchReaderIterator.next() |
Map.Entry<Key,Value> |
ScannerIterator.next() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ThriftScanner.getBatchFromServer(Instance instance,
Credentials credentials,
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,
boolean retry,
AccumuloConfiguration conf) |
void |
TabletServerBatchReaderIterator.ResultReceiver.receive(List<Map.Entry<Key,Value>> entries) |
Modifier and Type | Field and Description |
---|---|
protected Iterator<Map.Entry<Key,Value>> |
AbstractInputFormat.AbstractRecordReader.scannerIterator |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
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) |
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) |
Modifier and Type | Field and Description |
---|---|
protected Iterator<Map.Entry<Key,Value>> |
AbstractInputFormat.AbstractRecordReader.scannerIterator |
Modifier and Type | Method and Description |
---|---|
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) |
org.apache.hadoop.mapreduce.RecordReader<Key,Value> |
AccumuloMultiTableInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit inputSplit,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
org.apache.hadoop.mapreduce.RecordReader<Key,Value> |
AccumuloInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
org.apache.hadoop.mapreduce.RecordWriter<Key,Value> |
AccumuloFileOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
MockScannerBase.createFilter(SortedKeyValueIterator<Key,Value> inner) |
Iterator<Map.Entry<Key,Value>> |
MockScannerBase.iterator() |
Iterator<Map.Entry<Key,Value>> |
MockScanner.iterator() |
Iterator<Map.Entry<Key,Value>> |
MockBatchScanner.iterator() |
Map.Entry<Key,Value> |
IteratorAdapter.next() |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
MockScannerBase.createFilter(SortedKeyValueIterator<Key,Value> inner) |
Constructor and Description |
---|
IteratorAdapter(SortedKeyValueIterator<Key,Value> inner) |
Modifier and Type | Method and Description |
---|---|
static Value |
KeyExtent.encodePrevEndRow(org.apache.hadoop.io.Text per) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.io.Text |
KeyExtent.decodePrevEndRow(Value ibw) |
void |
Mutation.put(CharSequence columnFamily,
CharSequence columnQualifier,
ColumnVisibility columnVisibility,
long timestamp,
Value value) |
void |
Mutation.put(CharSequence columnFamily,
CharSequence columnQualifier,
ColumnVisibility columnVisibility,
Value value) |
void |
Mutation.put(CharSequence columnFamily,
CharSequence columnQualifier,
long timestamp,
Value value) |
void |
Mutation.put(CharSequence columnFamily,
CharSequence columnQualifier,
Value value) |
void |
Mutation.put(org.apache.hadoop.io.Text columnFamily,
org.apache.hadoop.io.Text columnQualifier,
ColumnVisibility columnVisibility,
long timestamp,
Value value) |
void |
Mutation.put(org.apache.hadoop.io.Text columnFamily,
org.apache.hadoop.io.Text columnQualifier,
ColumnVisibility columnVisibility,
Value value) |
void |
Mutation.put(org.apache.hadoop.io.Text columnFamily,
org.apache.hadoop.io.Text columnQualifier,
long timestamp,
Value value) |
void |
Mutation.put(org.apache.hadoop.io.Text columnFamily,
org.apache.hadoop.io.Text columnQualifier,
Value value) |
Constructor and Description |
---|
KeyExtent(org.apache.hadoop.io.Text flattenedExtent,
Value prevEndRow) |
KeyValue(Key key,
Value value)
Creates a new key/value pair.
|
Value(Value ibw)
Set the new Value to a copy of the contents of the passed
ibw . |
Modifier and Type | Method and Description |
---|---|
Value |
BloomFilterLayer.Reader.getTopValue() |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
BloomFilterLayer.Reader.deepCopy(IteratorEnvironment env) |
Modifier and Type | Method and Description |
---|---|
void |
FileSKVWriter.append(Key key,
Value value) |
void |
BloomFilterLayer.Writer.append(Key key,
Value val) |
Modifier and Type | Method and Description |
---|---|
void |
BloomFilterLayer.Reader.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
Modifier and Type | Method and Description |
---|---|
Value |
MapFileOperations.RangeIterator.getTopValue() |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
MapFileOperations.RangeIterator.deepCopy(IteratorEnvironment env) |
Modifier and Type | Method and Description |
---|---|
void |
MapFileOperations.RangeIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
Constructor and Description |
---|
MapFileOperations.RangeIterator(SortedKeyValueIterator<Key,Value> reader) |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
RFile.Reader.deepCopy(IteratorEnvironment env) |
Modifier and Type | Method and Description |
---|---|
void |
RFile.Writer.append(Key key,
Value value) |
Modifier and Type | Method and Description |
---|---|
void |
RFile.Reader.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
Modifier and Type | Field and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
OrIterator.TermSource.iter |
Modifier and Type | Method and Description |
---|---|
Value |
WrappingIterator.getTopValue() |
Value |
SortedMapIterator.getTopValue() |
Value |
SortedKeyIterator.getTopValue() |
Value |
OrIterator.getTopValue() |
Value |
DevNull.getTopValue() |
Value |
DebugIterator.getTopValue() |
Value |
Combiner.getTopValue() |
Value |
ColumnFamilyCounter.getTopValue() |
Value |
AggregatingIterator.getTopValue()
Deprecated.
|
Value |
Combiner.ValueIterator.next() |
Value |
TypedValueCombiner.reduce(Key key,
Iterator<Value> iter) |
abstract Value |
Combiner.reduce(Key key,
Iterator<Value> iter)
Reduces a list of Values into a single Value.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Filter.accept(Key k,
Value v) |
Constructor and Description |
---|
AggregatingIterator(SortedKeyValueIterator<Key,Value> iterator,
ColumnToClassMapping<Aggregator> aggregators)
Deprecated.
|
Combiner.ValueIterator(SortedKeyValueIterator<Key,Value> source)
Constructs an iterator over Values whose Keys are versions of the current topKey of the source SortedKeyValueIterator.
|
DebugIterator(String prefix,
SortedKeyValueIterator<Key,Value> source) |
OrIterator.TermSource(SortedKeyValueIterator<Key,Value> iter,
org.apache.hadoop.io.Text term) |
SortedMapIterator(SortedMap<Key,Value> map) |
VersioningIterator(SortedKeyValueIterator<Key,Value> iterator,
int maxVersions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Value |
StringSummation.aggregate()
Deprecated.
|
Value |
StringMin.aggregate()
Deprecated.
|
Value |
StringMax.aggregate()
Deprecated.
|
Value |
NumSummation.aggregate()
Deprecated.
|
Value |
NumArraySummation.aggregate()
Deprecated.
|
Value |
LongSummation.aggregate()
Deprecated.
|
Value |
Aggregator.aggregate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
StringSummation.collect(Value value)
Deprecated.
|
void |
StringMin.collect(Value value)
Deprecated.
|
void |
StringMax.collect(Value value)
Deprecated.
|
void |
NumSummation.collect(Value value)
Deprecated.
|
void |
NumArraySummation.collect(Value value)
Deprecated.
|
void |
LongSummation.collect(Value value)
Deprecated.
|
void |
Aggregator.collect(Value value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Value |
TimeSettingIterator.getTopValue() |
Value |
SourceSwitchingIterator.getTopValue() |
Value |
SequenceFileIterator.getTopValue() |
Value |
MapFileIterator.getTopValue() |
Value |
HeapIterator.getTopValue() |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
VisibilityFilter.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
TimeSettingIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
StatsIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
SourceSwitchingIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
MapFileIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
LocalityGroupIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
ColumnQualifierFilter.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
ColumnFamilySkippingIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
SourceSwitchingIterator.DataSource.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
VisibilityFilter.accept(Key k,
Value v) |
boolean |
ColumnQualifierFilter.accept(Key key,
Value v) |
Modifier and Type | Field and Description |
---|---|
static Value |
RowDeletingIterator.DELETE_ROW_VALUE |
static Value |
LargeRowFilter.SUPPRESS_ROW_VALUE |
protected Value |
IntersectingIterator.value |
Modifier and Type | Field and Description |
---|---|
SortedKeyValueIterator<Key,Value> |
IndexedDocIterator.docSource |
SortedKeyValueIterator<Key,Value> |
IntersectingIterator.TermSource.iter |
protected ArrayList<Pair<Key,Value>> |
TransformingIterator.keys |
protected SortedKeyValueIterator<Key,Value> |
RowEncodingIterator.sourceIter |
Modifier and Type | Method and Description |
---|---|
static Value |
WholeColumnFamilyIterator.encodeColumnFamily(List<Key> keys,
List<Value> values)
Encode row/cf.
|
static Value |
WholeRowIterator.encodeRow(List<Key> keys,
List<Value> values) |
Value |
WholeColumnFamilyIterator.getTopValue() |
Value |
TransformingIterator.getTopValue() |
Value |
RowEncodingIterator.getTopValue() |
Value |
RowDeletingIterator.getTopValue() |
Value |
LargeRowFilter.getTopValue() |
Value |
IntersectingIterator.getTopValue() |
Value |
WholeRowIterator.rowEncoder(List<Key> keys,
List<Value> values) |
abstract Value |
RowEncodingIterator.rowEncoder(List<Key> keys,
List<Value> values)
Take a stream of keys and values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VisibilityFilter.accept(Key k,
Value v) |
boolean |
TimestampFilter.accept(Key k,
Value v) |
boolean |
ReqVisFilter.accept(Key k,
Value v) |
boolean |
RegExFilter.accept(Key key,
Value value) |
boolean |
GrepIterator.accept(Key k,
Value v) |
boolean |
ColumnSliceFilter.accept(Key key,
Value value) |
boolean |
ColumnAgeOffFilter.accept(Key k,
Value v) |
boolean |
AgeOffFilter.accept(Key k,
Value v)
Accepts entries whose timestamps are less than currentTime - threshold.
|
void |
TransformingIterator.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) |
SortedMap<Key,Value> |
WholeRowIterator.rowDecoder(Key rowKey,
Value rowValue) |
abstract SortedMap<Key,Value> |
RowEncodingIterator.rowDecoder(Key rowKey,
Value rowValue)
Given a value generated by the rowEncoder implementation, recreate the original Key, Value pairs.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
RowFilter.acceptRow(SortedKeyValueIterator<Key,Value> rowIterator)
Implementation should return false to suppress a row.
|
void |
IntersectingIterator.addSource(SortedKeyValueIterator<Key,Value> source,
IteratorEnvironment env,
org.apache.hadoop.io.Text term,
boolean notFlag)
Deprecated.
since 1.6.0
|
static Value |
WholeColumnFamilyIterator.encodeColumnFamily(List<Key> keys,
List<Value> values)
Encode row/cf.
|
static Value |
WholeRowIterator.encodeRow(List<Key> keys,
List<Value> values) |
protected boolean |
WholeColumnFamilyIterator.filter(org.apache.hadoop.io.Text currentRow,
List<Key> keys,
List<Value> values) |
protected boolean |
RowEncodingIterator.filter(org.apache.hadoop.io.Text currentRow,
List<Key> keys,
List<Value> values) |
void |
WholeColumnFamilyIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
VisibilityFilter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
VersioningIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
TransformingIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
TimestampFilter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
SummingArrayCombiner.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
RowFilter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
RowEncodingIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
RowDeletingIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
RegExFilter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
LargeRowFilter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
IntersectingIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
IndexedDocIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
GrepIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
ColumnSliceFilter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
ColumnAgeOffFilter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
BigDecimalCombiner.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
AgeOffFilter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
Value |
WholeRowIterator.rowEncoder(List<Key> keys,
List<Value> values) |
abstract Value |
RowEncodingIterator.rowEncoder(List<Key> keys,
List<Value> values)
Take a stream of keys and values.
|
static String |
IntersectingIterator.stringTopKey(SortedKeyValueIterator<Key,Value> iter) |
protected abstract void |
TransformingIterator.transformRange(SortedKeyValueIterator<Key,Value> input,
TransformingIterator.KVBuffer output)
Transforms
input . |
Constructor and Description |
---|
IntersectingIterator.TermSource(SortedKeyValueIterator<Key,Value> iter,
org.apache.hadoop.io.Text term) |
IntersectingIterator.TermSource(SortedKeyValueIterator<Key,Value> iter,
org.apache.hadoop.io.Text term,
boolean notFlag) |
Modifier and Type | Method and Description |
---|---|
static TabletLocator.TabletLocations |
MetadataLocationObtainer.getMetadataLocationEntries(SortedMap<Key,Value> entries) |
Modifier and Type | Method and Description |
---|---|
Value |
DataFileValue.encodeAsValue() |
Modifier and Type | Method and Description |
---|---|
Value |
LogEntry.getValue() |
Modifier and Type | Method and Description |
---|---|
static LogEntry |
LogEntry.fromKeyValue(Key key,
Value value) |
Modifier and Type | Method and Description |
---|---|
static RemoteSpan |
TraceFormatter.getRemoteSpan(Map.Entry<Key,Value> entry) |
void |
TraceFormatter.initialize(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnFQ.put(Mutation m,
Value v) |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<Key,Value>> |
DefaultFormatter.getScannerIterator() |
Modifier and Type | Method and Description |
---|---|
protected void |
StatisticsDisplayFormatter.aggregateStats(Map.Entry<Key,Value> entry) |
protected void |
ShardedTableDistributionFormatter.aggregateStats(Map.Entry<Key,Value> entry) |
protected abstract void |
AggregatingFormatter.aggregateStats(Map.Entry<Key,Value> next)
Generate statistics from each
Map.Entry , called for each entry to be iterated over. |
static String |
DefaultFormatter.formatEntry(Map.Entry<Key,Value> entry,
boolean showTimestamps) |
static String |
BinaryFormatter.formatEntry(Map.Entry<Key,Value> entry,
boolean showTimestamps) |
static String |
DefaultFormatter.formatEntry(Map.Entry<Key,Value> entry,
DateFormat timestampFormat) |
static Formatter |
FormatterFactory.getDefaultFormatter(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps) |
static Formatter |
FormatterFactory.getFormatter(Class<? extends Formatter> formatterClass,
Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps) |
void |
HexFormatter.initialize(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps) |
void |
Formatter.initialize(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps) |
void |
DefaultFormatter.initialize(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps) |
void |
DateStringFormatter.initialize(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps) |
Constructor and Description |
---|
DeleterFormatter(BatchWriter writer,
Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
Shell shellState,
boolean force) |
Modifier and Type | Method and Description |
---|---|
void |
Shell.printBinaryRecords(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
boolean paginate) |
void |
Shell.printBinaryRecords(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
boolean paginate,
Shell.PrintLine outFile) |
void |
Shell.printRecords(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
boolean paginate,
Class<? extends Formatter> formatterClass) |
void |
Shell.printRecords(Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
boolean paginate,
Class<? extends Formatter> formatterClass,
Shell.PrintLine outFile) |
Modifier and Type | Method and Description |
---|---|
protected void |
ScanCommand.printBinaryRecords(org.apache.commons.cli.CommandLine cl,
Shell shellState,
Iterable<Map.Entry<Key,Value>> scanner) |
protected void |
ScanCommand.printBinaryRecords(org.apache.commons.cli.CommandLine cl,
Shell shellState,
Iterable<Map.Entry<Key,Value>> scanner,
Shell.PrintFile outFile) |
protected void |
ScanCommand.printRecords(org.apache.commons.cli.CommandLine cl,
Shell shellState,
Iterable<Map.Entry<Key,Value>> scanner,
Class<? extends Formatter> formatter) |
protected void |
ScanCommand.printRecords(org.apache.commons.cli.CommandLine cl,
Shell shellState,
Iterable<Map.Entry<Key,Value>> scanner,
Class<? extends Formatter> formatter,
Shell.PrintFile outFile) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.