org.elasticsearch.index.translog
Class Translog.Index

java.lang.Object
  extended by org.elasticsearch.index.translog.Translog.Index
All Implemented Interfaces:
Streamable, Translog.Operation
Enclosing interface:
Translog

public static class Translog.Index
extends java.lang.Object
implements Translog.Operation


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.translog.Translog.Operation
Translog.Operation.Type
 
Constructor Summary
Translog.Index()
           
Translog.Index(Engine.Index index)
           
Translog.Index(java.lang.String type, java.lang.String id, byte[] source)
           
 
Method Summary
 long estimateSize()
           
 java.lang.String id()
           
 Translog.Operation.Type opType()
           
 void readFrom(StreamInput in)
           
 java.lang.String routing()
           
 byte[] source()
           
 java.lang.String type()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translog.Index

public Translog.Index()

Translog.Index

public Translog.Index(Engine.Index index)

Translog.Index

public Translog.Index(java.lang.String type,
                      java.lang.String id,
                      byte[] source)
Method Detail

opType

public Translog.Operation.Type opType()
Specified by:
opType in interface Translog.Operation

estimateSize

public long estimateSize()
Specified by:
estimateSize in interface Translog.Operation

type

public java.lang.String type()

id

public java.lang.String id()

routing

public java.lang.String routing()

source

public byte[] source()

readFrom

public void readFrom(StreamInput in)
              throws java.io.IOException
Specified by:
readFrom in interface Streamable
Throws:
java.io.IOException

writeTo

public void writeTo(StreamOutput out)
             throws java.io.IOException
Specified by:
writeTo in interface Streamable
Throws:
java.io.IOException