Uses of Interface
org.infinispan.remoting.responses.SuccessfulResponse
Packages that use SuccessfulResponse
Package
Description
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Abstractions of the different response types allowed during RPC.
-
Uses of SuccessfulResponse in org.infinispan.interceptors.distribution
Classes in org.infinispan.interceptors.distribution that implement interfaces with type arguments of type SuccessfulResponseModifier and TypeClassDescriptionclassReturn the first successful response for a staggered remote get, used in dist mode.Methods in org.infinispan.interceptors.distribution that return SuccessfulResponseModifier and TypeMethodDescriptionRemoteGetSingleKeyCollector.addResponse(Address sender, Response response) RemoteGetSingleKeyCollector.finish() -
Uses of SuccessfulResponse in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl that return SuccessfulResponseModifier and TypeMethodDescriptionprotected static SuccessfulResponseClusteringInterceptor.getSuccessfulResponseOrFail(Map<Address, Response> responseMap, CompletableFuture<?> future, Consumer<Response> cacheNotFound) -
Uses of SuccessfulResponse in org.infinispan.remoting.responses
Classes in org.infinispan.remoting.responses that implement SuccessfulResponseModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.infinispan.remoting.responses declared as SuccessfulResponseModifier and TypeFieldDescriptionstatic final SuccessfulResponse<?> SuccessfulResponse.SUCCESSFUL_EMPTY_RESPONSEMethods in org.infinispan.remoting.responses that return SuccessfulResponse