| Package | Description |
|---|---|
| com.sleepycat.je.rep.elections |
INTERNAL: Elections of the master node among the nodes in a group.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Utils.WithFutureExceptionHandler<T extends TextProtocol.MessageExchange> |
| Modifier and Type | Method and Description |
|---|---|
static Utils.FutureTrackingCompService<TextProtocol.MessageExchange> |
Utils.broadcastMessage(Set<InetSocketAddress> targets,
String serviceName,
TextProtocol.RequestMessage requestMessage,
ExecutorService threadPool) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.checkFutures(Utils.FutureTrackingCompService<TextProtocol.MessageExchange> compService,
long futureTimeout,
TimeUnit unit,
Logger logger,
RepImpl envImpl,
Formatter formatter)
Utility to wait for completion of futures in unit tests
|
protected Protocol.Value |
RankingProposer.choosePhase2Value(Set<TextProtocol.MessageExchange> exchanges)
Chooses a Value based on the relative ranking of all Promise responses.
|
protected abstract Protocol.Value |
Proposer.choosePhase2Value(Set<TextProtocol.MessageExchange> exchanges)
Selects the value to be used during Phase2, which if it succeeds will
become the "chosen value".
|
Copyright © 2024. All rights reserved.