protected static class BaseIndexFileFormatTestCase.FileTrackingDirectoryWrapper extends FilterDirectory
in
Modifier and Type | Method and Description |
---|---|
IndexOutput |
createOutput(String name,
IOContext context) |
void |
deleteFile(String name) |
Set<String> |
getFiles()
Get the set of created files.
|
void |
rename(String source,
String dest) |
close, createTempOutput, fileLength, getDelegate, getPendingDeletions, listAll, obtainLock, openInput, sync, syncMetaData, toString, unwrap
copyFrom, ensureOpen, getTempFileName, openChecksumInput
public IndexOutput createOutput(String name, IOContext context) throws IOException
createOutput
in class FilterDirectory
IOException
public void rename(String source, String dest) throws IOException
rename
in class FilterDirectory
IOException
public void deleteFile(String name) throws IOException
deleteFile
in class FilterDirectory
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.