org.elasticsearch.common.io.stream
Class CachedStreamOutput

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

public class CachedStreamOutput
extends Object


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

Field Detail

BYTES_LIMIT

public static int BYTES_LIMIT

COUNT_LIMIT

public static int COUNT_LIMIT
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)

utf8StreamWriter

public static UTF8StreamWriter utf8StreamWriter()


Copyright © 2009-2012. All Rights Reserved.