Package | Description |
---|---|
com.hazelcast.client.impl.protocol.task.dynamicconfig | |
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
PredicateConfig |
PredicateConfigHolder.asPredicateConfig(SerializationService serializationService) |
Modifier and Type | Method and Description |
---|---|
static PredicateConfigHolder |
PredicateConfigHolder.of(PredicateConfig config,
SerializationService serializationService) |
Modifier and Type | Method and Description |
---|---|
PredicateConfig |
PredicateConfig.getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
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.
|
Modifier and Type | Method and Description |
---|---|
QueryCacheConfig |
QueryCacheConfig.setPredicateConfig(PredicateConfig predicateConfig)
Sets the predicate of
QueryCache . |
Constructor and Description |
---|
PredicateConfig(PredicateConfig config) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.