Uses of Class
org.apache.accumulo.core.data.ByteSequence

Packages that use ByteSequence
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.data   
org.apache.accumulo.core.file   
org.apache.accumulo.core.file.map   
org.apache.accumulo.core.file.rfile   
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.system   
org.apache.accumulo.core.iterators.user   
org.apache.accumulo.core.security   
org.apache.accumulo.core.util   
 

Uses of ByteSequence in org.apache.accumulo.core.client
 

Method parameters in org.apache.accumulo.core.client with type arguments of type ByteSequence
 void ClientSideIteratorScanner.ScannerTranslator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 

Uses of ByteSequence in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce with parameters of type ByteSequence
static float InputFormatBase.RangeInputSplit.getProgress(ByteSequence start, ByteSequence end, ByteSequence position)
           
 

Uses of ByteSequence in org.apache.accumulo.core.data
 

Subclasses of ByteSequence in org.apache.accumulo.core.data
 class ArrayByteSequence
           
 

Methods in org.apache.accumulo.core.data that return ByteSequence
 ByteSequence Key.getColumnFamilyData()
          This method returns a pointer to the keys internal data and does not copy it.
 ByteSequence Key.getColumnQualifierData()
          This method returns a pointer to the keys internal data and does not copy it.
 ByteSequence Key.getColumnVisibilityData()
          This method returns a pointer to the keys internal data and does not copy it.
 ByteSequence Key.getRowData()
          This method returns a pointer to the keys internal data and does not copy it.
abstract  ByteSequence ByteSequence.subSequence(int start, int end)
           
 ByteSequence ArrayByteSequence.subSequence(int start, int end)
           
 

Methods in org.apache.accumulo.core.data with parameters of type ByteSequence
static int ByteSequence.compareBytes(ByteSequence bs1, ByteSequence bs2)
           
 int ByteSequence.compareTo(ByteSequence obs)
           
 boolean KeyExtent.contains(ByteSequence bsrow)
           
 

Uses of ByteSequence in org.apache.accumulo.core.file
 

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 BloomFilterLayer.Writer.startNewLocalityGroup(String name, Set<ByteSequence> columnFamilies)
           
 void FileSKVWriter.startNewLocalityGroup(String name, Set<ByteSequence> columnFamilies)
           
 

Uses of ByteSequence in org.apache.accumulo.core.file.map
 

Method parameters in org.apache.accumulo.core.file.map with type arguments of type ByteSequence
 FileSKVIterator MapFileOperations.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 MapFileOperations.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 MapFileOperations.RangeIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void MyMapFile.Reader.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 

Uses of ByteSequence in org.apache.accumulo.core.file.rfile
 

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)
           
 

Uses of ByteSequence in org.apache.accumulo.core.iterators
 

Fields in org.apache.accumulo.core.iterators with type parameters of type ByteSequence
 Collection<ByteSequence> OrIterator.TermSource.seekColfams
           
 

Method parameters in org.apache.accumulo.core.iterators with type arguments of type ByteSequence
 void Filter.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 AggregatingIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
          Deprecated.  
 void SortedMapIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void DebugIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void WrappingIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void OrIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SkippingIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void ColumnFamilyCounter.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void FirstEntryInRowIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void DevNull.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void FilteringIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
          Deprecated.  
 void Combiner.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 

Uses of ByteSequence in org.apache.accumulo.core.iterators.system
 

Fields in org.apache.accumulo.core.iterators.system with type parameters of type ByteSequence
protected  Set<ByteSequence> ColumnFamilySkippingIterator.colFamSet
           
protected  TreeSet<ByteSequence> ColumnFamilySkippingIterator.sortedColFams
           
 

Method parameters in org.apache.accumulo.core.iterators.system with type arguments of type ByteSequence
 void SynchronizedIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void TimeSettingIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void MultiIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void DeletingIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SequenceFileIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void ColumnFamilySkippingIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SourceSwitchingIterator.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)
           
 

Uses of ByteSequence in org.apache.accumulo.core.iterators.user
 

Fields in org.apache.accumulo.core.iterators.user with type parameters of type ByteSequence
 Collection<ByteSequence> IntersectingIterator.TermSource.seekColfams
           
 

Method parameters in org.apache.accumulo.core.iterators.user with type arguments of type ByteSequence
 void IntersectingIterator.seek(Range range, Collection<ByteSequence> seekColumnFamilies, boolean inclusive)
           
 void VersioningIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void RowDeletingIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void RowFilter.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void LargeRowFilter.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void WholeRowIterator.seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void IndexedDocIterator.seek(Range range, Collection<ByteSequence> seekColumnFamilies, boolean inclusive)
           
 

Uses of ByteSequence in org.apache.accumulo.core.security
 

Methods in org.apache.accumulo.core.security with parameters of type ByteSequence
 boolean Authorizations.contains(ByteSequence auth)
           
 

Uses of ByteSequence in org.apache.accumulo.core.util
 

Fields in org.apache.accumulo.core.util with type parameters of type ByteSequence
static Set<ByteSequence> LocalityGroupUtil.EMPTY_CF_SET
           
 

Methods in org.apache.accumulo.core.util that return ByteSequence
static ByteSequence LocalityGroupUtil.decodeColumnFamily(String colFam)
           
 

Methods in org.apache.accumulo.core.util that return types with arguments of type ByteSequence
static Set<ByteSequence> LocalityGroupUtil.decodeColumnFamilies(String colFams)
           
static Set<ByteSequence> LocalityGroupUtil.families(Collection<Column> columns)
           
static Map<String,Set<ByteSequence>> LocalityGroupUtil.getLocalityGroups(AccumuloConfiguration acuconf)
           
 

Methods in org.apache.accumulo.core.util with parameters of type ByteSequence
static String LocalityGroupUtil.encodeColumnFamily(ByteSequence bs)
           
 void ByteArrayBackedCharSequence.set(ByteSequence bs)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.