protected static class BaseIndexFileFormatTestCase.ReadBytesDirectoryWrapper extends FilterDirectory
in| Constructor and Description |
|---|
ReadBytesDirectoryWrapper(Directory in)
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IndexOutput |
createOutput(String name,
IOContext context) |
IndexOutput |
createTempOutput(String prefix,
String suffix,
IOContext context) |
Map<String,FixedBitSet> |
getReadBytes()
Get information about which bytes have been read.
|
ChecksumIndexInput |
openChecksumInput(String name,
IOContext context) |
IndexInput |
openInput(String name,
IOContext context) |
close, deleteFile, fileLength, getDelegate, getPendingDeletions, listAll, obtainLock, rename, sync, syncMetaData, toString, unwrapcopyFrom, ensureOpen, getTempFileNamepublic ReadBytesDirectoryWrapper(Directory in)
public Map<String,FixedBitSet> getReadBytes()
public IndexInput openInput(String name, IOContext context) throws IOException
openInput in class FilterDirectoryIOExceptionpublic ChecksumIndexInput openChecksumInput(String name, IOContext context) throws IOException
openChecksumInput in class DirectoryIOExceptionpublic IndexOutput createOutput(String name, IOContext context) throws IOException
createOutput in class FilterDirectoryIOExceptionpublic IndexOutput createTempOutput(String prefix, String suffix, IOContext context) throws IOException
createTempOutput in class FilterDirectoryIOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.