| Package | Description |
|---|---|
| com.sleepycat.je.rep.elections |
INTERNAL: Elections of the master node among the nodes in a group.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Protocol.Value |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterValue
Class represents the identity of a Master as a subclass of a StringValue
that can be used during the election protocol.
|
class |
Protocol.Accept
Accept request issued in Phase 2 of paxos.
|
class |
Protocol.Accepted
Response to a successful Accept message.
|
class |
Protocol.MasterQuery
Used to query the Learner for a current master
|
class |
Protocol.MasterQueryResponse
The response to a Master Query request.
|
class |
Protocol.Promise
Promise response message.
|
class |
Protocol.Propose
Propose request used in Phase 1 of Paxos
|
class |
Protocol.Reject
Reject response to a message.
|
class |
Protocol.Result
Used to inform Learners of a "chosen value".
|
class |
Protocol.Shutdown |
static class |
Protocol.StringValue
A String based value implementation used as the "default" Value
|
| Modifier and Type | Class and Description |
|---|---|
class |
Protocol.GroupChange |
class |
Protocol.JoinGroup |
class |
Protocol.LeaveGroup |
Copyright © 2024. All rights reserved.