Uses of Interface
org.jgroups.protocols.COUNTER.Request
Packages that use COUNTER.Request
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of COUNTER.Request in org.jgroups.protocols
Classes in org.jgroups.protocols that implement COUNTER.RequestModifier and TypeClassDescriptionprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classprotected static classprivate static classCOUNTER.UpdateFunctionRequest<T extends Streamable>protected static classFields in org.jgroups.protocols declared as COUNTER.RequestModifier and TypeFieldDescription(package private) final COUNTER.RequestCOUNTER.RequestCompletableFuture.requestMethods in org.jgroups.protocols that return COUNTER.RequestModifier and TypeMethodDescription(package private) abstract COUNTER.RequestCOUNTER.RequestType.create()(package private) COUNTER.RequestCOUNTER.RequestCompletableFuture.getRequest()protected static COUNTER.RequestCOUNTER.requestFromDataInput(DataInput in) Methods in org.jgroups.protocols with parameters of type COUNTER.RequestModifier and TypeMethodDescriptionprotected static ByteArrayCOUNTER.requestToBuffer(COUNTER.Request req) protected voidCOUNTER.sendRequest(Address dest, COUNTER.Request req) private <T> CompletableFuture<T> COUNTER.sendRequestToCoordinator(Owner owner, COUNTER.Request request) private voidCOUNTER.traceResending(COUNTER.Request request) Constructors in org.jgroups.protocols with parameters of type COUNTER.Request