Package | Description |
---|---|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
Modifier and Type | Method and Description |
---|---|
static ConfigCheckMode |
ConfigCheckMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigCheckMode[] |
ConfigCheckMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterWideConfigurationService.registerConfigLocally(IdentifiedDataSerializable newConfig,
ConfigCheckMode configCheckMode)
Register a dynamic configuration in a local member.
|
Constructor and Description |
---|
DynamicConfigPreJoinOperation(IdentifiedDataSerializable[] configs,
ConfigCheckMode configCheckMode) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.