|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.index.translog.TranslogStreams
public class TranslogStreams
Constructor Summary | |
---|---|
TranslogStreams()
|
Method Summary | |
---|---|
static BytesHolder |
readSource(byte[] data)
|
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 |
---|
public TranslogStreams()
Method Detail |
---|
public static Translog.Operation readTranslogOperation(StreamInput in) throws java.io.IOException
java.io.IOException
public static BytesHolder readSource(byte[] data) throws java.io.IOException
java.io.IOException
public static void writeTranslogOperation(StreamOutput out, Translog.Operation op) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |