| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
InsufficientLogException |
This exception indicates that the log files constituting the Environment are
insufficient and cannot be used as the basis for continuing with the
replication stream provided by the current master.
|
class |
MasterReplicaTransitionException |
Deprecated.
as of JE 5.0.88 because the environment no longer needs to
restart when transitioning from master to replica.
|
class |
RollbackException |
This asynchronous exception indicates that a new master has been selected,
this
Replica's log is ahead of the current Master,
and in this case, the Replica was unable to rollback without a
recovery. |
class |
RollbackProhibitedException |
This exception may be thrown by a Replica during the
replication stream sync-up phase of startup.
|
| Constructor | Description |
|---|---|
RestartRequiredException(java.lang.String message,
RestartRequiredException cause) |
For internal use only.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.