Uses of Class
org.elasticsearch.common.io.stream.FilterStreamInput
-
Packages that use FilterStreamInput Package Description org.elasticsearch.common.io.stream org.elasticsearch.index.translog -
-
Uses of FilterStreamInput in org.elasticsearch.common.io.stream
Subclasses of FilterStreamInput in org.elasticsearch.common.io.stream Modifier and Type Class Description classNamedWriteableAwareStreamInputWraps aStreamInputand associates it with aNamedWriteableRegistry -
Uses of FilterStreamInput in org.elasticsearch.index.translog
Subclasses of FilterStreamInput in org.elasticsearch.index.translog Modifier and Type Class Description classBufferedChecksumStreamInputSimilar to Lucene's BufferedChecksumIndexInput, however this wraps aStreamInputso anything read will update the checksum
-