Uses of Enum Class
com.hazelcast.config.MetadataPolicy
-
Uses of MetadataPolicy in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final MetadataPolicy
MapConfig.DEFAULT_METADATA_POLICY
Default metadata policyModifier 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.Modifier and TypeMethodDescriptionMapConfig.setMetadataPolicy
(MetadataPolicy metadataPolicy) Sets the metadata policy.