org.apache.hadoop.contrib.bkjournal
Class EditLogLedgerMetadata

java.lang.Object
  extended by org.apache.hadoop.contrib.bkjournal.EditLogLedgerMetadata

public class EditLogLedgerMetadata
extends Object

Utility class for storing the metadata associated with a single edit log segment, stored in a single ledger


Field Summary
static Comparator COMPARATOR
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPARATOR

public static final Comparator COMPARATOR
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Apache Software Foundation. All Rights Reserved.