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