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(java.io.ObjectInput input)Methods in org.infinispan.remoting.responses that return types with arguments of type CacheNotFoundResponse Modifier and Type Method Description java.util.Set<java.lang.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(java.io.ObjectOutput output, CacheNotFoundResponse response)
-