Package | Description |
---|---|
com.hazelcast.cp.internal.raft.impl |
Contains implementation classes of the Raft algorithm
|
com.hazelcast.cp.internal.raft.impl.task |
Contains tasks running on leader or leader-candidates.
|
com.hazelcast.cp.internal.raft.impl.util |
Class and Description |
---|
SimpleCompletableFuture
A simple
AbstractCompletableFuture implementation
that allows completing via public SimpleCompletableFuture.setResult(Object) method. |
Class and Description |
---|
SimpleCompletableFuture
A simple
AbstractCompletableFuture implementation
that allows completing via public SimpleCompletableFuture.setResult(Object) method. |
Class and Description |
---|
PostponedResponse
The special response class that is used when a Raft entry does not return
a response at the time of its commit, and will return a response with
another commit in future.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.