org.elasticsearch.common.io.stream
Class CachedStreamInput

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

public class CachedStreamInput
extends Object


Constructor Summary
CachedStreamInput()
           
 
Method Summary
static HandlesStreamInput cachedHandles(StreamInput in)
           
static HandlesStreamInput cachedHandlesCompressed(Compressor compressor, StreamInput in)
           
static void clear()
           
static StreamInput compressed(Compressor compressor, StreamInput in)
           
static char[] getCharArray(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedStreamInput

public CachedStreamInput()
Method Detail

clear

public static void clear()

compressed

public static StreamInput compressed(Compressor compressor,
                                     StreamInput in)
                              throws IOException
Throws:
IOException

cachedHandles

public static HandlesStreamInput cachedHandles(StreamInput in)

cachedHandlesCompressed

public static HandlesStreamInput cachedHandlesCompressed(Compressor compressor,
                                                         StreamInput in)
                                                  throws IOException
Throws:
IOException

getCharArray

public static char[] getCharArray(int size)


Copyright © 2009-2012. All Rights Reserved.