com.sleepycat.je.recovery
Class Checkpointer.CheckpointReference

java.lang.Object
  extended by com.sleepycat.je.recovery.Checkpointer.CheckpointReference
Enclosing class:
Checkpointer

public static class Checkpointer.CheckpointReference
extends Object


Field Summary
(package private)  DatabaseId dbId
           
(package private)  boolean isDbRoot
           
(package private)  long nodeId
           
(package private)  byte[] treeKey
           
 
Constructor Summary
Checkpointer.CheckpointReference(DatabaseId dbId, long nodeId, boolean isDbRoot, byte[] treeKey)
           
 
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

dbId

DatabaseId dbId

nodeId

long nodeId

isDbRoot

boolean isDbRoot

treeKey

byte[] treeKey
Constructor Detail

Checkpointer.CheckpointReference

public Checkpointer.CheckpointReference(DatabaseId dbId,
                                        long nodeId,
                                        boolean isDbRoot,
                                        byte[] treeKey)
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 (c) 2004-2012 Oracle. All rights reserved.