Uses of Class
org.infinispan.remoting.responses.CacheNotFoundResponse
Packages that use CacheNotFoundResponse
Package
Description
Abstractions of the different response types allowed during RPC.
-
Uses of CacheNotFoundResponse in org.infinispan.remoting.responses
Subclasses with type arguments of type CacheNotFoundResponse in org.infinispan.remoting.responsesFields in org.infinispan.remoting.responses declared as CacheNotFoundResponseModifier and TypeFieldDescriptionstatic final CacheNotFoundResponse
CacheNotFoundResponse.INSTANCE
Methods in org.infinispan.remoting.responses that return CacheNotFoundResponseModifier and TypeMethodDescriptionCacheNotFoundResponse.Externalizer.readObject
(ObjectInput input) Methods in org.infinispan.remoting.responses that return types with arguments of type CacheNotFoundResponseModifier and TypeMethodDescriptionSet
<Class<? extends CacheNotFoundResponse>> CacheNotFoundResponse.Externalizer.getTypeClasses()
Methods in org.infinispan.remoting.responses with parameters of type CacheNotFoundResponseModifier and TypeMethodDescriptionvoid
CacheNotFoundResponse.Externalizer.writeObject
(ObjectOutput output, CacheNotFoundResponse response)