Uses of Class
org.infinispan.remoting.responses.CacheNotFoundResponse
-
Packages that use CacheNotFoundResponse Package Description org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. -
-
Uses of CacheNotFoundResponse in org.infinispan.remoting.responses
Fields in org.infinispan.remoting.responses declared as CacheNotFoundResponse Modifier and Type Field Description static CacheNotFoundResponseCacheNotFoundResponse. INSTANCEMethods in org.infinispan.remoting.responses that return CacheNotFoundResponse Modifier and Type Method Description CacheNotFoundResponseCacheNotFoundResponse.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.remoting.responses that return types with arguments of type CacheNotFoundResponse Modifier and Type Method Description Set<Class<? extends CacheNotFoundResponse>>CacheNotFoundResponse.Externalizer. getTypeClasses()Methods in org.infinispan.remoting.responses with parameters of type CacheNotFoundResponse Modifier and Type Method Description voidCacheNotFoundResponse.Externalizer. writeObject(ObjectOutput output, CacheNotFoundResponse response)
-