Uses of Class
org.elasticsearch.common.io.stream.BytesStream
-
Packages that use BytesStream Package Description org.elasticsearch.common.io org.elasticsearch.common.io.stream -
-
Uses of BytesStream in org.elasticsearch.common.io
Methods in org.elasticsearch.common.io that return BytesStream Modifier and Type Method Description static BytesStreamStreams. flushOnCloseStream(BytesStream os)Wraps the givenBytesStreamin aStreamOutputthat simply flushes when close is called.Methods in org.elasticsearch.common.io with parameters of type BytesStream Modifier and Type Method Description static BytesStreamStreams. flushOnCloseStream(BytesStream os)Wraps the givenBytesStreamin aStreamOutputthat simply flushes when close is called. -
Uses of BytesStream in org.elasticsearch.common.io.stream
Subclasses of BytesStream in org.elasticsearch.common.io.stream Modifier and Type Class Description classBytesStreamOutputA @linkStreamOutputthat usesBigArraysto acquire pages of bytes, which avoids frequent reallocation & copying of the internal data.classReleasableBytesStreamOutputAn bytes stream output that allows providing aBigArraysinstance expecting it to require releasing its content (ReleasableBytesStreamOutput.bytes()) once done.
-