|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.io.stream.BytesStreamOutput.Cached
public static class BytesStreamOutput.Cached
A thread local based cache of BytesStreamOutput
.
Constructor Summary | |
---|---|
BytesStreamOutput.Cached()
|
Method Summary | |
---|---|
static BytesStreamOutput |
cached()
Returns the cached thread local byte stream, with its internal stream cleared. |
static HandlesStreamOutput |
cachedHandles()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BytesStreamOutput.Cached()
Method Detail |
---|
public static BytesStreamOutput cached()
public static HandlesStreamOutput cachedHandles() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |