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