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

Packages that use ByteSequence
org.apache.accumulo.core.client.impl   
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.util   
 

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

Methods in org.apache.accumulo.core.client.impl with parameters of type ByteSequence
 VT Trie.ceiling(ByteSequence key)
           
 

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 AccumuloInputFormat.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()
           
 ByteSequence Key.getColumnQualifierData()
           
 ByteSequence Key.getColumnVisibilityData()
           
 ByteSequence Key.getRowData()
           
 ByteSequence ArrayByteSequence.subSequence(int start, int end)
           
abstract  ByteSequence ByteSequence.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(java.lang.String file, Range range, java.util.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(java.lang.String file, Range range, java.util.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, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void FileSKVWriter.startNewLocalityGroup(java.lang.String name, java.util.Set<ByteSequence> columnFamilies)
           
 void BloomFilterLayer.Writer.startNewLocalityGroup(java.lang.String name, java.util.Set<ByteSequence> columnFamilies)
           
 

Constructor parameters in org.apache.accumulo.core.file with type arguments of type ByteSequence
FileCFSkippingIterator(SortedKeyValueIterator<Key,Value> src, java.util.Set<ByteSequence> colFamSet, boolean inclusive)
           
 

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(java.lang.String file, Range range, java.util.Set<ByteSequence> columnFamilies, boolean inclusive, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration tableConf)
          Deprecated.  
 FileSKVIterator MapFileOperations.openReader(java.lang.String file, Range range, java.util.Set<ByteSequence> columnFamilies, boolean inclusive, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration tableConf, BlockCache dataCache, BlockCache indexCache)
          Deprecated.  
 void MyMapFile.Reader.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void MapFileOperations.RangeIterator.seek(Range range, java.util.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(java.lang.String file, Range range, java.util.Set<ByteSequence> columnFamilies, boolean inclusive, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration tableConf)
           
 FileSKVIterator RFileOperations.openReader(java.lang.String file, Range range, java.util.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, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void RFile.Writer.startNewLocalityGroup(java.lang.String name, java.util.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
protected  java.util.Set<ByteSequence> ColumnFamilySkippingIterator.colFamSet
           
protected  java.util.Collection<ByteSequence> IntersectingIterator.seekColumnFamilies
           
protected  java.util.TreeSet<ByteSequence> ColumnFamilySkippingIterator.sortedColFams
           
 

Method parameters in org.apache.accumulo.core.iterators with type arguments of type ByteSequence
 void FilteringIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void ColumnFamilySkippingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void ScanCache.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void LargeRowFilter.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void WrappingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void MultiIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void ColumnFamilyCounter.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void RowDeletingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void DevNull.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SequenceFileIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
          Deprecated.  
 void WholeRowIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void FirstEntryInRowIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SortedKeyValueIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
          An iterator must seek to the first key in the range taking inclusiveness into account.
 void SourceSwitchingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void OrIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void DeletingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SortedMapIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SkippingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void FamilyIntersectingIterator.seek(Range range, java.util.Collection<ByteSequence> seekColumnFamilies, boolean inclusive)
           
 void IntersectingIterator.seek(Range range, java.util.Collection<ByteSequence> seekColumnFamilies, boolean inclusive)
           
 void AggregatingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void VersioningIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void DebugIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 

Constructor parameters in org.apache.accumulo.core.iterators with type arguments of type ByteSequence
ColumnFamilySkippingIterator(SortedKeyValueIterator<Key,Value> source, java.util.Set<ByteSequence> colFamSet, boolean inclusive)
           
 

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

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

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

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

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



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