org.elasticsearch.index.translog
Class Translog.Source

java.lang.Object
  extended by org.elasticsearch.index.translog.Translog.Source
Enclosing interface:
Translog

public static class Translog.Source
extends Object


Field Summary
 String parent
           
 String routing
           
 BytesReference source
           
 long timestamp
           
 long ttl
           
 
Constructor Summary
Translog.Source(BytesReference source, String routing, String parent, long timestamp, long ttl)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public final BytesReference source

routing

public final String routing

parent

public final String parent

timestamp

public final long timestamp

ttl

public final long ttl
Constructor Detail

Translog.Source

public Translog.Source(BytesReference source,
                       String routing,
                       String parent,
                       long timestamp,
                       long ttl)


Copyright © 2009-2012. All Rights Reserved.