public static class Checkpointer.CheckpointReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) DatabaseId |
dbId |
(package private) boolean |
isDbRoot |
(package private) long |
nodeId |
(package private) byte[] |
treeKey |
| Constructor and Description |
|---|
CheckpointReference(DatabaseId dbId,
long nodeId,
boolean isDbRoot,
byte[] treeKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
DatabaseId dbId
long nodeId
boolean isDbRoot
byte[] treeKey
public CheckpointReference(DatabaseId dbId, long nodeId, boolean isDbRoot, byte[] treeKey)
Copyright (c) 2004-2012 Oracle. All rights reserved.