number of 16-byte blocks per page
encryption key information getter
name of index used to retrieve the key
Copied from ChecksummedTranslogStream but modified to use EncryptedFileChannel (and removed CodecUtil.
Copied from ChecksummedTranslogStream but modified to use EncryptedFileChannel (and removed CodecUtil.checkHeader).
File used to create a ChannelInputStream
new InputStreamStreamInput
Override this method to remove the translog header.
Override this method to remove the translog header.
FileChannel used
0
Extension of org.elasticsearch.index.translog.ChecksummedTranslogStream that overrides openInput() to use a ChannelInputStream that wraps an EncryptedFileChannel. This class must be located in org.elasticsearch.index.translog in order to access the no-arg constructor of ChecksummedTranslogStream.