Uses of Class
org.elasticsearch.index.translog.BufferedChecksumStreamInput
-
Packages that use BufferedChecksumStreamInput Package Description org.elasticsearch.index.translog -
-
Uses of BufferedChecksumStreamInput in org.elasticsearch.index.translog
Methods in org.elasticsearch.index.translog that return BufferedChecksumStreamInput Modifier and Type Method Description protected BufferedChecksumStreamInputBaseTranslogReader. checksummedStream(ByteBuffer reusableBuffer, long position, int opSize, BufferedChecksumStreamInput reuse)reads an operation at the given position and returns it.Methods in org.elasticsearch.index.translog with parameters of type BufferedChecksumStreamInput Modifier and Type Method Description protected BufferedChecksumStreamInputBaseTranslogReader. checksummedStream(ByteBuffer reusableBuffer, long position, int opSize, BufferedChecksumStreamInput reuse)reads an operation at the given position and returns it.protected Translog.OperationBaseTranslogReader. read(BufferedChecksumStreamInput inStream)Constructors in org.elasticsearch.index.translog with parameters of type BufferedChecksumStreamInput Constructor Description BufferedChecksumStreamInput(StreamInput in, String source, BufferedChecksumStreamInput reuse)
-