Method parameters in org.apache.accumulo.core.file with type arguments of type ByteSequence |
abstract FileSKVIterator |
FileOperations.openReader(String file,
Range range,
Set<ByteSequence> columnFamilies,
boolean inclusive,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
AccumuloConfiguration tableConf)
Open a reader that will not be seeked giving an initial seek location. |
abstract FileSKVIterator |
FileOperations.openReader(String file,
Range range,
Set<ByteSequence> columnFamilies,
boolean inclusive,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
AccumuloConfiguration tableConf,
BlockCache dataCache,
BlockCache indexCache)
|
void |
BloomFilterLayer.Reader.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
FileSKVWriter.startNewLocalityGroup(String name,
Set<ByteSequence> columnFamilies)
|
void |
BloomFilterLayer.Writer.startNewLocalityGroup(String name,
Set<ByteSequence> columnFamilies)
|
Method parameters in org.apache.accumulo.core.file.rfile with type arguments of type ByteSequence |
FileSKVIterator |
RFileOperations.openReader(String file,
Range range,
Set<ByteSequence> columnFamilies,
boolean inclusive,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
AccumuloConfiguration tableConf)
|
FileSKVIterator |
RFileOperations.openReader(String file,
Range range,
Set<ByteSequence> columnFamilies,
boolean inclusive,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
AccumuloConfiguration tableConf,
BlockCache dataCache,
BlockCache indexCache)
|
void |
RFile.Reader.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
RFile.Writer.startNewLocalityGroup(String name,
Set<ByteSequence> columnFamilies)
|
Method parameters in org.apache.accumulo.core.iterators with type arguments of type ByteSequence |
void |
WrappingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
SortedMapIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
SortedKeyValueIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
Seeks to the first key in the Range, restricting the resulting K,V pairs to those with the specified columns. |
void |
SkippingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
OrIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
FirstEntryInRowIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
Filter.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
DevNull.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
DebugIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
Combiner.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
ColumnFamilyCounter.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
AggregatingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
Deprecated. |
Method parameters in org.apache.accumulo.core.iterators.system with type arguments of type ByteSequence |
static int |
LocalityGroupIterator.seek(HeapIterator hiter,
LocalityGroupIterator.LocalityGroup[] groups,
Set<ByteSequence> nonDefaultColumnFamilies,
Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
static int |
LocalityGroupIterator.seek(HeapIterator hiter,
LocalityGroupIterator.LocalityGroup[] groups,
Set<ByteSequence> nonDefaultColumnFamilies,
Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
TimeSettingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
SynchronizedIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
StatsIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
SourceSwitchingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
SequenceFileIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
MultiIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
MapFileIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
LocalityGroupIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
DeletingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
ColumnFamilySkippingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
Constructor parameters in org.apache.accumulo.core.iterators.system with type arguments of type ByteSequence |
ColumnFamilySkippingIterator(SortedKeyValueIterator<Key,Value> source,
Set<ByteSequence> colFamSet,
boolean inclusive)
|
ColumnQualifierFilter(SortedKeyValueIterator<Key,Value> iterator,
HashSet<ByteSequence> columnFamilies,
HashMap<ByteSequence,HashSet<ByteSequence>> columnsQualifiers,
boolean scanColumns)
|
ColumnQualifierFilter(SortedKeyValueIterator<Key,Value> iterator,
HashSet<ByteSequence> columnFamilies,
HashMap<ByteSequence,HashSet<ByteSequence>> columnsQualifiers,
boolean scanColumns)
|
ColumnQualifierFilter(SortedKeyValueIterator<Key,Value> iterator,
HashSet<ByteSequence> columnFamilies,
HashMap<ByteSequence,HashSet<ByteSequence>> columnsQualifiers,
boolean scanColumns)
|
LocalityGroupIterator.LocalityGroup(InterruptibleIterator iterator,
Map<ByteSequence,org.apache.commons.lang.mutable.MutableLong> columnFamilies,
boolean isDefaultLocalityGroup)
|
LocalityGroupIterator.LocalityGroup(Map<ByteSequence,org.apache.commons.lang.mutable.MutableLong> columnFamilies,
boolean isDefaultLocalityGroup)
|
LocalityGroupIterator(LocalityGroupIterator.LocalityGroup[] groups,
Set<ByteSequence> nonDefaultColumnFamilies)
|
Method parameters in org.apache.accumulo.core.iterators.user with type arguments of type ByteSequence |
void |
WholeColumnFamilyIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
VersioningIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
TransformingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
RowFilter.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
RowEncodingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
RowDeletingIterator.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
LargeRowFilter.seek(Range range,
Collection<ByteSequence> columnFamilies,
boolean inclusive)
|
void |
IntersectingIterator.seek(Range range,
Collection<ByteSequence> seekColumnFamilies,
boolean inclusive)
|
void |
IndexedDocIterator.seek(Range range,
Collection<ByteSequence> seekColumnFamilies,
boolean inclusive)
|
protected Collection<ByteSequence> |
TransformingIterator.untransformColumnFamilies(Collection<ByteSequence> columnFamilies)
Reverses the transformation applied to column families that are fetched at seek time. |