.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    MaxSizePolicy Enum

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents the maximum size policy.

    public enum MaxSizePolicy

    Fields

    EntryCount

    Policy based on maximum number of entries stored per data structure (map, cache etc)

    FreeHeapPercentage

    Policy based on minimum free JVM heap memory percentage per JVM

    FreeHeapSize

    Policy based on minimum free JVM heap memory in megabytes per JVM

    FreeNativeMemoryPercentage

    Policy based on minimum free native memory percentage per Hazelcast instance

    FreeNativeMemorySize

    Policy based on minimum free native memory in megabytes per Hazelcast instance

    PerNode

    Policy based on maximum number of entries stored per data structure (map, cache etc) on each Hazelcast instance

    PerPartition

    Policy based on maximum number of entries stored per data structure (map, cache etc) on each partition

    UsedHeapPercentage

    Policy based on maximum used JVM heap memory percentage per data structure (map, cache etc) on each Hazelcast instance

    UsedHeapSize

    Policy based on maximum used JVM heap memory in megabytes per data structure (map, cache etc) on each Hazelcast instance

    UsedNativeMemoryPercentage

    Policy based on maximum used native memory percentage per data structure (map, cache etc) on each Hazelcast instance

    UsedNativeMemorySize

    Policy based on maximum used native memory in megabytes per data structure (map, cache etc) on each Hazelcast instance

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.