Uses of Class
org.infinispan.remoting.responses.CacheNotFoundResponse
Package
Description
Abstractions of the different response types allowed during RPC.
-
Uses of CacheNotFoundResponse in org.infinispan.remoting.responses
Modifier and TypeFieldDescriptionstatic final CacheNotFoundResponse
CacheNotFoundResponse.INSTANCE
Modifier and TypeMethodDescriptionCacheNotFoundResponse.Externalizer.readObject
(ObjectInput input) Modifier and TypeMethodDescriptionSet
<Class<? extends CacheNotFoundResponse>> CacheNotFoundResponse.Externalizer.getTypeClasses()
Modifier and TypeMethodDescriptionvoid
CacheNotFoundResponse.Externalizer.writeObject
(ObjectOutput output, CacheNotFoundResponse response)