org.elasticsearch.common.io.stream
Class CachedStreamOutput.Entry

java.lang.Object
  extended by org.elasticsearch.common.io.stream.CachedStreamOutput.Entry
Enclosing class:
CachedStreamOutput

public static class CachedStreamOutput.Entry
extends java.lang.Object


Method Summary
 BytesStreamOutput bytes()
          Returns the underlying bytes without any resetting.
 BytesStreamOutput cachedBytes()
          Returns cached bytes that are also reset.
 HandlesStreamOutput cachedHandlesBytes()
           
 HandlesStreamOutput cachedHandlesLzfBytes()
           
 LZFStreamOutput cachedLZFBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

bytes

public BytesStreamOutput bytes()
Returns the underlying bytes without any resetting.


cachedBytes

public BytesStreamOutput cachedBytes()
Returns cached bytes that are also reset.


cachedLZFBytes

public LZFStreamOutput cachedLZFBytes()
                               throws java.io.IOException
Throws:
java.io.IOException

cachedHandlesLzfBytes

public HandlesStreamOutput cachedHandlesLzfBytes()
                                          throws java.io.IOException
Throws:
java.io.IOException

cachedHandlesBytes

public HandlesStreamOutput cachedHandlesBytes()
                                       throws java.io.IOException
Throws:
java.io.IOException