Uses of Class
org.infinispan.remoting.responses.SuccessfulResponse
-
Packages that use SuccessfulResponse Package Description org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. -
-
Uses of SuccessfulResponse in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl that return SuccessfulResponse Modifier and Type Method Description protected static SuccessfulResponse
ClusteringInterceptor. 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.responses Modifier and Type Class Description class
BiasRevocationResponse
Fields in org.infinispan.remoting.responses declared as SuccessfulResponse Modifier and Type Field Description static SuccessfulResponse
SuccessfulResponse. SUCCESSFUL_EMPTY_RESPONSE
Methods in org.infinispan.remoting.responses that return SuccessfulResponse Modifier and Type Method Description static SuccessfulResponse
SuccessfulResponse. create(Object responseValue)
SuccessfulResponse
SuccessfulResponse.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.remoting.responses that return types with arguments of type SuccessfulResponse Modifier and Type Method Description Set<Class<? extends SuccessfulResponse>>
SuccessfulResponse.Externalizer. getTypeClasses()
Methods in org.infinispan.remoting.responses with parameters of type SuccessfulResponse Modifier and Type Method Description void
SuccessfulResponse.Externalizer. writeObject(ObjectOutput output, SuccessfulResponse response)
-