public class CachedStreamOutput extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CachedStreamOutput.Entry |
Modifier and Type | Field and Description |
---|---|
static int |
BYTES_LIMIT |
static int |
COUNT_LIMIT |
Constructor and Description |
---|
CachedStreamOutput() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static CachedStreamOutput.Entry |
popEntry() |
static void |
pushEntry(CachedStreamOutput.Entry entry) |
static org.elasticsearch.common.io.UTF8StreamWriter |
utf8StreamWriter() |
public static int BYTES_LIMIT
public static int COUNT_LIMIT
public CachedStreamOutput()
public static void clear()
public static CachedStreamOutput.Entry popEntry()
public static void pushEntry(CachedStreamOutput.Entry entry)
public static org.elasticsearch.common.io.UTF8StreamWriter utf8StreamWriter()
Copyright © 2012–2014. All rights reserved.