| Package | Description |
|---|---|
| com.sleepycat.je.rep.elections |
INTERNAL: Elections of the master node among the nodes in a group.
|
| 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
|
| Constructor and Description |
|---|
WithFutureExceptionHandler(Utils.FutureTrackingCompService<T> compService,
long completionTimeout,
TimeUnit unit,
Logger logger,
RepImpl envImpl,
Formatter formatter)
Generate a handler for processing future results.
|
Copyright © 2024. All rights reserved.