org.elasticsearch.index.translog
Class Translog.Location

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

public static class Translog.Location
extends Object


Field Summary
 int size
           
 long translogId
           
 long translogLocation
           
 
Constructor Summary
Translog.Location(long translogId, long translogLocation, int size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

translogId

public final long translogId

translogLocation

public final long translogLocation

size

public final int size
Constructor Detail

Translog.Location

public Translog.Location(long translogId,
                         long translogLocation,
                         int size)


Copyright © 2009-2012. All Rights Reserved.