Package org.apache.accumulo.server.fs
Class FileManager.ScanFileManager
java.lang.Object
org.apache.accumulo.server.fs.FileManager.ScanFileManager
- Enclosing class:
- FileManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
detach()
int
openFiles
(Map<TabletFile, DataFileValue> files, boolean detachable, SamplerConfigurationImpl samplerConfig) void
reattach
(SamplerConfigurationImpl samplerConfig) void
releaseOpenFiles
(boolean sawIOException)
-
Method Details
-
openFiles
public List<InterruptibleIterator> openFiles(Map<TabletFile, DataFileValue> files, boolean detachable, SamplerConfigurationImpl samplerConfig) throws IOException- Throws:
IOException
-
detach
public void detach() -
reattach
- Throws:
IOException
-
releaseOpenFiles
public void releaseOpenFiles(boolean sawIOException) -
getNumOpenFiles
public int getNumOpenFiles()
-