Uses of Class
org.infinispan.remoting.responses.SuccessfulResponse
-
Packages that use SuccessfulResponse Package Description org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.remoting.responses 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 SuccessfulResponse Modifier and Type Method Description SuccessfulResponseRemoteGetSingleKeyCollector. addResponse(Address sender, Response response)SuccessfulResponseRemoteGetSingleKeyCollector. finish() -
Uses of SuccessfulResponse in org.infinispan.remoting.responses
Subclasses of SuccessfulResponse in org.infinispan.remoting.responses Modifier and Type Class Description classBiasRevocationResponseFields in org.infinispan.remoting.responses declared as SuccessfulResponse Modifier and Type Field Description static SuccessfulResponseSuccessfulResponse. SUCCESSFUL_EMPTY_RESPONSEMethods in org.infinispan.remoting.responses that return SuccessfulResponse Modifier and Type Method Description static SuccessfulResponseSuccessfulResponse. create(Object responseValue)SuccessfulResponseSuccessfulResponse.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 voidSuccessfulResponse.Externalizer. writeObject(ObjectOutput output, SuccessfulResponse response)
-