Uses of Class
org.infinispan.filter.KeyValueFilterAsKeyFilter
-
Packages that use KeyValueFilterAsKeyFilter Package Description org.infinispan.filter Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader. -
-
Uses of KeyValueFilterAsKeyFilter in org.infinispan.filter
Methods in org.infinispan.filter that return KeyValueFilterAsKeyFilter Modifier and Type Method Description KeyValueFilterAsKeyFilterKeyValueFilterAsKeyFilter.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.filter that return types with arguments of type KeyValueFilterAsKeyFilter Modifier and Type Method Description java.util.Set<java.lang.Class<? extends KeyValueFilterAsKeyFilter>>KeyValueFilterAsKeyFilter.Externalizer. getTypeClasses()Methods in org.infinispan.filter with parameters of type KeyValueFilterAsKeyFilter Modifier and Type Method Description voidKeyValueFilterAsKeyFilter.Externalizer. writeObject(java.io.ObjectOutput output, KeyValueFilterAsKeyFilter object)
-