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 Object


Method Summary
 BytesStreamOutput bytes()
           
 StreamOutput bytes(Compressor compressor)
           
 StreamOutput handles()
           
 StreamOutput handles(Compressor compressor)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reset

public void reset()

bytes

public BytesStreamOutput bytes()

handles

public StreamOutput handles()
                     throws IOException
Throws:
IOException

bytes

public StreamOutput bytes(Compressor compressor)
                   throws IOException
Throws:
IOException

handles

public StreamOutput handles(Compressor compressor)
                     throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.