Uses of Enum Class
com.hazelcast.config.MetadataPolicy
Packages that use MetadataPolicy
-
Uses of MetadataPolicy in com.hazelcast.config
Fields in com.hazelcast.config declared as MetadataPolicyModifier and TypeFieldDescriptionstatic final MetadataPolicy
MapConfig.DEFAULT_METADATA_POLICY
Default metadata policyMethods in com.hazelcast.config that return MetadataPolicyModifier and TypeMethodDescriptionstatic MetadataPolicy
MetadataPolicy.getById
(int id) Returns the MetadataPolicy for the given ID.MapConfig.getMetadataPolicy()
ReturnsMetadataPolicy
for this map.static MetadataPolicy
Returns the enum constant of this class with the specified name.static MetadataPolicy[]
MetadataPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config with parameters of type MetadataPolicyModifier and TypeMethodDescriptionMapConfig.setMetadataPolicy
(MetadataPolicy metadataPolicy) Sets the metadata policy.