Uses of Class
com.hazelcast.config.PredicateConfig

Packages that use PredicateConfig
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of PredicateConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return PredicateConfig
 PredicateConfig PredicateConfig.getAsReadOnly()
           
 PredicateConfig QueryCacheConfig.getPredicateConfig()
          Returns the predicate of QueryCache.
 PredicateConfig PredicateConfig.setClassName(String className)
          Sets the class name of the Predicate.
 PredicateConfig PredicateConfig.setImplementation(Predicate implementation)
          Sets the Predicate implementation.
 

Methods in com.hazelcast.config with parameters of type PredicateConfig
 QueryCacheConfig QueryCacheConfig.setPredicateConfig(PredicateConfig predicateConfig)
          Sets the predicate of QueryCache.
 

Constructors in com.hazelcast.config with parameters of type PredicateConfig
PredicateConfig(PredicateConfig config)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.