| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl.networkRestore |
INTERNAL: Protocol for
network restore. |
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| 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 |
|---|---|
protected void |
NetworkBackup.getFile(File file)
Requests and obtains the specific log file from the server.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ReplicaFeederHandshake.execute()
Executes the replica side of the handshake.
|
Protocol |
FeederReplicaHandshake.execute()
Executes the feeder side of the handshake.
|
| 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 |
|---|---|
<T extends BinaryProtocol.Message> |
BinaryProtocol.read(ReadableByteChannel channel,
Class<T> cl) |
Copyright © 2024. All rights reserved.