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, unwrap
copyFrom, ensureOpen, getTempFileName
public ReadBytesDirectoryWrapper(Directory in)
public Map<String,FixedBitSet> getReadBytes()
public IndexInput openInput(String name, IOContext context) throws IOException
openInput
in class FilterDirectory
IOException
public ChecksumIndexInput openChecksumInput(String name, IOContext context) throws IOException
openChecksumInput
in class Directory
IOException
public IndexOutput createOutput(String name, IOContext context) throws IOException
createOutput
in class FilterDirectory
IOException
public IndexOutput createTempOutput(String prefix, String suffix, IOContext context) throws IOException
createTempOutput
in class FilterDirectory
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.