Uses of Class
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
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
Subclasses of SuccessfulResponse in org.infinispan.remoting.responsesFields in org.infinispan.remoting.responses declared as SuccessfulResponseModifier and TypeFieldDescriptionstatic final SuccessfulResponseSuccessfulResponse.SUCCESSFUL_EMPTY_RESPONSEMethods in org.infinispan.remoting.responses that return SuccessfulResponseModifier and TypeMethodDescriptionstatic <T> SuccessfulResponse<T> SuccessfulResponse.create(T responseValue) SuccessfulResponse.Externalizer.readObject(ObjectInput input) Methods in org.infinispan.remoting.responses that return types with arguments of type SuccessfulResponseModifier and TypeMethodDescriptionSet<Class<? extends SuccessfulResponse>> SuccessfulResponse.Externalizer.getTypeClasses()Methods in org.infinispan.remoting.responses with parameters of type SuccessfulResponseModifier and TypeMethodDescriptionvoidSuccessfulResponse.Externalizer.writeObject(ObjectOutput output, SuccessfulResponse response)