Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
PredicateConfig |
PredicateConfig.setSql(String sql)
Sets sql string for this config.
|
Modifier and Type | Method and Description |
---|---|
QueryCacheConfig |
QueryCacheConfig.setPredicateConfig(PredicateConfig predicateConfig)
Sets the predicate of
QueryCache . |
Constructor and Description |
---|
PredicateConfig(PredicateConfig config) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.