Uses of Class
org.apache.accumulo.server.fs.FileManager.ScanFileManager
-
Packages that use FileManager.ScanFileManager Package Description org.apache.accumulo.server.fs org.apache.accumulo.server.iterators -
-
Uses of FileManager.ScanFileManager in org.apache.accumulo.server.fs
Methods in org.apache.accumulo.server.fs that return FileManager.ScanFileManager Modifier and Type Method Description FileManager.ScanFileManagerFileManager. newScanFileManager(KeyExtent tablet, CacheProvider cacheProvider) -
Uses of FileManager.ScanFileManager in org.apache.accumulo.server.iterators
Constructors in org.apache.accumulo.server.iterators with parameters of type FileManager.ScanFileManager Constructor Description TabletIteratorEnvironment(ServerContext context, IteratorUtil.IteratorScope scope, AccumuloConfiguration tableConfig, TableId tableId, FileManager.ScanFileManager trm, Map<StoredTabletFile,DataFileValue> files, Authorizations authorizations, SamplerConfigurationImpl samplerConfig, ArrayList<SortedKeyValueIterator<Key,Value>> topLevelIterators)
-