| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedEnvironmentStats |
ReplicatedEnvironment.getRepStats(StatsConfig config)
Returns statistics associated with this environment.
|
ReplicatedEnvironmentStats |
RepStatManager.getRepStats(StatsConfig config,
Integer contextKey) |
static ReplicatedEnvironmentStats |
RepInternal.makeReplicatedEnvironmentStats(RepImpl repImpl,
StatsConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedEnvironmentStats |
RepImpl.getStats(StatsConfig config) |
ReplicatedEnvironmentStats |
RepImpl.getStats(StatsConfig config,
Integer contextKey) |
ReplicatedEnvironmentStats |
RepImpl.getStatsInternal(StatsConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedEnvironmentStats |
RepNode.getStats(StatsConfig config)
Returns the accumulated statistics for this node.
|
Copyright © 2024. All rights reserved.