| Package | Description |
|---|---|
| com.sleepycat.je.rep.arbiter.impl |
INTERNAL: Implementation classes for the arbiter node.
|
| com.sleepycat.je.rep.elections |
INTERNAL: Elections of the master node among the nodes in a group.
|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.rep.impl.networkRestore |
INTERNAL: Protocol for
network restore. |
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| com.sleepycat.je.rep.monitor |
BDB JE HA support for applications that need to track the composition of a
replication group, in order to do tasks such as load balancing and
request routing.
|
| 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.
|
| Constructor and Description |
|---|
ArbBinaryStateService(ServiceDispatcher dispatcher,
ArbiterImpl arbImpl) |
ArbiterNodeStateService(ServiceDispatcher dispatcher,
ArbiterImpl arbImpl) |
| Modifier and Type | Method and Description |
|---|---|
ServiceDispatcher |
Elections.getServiceDispatcher() |
ServiceDispatcher |
ElectionsConfig.getServiceDispatcher()
Gets the ServiceDispatcher.
|
| Constructor and Description |
|---|
Learner(Protocol protocol,
ServiceDispatcher serviceDispatcher)
Creates an instance of a Learner which will listen for election results
to propagate to local listeners, and for requests asking for election
results.
|
Learner(RepImpl repImpl,
Protocol protocol,
ServiceDispatcher serviceDispatcher) |
| Constructor and Description |
|---|
BinaryNodeStateService(ServiceDispatcher dispatcher,
RepNode repNode) |
GroupService(ServiceDispatcher dispatcher,
RepNode repNode) |
NodeStateService(ServiceDispatcher dispatcher,
RepNode repNode) |
| Constructor and Description |
|---|
FeederManager(ServiceDispatcher serviceDispatcher,
EnvironmentImpl envImpl,
NameIdPair nameIdPair)
Creates a FeederManager but does not start it.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDispatcher |
RepNode.getServiceDispatcher() |
| Constructor and Description |
|---|
RepNode(NameIdPair nameIdPair,
ServiceDispatcher serviceDispatcher) |
| Constructor and Description |
|---|
MonitorService(Monitor monitor,
ServiceDispatcher dispatcher) |
| Constructor and Description |
|---|
LDiffService(ServiceDispatcher dispatcher,
RepImpl repImpl) |
| Constructor and Description |
|---|
ExecutingService(String serviceName,
ServiceDispatcher dispatcher) |
Copyright © 2024. All rights reserved.