org.elasticsearch.common.io.stream
Class Streamables

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

public class Streamables
extends Object


Constructor Summary
Streamables()
           
 
Method Summary
static Map<String,Object> readMap(StreamInput in)
           
static Object readMapValue(StreamInput in)
           
static void writeMap(StreamOutput out, Map<String,Object> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Streamables

public Streamables()
Method Detail

readMap

public static Map<String,Object> readMap(StreamInput in)
                                  throws IOException
Throws:
IOException

readMapValue

public static Object readMapValue(StreamInput in)
                           throws IOException
Throws:
IOException

writeMap

public static void writeMap(StreamOutput out,
                            Map<String,Object> map)
                     throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.