| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| 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.subscription |
INTERNAL: Subscription of rep stream for use by stream API in NoSQL DB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkRestore.execute(InsufficientLogException logException,
NetworkRestoreConfig config)
Restores the log files from one of the members of the replication group.
|
| Constructor and Description |
|---|
ReplicatedEnvironment(File envHome,
ReplicationConfig repConfig,
EnvironmentConfig envConfig)
A convenience constructor that defaults the replica consistency policy
and the initial election policy to be used.
|
ReplicatedEnvironment(File envHome,
ReplicationConfig repConfig,
EnvironmentConfig envConfig,
ReplicaConsistencyPolicy consistencyPolicy,
QuorumPolicy initialElectionPolicy)
Creates a replicated environment handle and starts participating in the
replication group as either a Master or a Replica.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicaFeederSyncup.execute(LocalCBVLSNTracker cbvlsnTracker)
The replica's side of the protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.start()
Start subscription main thread, subscribe from the very first VLSN
from the feeder.
|
void |
Subscription.start(VLSN vlsn)
Start subscription main thread, subscribe from a specific VLSN
from the feeder.
|
Copyright © 2024. All rights reserved.