Uses of Class
com.hazelcast.config.PredicateConfig
Packages that use PredicateConfig
-
Uses of PredicateConfig in com.hazelcast.config
Methods in com.hazelcast.config that return PredicateConfigModifier and TypeMethodDescriptionQueryCacheConfig.getPredicateConfig()
Returns the predicate ofQueryCache
.PredicateConfig.setClassName
(String className) Sets the class name of the Predicate.PredicateConfig.setImplementation
(Predicate implementation) Sets the Predicate implementation.Sets sql string for this config.Methods in com.hazelcast.config with parameters of type PredicateConfigModifier and TypeMethodDescriptionQueryCacheConfig.setPredicateConfig
(PredicateConfig predicateConfig) Sets the predicate ofQueryCache
.Constructors in com.hazelcast.config with parameters of type PredicateConfig