Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.topic |
Contains the API for the
ITopic . |
Modifier and Type | Field and Description |
---|---|
static TopicOverloadPolicy |
ClientReliableTopicConfig.DEFAULT_TOPIC_OVERLOAD_POLICY
The default slow consumer policy.
|
Modifier and Type | Method and Description |
---|---|
TopicOverloadPolicy |
ClientReliableTopicConfig.getTopicOverloadPolicy()
Gets the TopicOverloadPolicy for this reliable topic.
|
Modifier and Type | Method and Description |
---|---|
ClientReliableTopicConfig |
ClientReliableTopicConfig.setTopicOverloadPolicy(TopicOverloadPolicy topicOverloadPolicy)
Sets the TopicOverloadPolicy for this reliable topic.
|
Modifier and Type | Field and Description |
---|---|
static TopicOverloadPolicy |
ReliableTopicConfig.DEFAULT_TOPIC_OVERLOAD_POLICY
The default slow consumer policy.
|
Modifier and Type | Method and Description |
---|---|
TopicOverloadPolicy |
ReliableTopicConfig.getTopicOverloadPolicy()
Gets the TopicOverloadPolicy for this reliable topic.
|
Modifier and Type | Method and Description |
---|---|
ReliableTopicConfig |
ReliableTopicConfig.setTopicOverloadPolicy(TopicOverloadPolicy topicOverloadPolicy)
Sets the TopicOverloadPolicy for this reliable topic.
|
Modifier and Type | Method and Description |
---|---|
static TopicOverloadPolicy |
TopicOverloadPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicOverloadPolicy[] |
TopicOverloadPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.