| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl.networkRestore |
INTERNAL: Protocol for
network restore. |
| com.sleepycat.je.rep.util |
BDB JE High Availability command line utilities and helper classes.
|
| com.sleepycat.je.rep.util.ldiff |
INTERNAL: LDiff debugging utility for comparing databases on different
nodes in a group.
|
| com.sleepycat.je.rep.utilint |
INTERNAL: Command line and programmatic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
NetworkBackup.execute()
Execute the backup.
|
| Modifier and Type | Method and Description |
|---|---|
NodeState |
DbPing.getNodeState() |
NodeState |
ReplicationGroupAdmin.getNodeState(ReplicationNode repNode,
int socketConnectTimeout)
Returns the
state of a replicated
node and state of the application where the node is
running in. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LDiff.diff(Database db,
InetSocketAddress addr,
DataChannelFactory dcFactory)
A mechanism for efficiently comparing two quiescent databases, one of
which resides on a remote machine.
|
boolean |
LDiff.diff(Environment env,
InetSocketAddress addr)
A mechanism for efficiently comparing two quiescent environments, one
local and one on a remote machine.
|
boolean |
LDiff.diff(Environment env,
InetSocketAddress addr,
DataChannelFactory dcFactory)
A mechanism for efficiently comparing two quiescent environments, one
local and one on a remote machine.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ServiceDispatcher.doServiceHandshake(DataChannel channel,
String serviceName)
Used by the client to set up a channel for the service.
|
static void |
ServiceDispatcher.doServiceHandshake(DataChannel channel,
String serviceName,
ServiceHandshake.AuthenticationMethod[] authInfo)
A variation on the method above.
|
Copyright © 2024. All rights reserved.