Uses of Class
org.jgroups.protocols.COUNTER.RequestCompletableFuture
-
Packages that use COUNTER.RequestCompletableFuture Package Description org.jgroups.protocols 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.RequestCompletableFuture Modifier and Type Field Description protected java.util.Map<Owner,COUNTER.RequestCompletableFuture<?>>COUNTER. pending_requestsMethods in org.jgroups.protocols with parameters of type COUNTER.RequestCompletableFuture Modifier and Type Method Description (package private) voidCOUNTER.ExceptionResponse. complete(COUNTER.RequestCompletableFuture<java.lang.Void> cf)(package private) voidCOUNTER.ReconcileResponse. complete(COUNTER.RequestCompletableFuture<java.lang.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<java.lang.Long> cf)
-