Uses of Class
org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter
-
Packages that use KeyFilterAsCacheEventFilter Package Description org.infinispan.notifications.cachelistener.filter Cache-specific notifications and eventing filtering classes. -
-
Uses of KeyFilterAsCacheEventFilter in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter that return KeyFilterAsCacheEventFilter Modifier and Type Method Description KeyFilterAsCacheEventFilterKeyFilterAsCacheEventFilter.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.notifications.cachelistener.filter that return types with arguments of type KeyFilterAsCacheEventFilter Modifier and Type Method Description java.util.Set<java.lang.Class<? extends KeyFilterAsCacheEventFilter>>KeyFilterAsCacheEventFilter.Externalizer. getTypeClasses()Methods in org.infinispan.notifications.cachelistener.filter with parameters of type KeyFilterAsCacheEventFilter Modifier and Type Method Description voidKeyFilterAsCacheEventFilter.Externalizer. writeObject(java.io.ObjectOutput output, KeyFilterAsCacheEventFilter object)
-