tachyon
Class CheckpointInfo

java.lang.Object
  extended by tachyon.CheckpointInfo
All Implemented Interfaces:
Serializable, Comparable<CheckpointInfo>

public class CheckpointInfo
extends Object
implements Serializable, Comparable<CheckpointInfo>

Class to store global counter in master's write head log and checkpoint file.

See Also:
Serialized Form

Field Summary
 int COUNTER_INODE
           
 
Constructor Summary
CheckpointInfo(int inodeCounter)
           
 
Method Summary
 int compareTo(CheckpointInfo o)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNTER_INODE

public final int COUNTER_INODE
Constructor Detail

CheckpointInfo

public CheckpointInfo(int inodeCounter)
Method Detail

compareTo

public int compareTo(CheckpointInfo o)
Specified by:
compareTo in interface Comparable<CheckpointInfo>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.