| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| Modifier and Type | Method | Description |
|---|---|---|
CommitToken |
Transaction.getCommitToken() |
This method is intended for use with a replicated environment.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
CommitToken.compareTo(CommitToken other) |
Implements the Comparable interface.
|
| Modifier and Type | Method | Description |
|---|---|---|
CommitToken |
CommitPointConsistencyPolicy.getCommitToken() |
Return the
CommitToken used to create this consistency
policy. |
| Constructor | Description |
|---|---|
CommitPointConsistencyPolicy(CommitToken commitToken,
long timeout,
java.util.concurrent.TimeUnit timeoutUnit) |
Defines how current a Replica needs to be in terms of a specific
transaction that was committed on the Master.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.