Uses of Class
org.elasticsearch.common.io.stream.BytesStreamOutput
-
Packages that use BytesStreamOutput Package Description org.elasticsearch.action.termvectors org.elasticsearch.common.io.stream org.elasticsearch.rest -
-
Uses of BytesStreamOutput in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors with parameters of type BytesStreamOutput Modifier and Type Method Description voidTermVectorsResponse. setTermVectorsField(BytesStreamOutput output) -
Uses of BytesStreamOutput in org.elasticsearch.common.io.stream
Subclasses of BytesStreamOutput in org.elasticsearch.common.io.stream Modifier and Type Class Description classReleasableBytesStreamOutputAn bytes stream output that allows providing aBigArraysinstance expecting it to require releasing its content (ReleasableBytesStreamOutput.bytes()) once done. -
Uses of BytesStreamOutput in org.elasticsearch.rest
Methods in org.elasticsearch.rest that return BytesStreamOutput Modifier and Type Method Description BytesStreamOutputRestChannel. bytesOutput()
-