org.elasticsearch.index.translog
Class TranslogStreams

java.lang.Object
  extended by org.elasticsearch.index.translog.TranslogStreams

public class TranslogStreams
extends java.lang.Object


Constructor Summary
TranslogStreams()
           
 
Method Summary
static Translog.Operation readTranslogOperation(StreamInput in)
           
static void writeTranslogOperation(StreamOutput out, Translog.Operation op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslogStreams

public TranslogStreams()
Method Detail

readTranslogOperation

public static Translog.Operation readTranslogOperation(StreamInput in)
                                                throws java.io.IOException
Throws:
java.io.IOException

writeTranslogOperation

public static void writeTranslogOperation(StreamOutput out,
                                          Translog.Operation op)
                                   throws java.io.IOException
Throws:
java.io.IOException