public class ReplicationDraftCNKey extends com.sleepycat.je.DatabaseEntry
Constructor and Description |
---|
ReplicationDraftCNKey()
Creates a ReplicationDraftCNKey that can start anywhere in the DB.
|
ReplicationDraftCNKey(long changeNumber)
Creates a new ReplicationKey from the given change number.
|
Modifier and Type | Method and Description |
---|---|
long |
getChangeNumber()
Getter for the change number associated with this key.
|
public ReplicationDraftCNKey()
public ReplicationDraftCNKey(long changeNumber)
changeNumber
- The change number to use.public long getChangeNumber()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.