Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Field and Description |
---|---|
static MetadataPolicy |
MapConfig.DEFAULT_METADATA_POLICY
Default metadata policy
|
Modifier and Type | Method and Description |
---|---|
static MetadataPolicy |
MetadataPolicy.getById(int id)
Returns the MetadataPolicy for the given ID.
|
MetadataPolicy |
MapConfig.getMetadataPolicy()
Returns
MetadataPolicy for this map. |
static MetadataPolicy |
MetadataPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataPolicy[] |
MetadataPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setMetadataPolicy(MetadataPolicy metadataPolicy)
Sets the metadata policy.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.