Uses of Interface
org.apache.accumulo.core.file.FileSKVIterator

Packages that use FileSKVIterator
org.apache.accumulo.core.file   
org.apache.accumulo.core.file.map   
org.apache.accumulo.core.file.rfile   
org.apache.accumulo.core.iterators.system   
 

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

Classes in org.apache.accumulo.core.file that implement FileSKVIterator
static class BloomFilterLayer.Reader
           
 

Methods in org.apache.accumulo.core.file that return FileSKVIterator
abstract  FileSKVIterator FileOperations.openIndex(String file, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)
           
abstract  FileSKVIterator FileOperations.openIndex(String file, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf, BlockCache dCache, BlockCache iCache)
           
abstract  FileSKVIterator FileOperations.openReader(String file, boolean seekToBeginning, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)
          Open a reader that fully support seeking and also enable any optimizations related to seeking, like bloom filters.
abstract  FileSKVIterator FileOperations.openReader(String file, boolean seekToBeginning, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf, BlockCache dataCache, BlockCache indexCache)
           
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)
           
 

Constructors in org.apache.accumulo.core.file with parameters of type FileSKVIterator
BloomFilterLayer.Reader(FileSKVIterator reader, AccumuloConfiguration acuconf)
           
 

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

Classes in org.apache.accumulo.core.file.map that implement FileSKVIterator
static class MapFileOperations.RangeIterator
           
static class MyMapFile.Reader
          Deprecated. Provide access to an existing map.
 

Methods in org.apache.accumulo.core.file.map that return FileSKVIterator
 FileSKVIterator MapFileOperations.openIndex(String file, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)
           
 FileSKVIterator MapFileOperations.openIndex(String file, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf, BlockCache dCache, BlockCache iCache)
           
 FileSKVIterator MapFileOperations.openReader(String file, boolean seekToBeginning, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)
           
 FileSKVIterator MapFileOperations.openReader(String file, boolean seekToBeginning, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf, BlockCache dataCache, BlockCache indexCache)
           
 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)
           
 

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

Classes in org.apache.accumulo.core.file.rfile that implement FileSKVIterator
static class RFile.Reader
           
 

Methods in org.apache.accumulo.core.file.rfile that return FileSKVIterator
 FileSKVIterator RFile.Reader.getIndex()
           
 FileSKVIterator RFileOperations.openIndex(String file, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)
           
 FileSKVIterator RFileOperations.openIndex(String file, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf, BlockCache dataCache, BlockCache indexCache)
           
 FileSKVIterator RFileOperations.openReader(String file, boolean seekToBeginning, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)
           
 FileSKVIterator RFileOperations.openReader(String file, boolean seekToBeginning, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf, BlockCache dataCache, BlockCache indexCache)
           
 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)
           
 

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

Classes in org.apache.accumulo.core.iterators.system that implement FileSKVIterator
 class SequenceFileIterator
           
 



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