public static class CachedStreamOutput.Entry extends Object
Modifier and Type | Method and Description |
---|---|
BytesStreamOutput |
bytes() |
org.elasticsearch.common.io.stream.StreamOutput |
bytes(org.elasticsearch.common.compress.Compressor compressor) |
org.elasticsearch.common.io.stream.StreamOutput |
handles() |
org.elasticsearch.common.io.stream.StreamOutput |
handles(org.elasticsearch.common.compress.Compressor compressor) |
void |
reset() |
public void reset()
public BytesStreamOutput bytes()
public org.elasticsearch.common.io.stream.StreamOutput handles() throws IOException
IOException
public org.elasticsearch.common.io.stream.StreamOutput bytes(org.elasticsearch.common.compress.Compressor compressor) throws IOException
IOException
public org.elasticsearch.common.io.stream.StreamOutput handles(org.elasticsearch.common.compress.Compressor compressor) throws IOException
IOException
Copyright © 2012–2014. All rights reserved.