| Package | Description |
|---|---|
| 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.utilint |
INTERNAL: Command line and programmatic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
NamedChannel |
ReplicaFeederHandshakeConfig.getNamedChannel()
Gets the NamedChannel.
|
| Constructor and Description |
|---|
FeederReplicaHandshake(RepNode repNode,
Feeder feeder,
NamedChannel namedChannel)
An instance of this class is created with each new handshake preceding
the setting up of a connection.
|
FeederReplicaSyncup(Feeder feeder,
NamedChannel namedChannel,
Protocol protocol) |
ReplicaFeederSyncup(RepNode repNode,
Replay replay,
NamedChannel namedChannel,
Protocol protocol,
boolean hardRecoveryNeedsElection) |
SubscriberFeederSyncup(NamedChannel namedChannel,
Protocol protocol,
FeederFilter filter,
RepImpl repImpl,
BaseProtocol.EntryRequestType type,
String partGenDBName,
Logger logger) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedChannelWithTimeout
NamedChannelWithTimeout permits association of timeouts with a DataChannel.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RepUtils.shutdownChannel(NamedChannel namedChannel)
Forces a shutdown of a blocking channel ignoring any errors that may be
encountered in the process.
|
void |
BinaryProtocol.write(BinaryProtocol.Message message,
NamedChannel namedChannel)
Write a message out to a channel.
|
Copyright © 2024. All rights reserved.