org.elasticsearch.common.io.stream
Class CachedStreamOutput

java.lang.Object
  extended by org.elasticsearch.common.io.stream.CachedStreamOutput

public class CachedStreamOutput
extends java.lang.Object


Nested Class Summary
static class CachedStreamOutput.Entry
           
 
Constructor Summary
CachedStreamOutput()
           
 
Method Summary
static void clear()
           
static CachedStreamOutput.Entry popEntry()
           
static void pushEntry(CachedStreamOutput.Entry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedStreamOutput

public CachedStreamOutput()
Method Detail

clear

public static void clear()

popEntry

public static CachedStreamOutput.Entry popEntry()

pushEntry

public static void pushEntry(CachedStreamOutput.Entry entry)