org.elasticsearch.common.io.stream
Class Streamables

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

public class Streamables
extends java.lang.Object


Constructor Summary
Streamables()
           
 
Method Summary
static java.util.Map<java.lang.String,java.lang.Object> readMap(StreamInput in)
           
static java.lang.Object readMapValue(StreamInput in)
           
static void writeMap(StreamOutput out, java.util.Map<java.lang.String,java.lang.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 java.util.Map<java.lang.String,java.lang.Object> readMap(StreamInput in)
                                                                throws java.io.IOException
Throws:
java.io.IOException

readMapValue

public static java.lang.Object readMapValue(StreamInput in)
                                     throws java.io.IOException
Throws:
java.io.IOException

writeMap

public static void writeMap(StreamOutput out,
                            java.util.Map<java.lang.String,java.lang.Object> map)
                     throws java.io.IOException
Throws:
java.io.IOException