Uses of Class
org.jgroups.protocols.COUNTER.RequestCompletableFuture
Packages that use COUNTER.RequestCompletableFuture
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of COUNTER.RequestCompletableFuture in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type COUNTER.RequestCompletableFutureModifier and TypeFieldDescriptionprotected final Map<Owner, COUNTER.RequestCompletableFuture<?>> COUNTER.pending_requestsMethods in org.jgroups.protocols with parameters of type COUNTER.RequestCompletableFutureModifier and TypeMethodDescription(package private) voidCOUNTER.ExceptionResponse.complete(COUNTER.RequestCompletableFuture<Void> cf) (package private) voidCOUNTER.ReconcileResponse.complete(COUNTER.RequestCompletableFuture<Void> cf) (package private) abstract voidCOUNTER.Response.complete(COUNTER.RequestCompletableFuture<T> completableFuture) (package private) voidCOUNTER.UpdateFunctionResponse.complete(COUNTER.RequestCompletableFuture<T> completableFuture) (package private) voidCOUNTER.ValueResponse.complete(COUNTER.RequestCompletableFuture<Long> cf)