Package org.apache.accumulo.tserver
Class FileManager.ScanFileManager
- java.lang.Object
-
- org.apache.accumulo.tserver.FileManager.ScanFileManager
-
- Enclosing class:
- FileManager
public class FileManager.ScanFileManager extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddetach()intgetNumOpenFiles()List<InterruptibleIterator>openFiles(Map<FileRef,DataFileValue> files, boolean detachable, SamplerConfigurationImpl samplerConfig)voidreattach(SamplerConfigurationImpl samplerConfig)voidreleaseOpenFiles(boolean sawIOException)
-
-
-
Method Detail
-
openFiles
public List<InterruptibleIterator> openFiles(Map<FileRef,DataFileValue> files, boolean detachable, SamplerConfigurationImpl samplerConfig) throws IOException
- Throws:
IOException
-
detach
public void detach()
-
reattach
public void reattach(SamplerConfigurationImpl samplerConfig) throws IOException
- Throws:
IOException
-
releaseOpenFiles
public void releaseOpenFiles(boolean sawIOException)
-
getNumOpenFiles
public int getNumOpenFiles()
-
-