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