public class FileManager extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
FileManager.ScanFileManager |
| Constructor and Description |
|---|
FileManager(AccumuloServerContext context,
VolumeManager fs,
int maxOpen,
BlockCache dataCache,
BlockCache indexCache) |
| Modifier and Type | Method and Description |
|---|---|
FileManager.ScanFileManager |
newScanFileManager(KeyExtent tablet) |
public FileManager(AccumuloServerContext context, VolumeManager fs, int maxOpen, BlockCache dataCache, BlockCache indexCache)
dataCache - : underlying file can and should be able to handle a null cacheindexCache - : underlying file can and should be able to handle a null cachepublic FileManager.ScanFileManager newScanFileManager(KeyExtent tablet)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.