| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| 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.utilint |
INTERNAL: Command line and programmatic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeStateProtocol
Defines the protocol used in support of node state querying.
|
class |
RepGroupProtocol
{@literal
Defines the protocol used in support of group membership.
|
| Modifier and Type | Method and Description |
|---|---|
TextProtocol |
TextProtocol.Message.getProtocol()
Returns the protocol associated with this message
|
| Modifier and Type | Class and Description |
|---|---|
class |
Protocol |
| Modifier and Type | Field and Description |
|---|---|
protected TextProtocol |
ServiceDispatcher.ExecutingRunnable.protocol |
| Constructor and Description |
|---|
ExecutingRunnable(DataChannel channel,
TextProtocol protocol,
boolean expectResponse) |
Copyright © 2024. All rights reserved.