Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
Modifier and Type | Method and Description |
---|---|
MemberAttributeConfig |
ClientDynamicClusterConfig.getMemberAttributeConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ClientDynamicClusterConfig.setMemberAttributeConfig(MemberAttributeConfig memberAttributeConfig) |
Modifier and Type | Class and Description |
---|---|
class |
MemberAttributeConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
MemberAttributeConfig |
MemberAttributeConfig.asReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
MemberAttributeConfig |
Config.getMemberAttributeConfig()
Returns the member attribute configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Config.setMemberAttributeConfig(MemberAttributeConfig memberAttributeConfig)
Sets the member attribute configuration.
|
Constructor and Description |
---|
MemberAttributeConfig(MemberAttributeConfig source) |
Modifier and Type | Method and Description |
---|---|
MemberAttributeConfig |
DynamicConfigurationAwareConfig.getMemberAttributeConfig() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicConfigurationAwareConfig.setMemberAttributeConfig(MemberAttributeConfig memberAttributeConfig) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.