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 SuccessfulResponse
RemoteGetSingleKeyCollector. addResponse(Address sender, Response response)
SuccessfulResponse
RemoteGetSingleKeyCollector. finish()
-
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)
-