| Package | Description |
|---|---|
| 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.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryNodeStateProtocol
Defines the protocol used in support of node state querying.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Protocol
The protocol used to obtain backup files from a LF Feeder.
|
| Modifier and Type | Method and Description |
|---|---|
static NameIdPair |
NameIdPair.deserialize(ByteBuffer buffer,
BinaryProtocol protocol)
Serializes from a ByteBuffer for a given protocol.
|
void |
NameIdPair.serialize(ByteBuffer buffer,
BinaryProtocol protocol)
Serializes into a ByteBuffer for a given protocol.
|
int |
NameIdPair.serializedSize(BinaryProtocol protocol)
Returns serialized for a given protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseProtocol
Defines the base protocol of messages used to set up a stream between
source and target.
|
Copyright © 2024. All rights reserved.