Class | 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.
|
SimpleCompletableFuture<T> |
A simple
AbstractCompletableFuture implementation
that allows completing via public SimpleCompletableFuture.setResult(Object) method. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.