| 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.
|
| com.sleepycat.je.rep.subscription |
INTERNAL: Subscription of rep stream for use by stream API in NoSQL DB.
|
| Modifier and Type | Method and Description |
|---|---|
StreamAuthenticator |
ReplicationConfig.getAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfig |
ReplicationConfig.setAuthenticator(StreamAuthenticator authenticator) |
void |
ReplicationConfig.setAuthenticatorVoid(StreamAuthenticator authenticator) |
| Modifier and Type | Method and Description |
|---|---|
StreamAuthenticator |
RepImpl.getAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepImpl.setAuthenticator(StreamAuthenticator authenticator) |
| Modifier and Type | Method and Description |
|---|---|
StreamAuthenticator |
Feeder.getAuthenticator() |
| Constructor and Description |
|---|
ServerAuthMethod(StreamAuthenticator serverAuth) |
Copyright © 2024. All rights reserved.