Class ComposedFilterConverterFactory
java.lang.Object
org.infinispan.server.resp.filter.ComposedFilterConverterFactory
- All Implemented Interfaces:
org.infinispan.filter.KeyValueFilterConverterFactory<byte[],,Object, Object> org.infinispan.filter.ParamKeyValueFilterConverterFactory<byte[],Object, Object>
public class ComposedFilterConverterFactory
extends Object
implements org.infinispan.filter.ParamKeyValueFilterConverterFactory<byte[],Object,Object>
Creates a
ComposedFilterConverter.
During the allocation of the filter, the parameters must be a byte[][] and have the expected format. Only
an exhaustive list of filters are accepted to be composed. Which includes:
To add more filters, the clazzToByte(Class) needs to be updated, along with the allocation to compose the
filters.
- Since:
- 15.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconvertFiltersFormat(Map<Class<?>, List<byte[]>> filters) getFilterConverter(Object[] params) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
getFilterConverter
-
Constructor Details
-
ComposedFilterConverterFactory
public ComposedFilterConverterFactory()
-
-
Method Details
-
getFilterConverter
-
binaryParam
public boolean binaryParam() -
convertFiltersFormat
-