public class FileManager.ScanFileManager extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
int |
getNumOpenFiles() |
List<InterruptibleIterator> |
openFiles(Map<FileRef,DataFileValue> files,
boolean detachable) |
void |
reattach() |
void |
releaseOpenFiles(boolean sawIOException) |
public List<InterruptibleIterator> openFiles(Map<FileRef,DataFileValue> files, boolean detachable) throws IOException
IOExceptionpublic void detach()
public void reattach()
throws IOException
IOExceptionpublic void releaseOpenFiles(boolean sawIOException)
public int getNumOpenFiles()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.