Search Results for

    Show / Hide Table of Contents

    Class ShardBalancingHeuristicsSettings

    Inheritance
    object
    ShardBalancingHeuristicsSettings
    Implements
    IShardBalancingHeuristicsSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ShardBalancingHeuristicsSettings : IShardBalancingHeuristicsSettings

    Properties

    | Edit this page View Source

    BalanceIndex

    Defines a factor to the number of shards per index allocated on a specific node (float). Defaults to 0.55f. Raising this raises the tendency to equalize the number of shards per index across all nodes in the cluster.

    Declaration
    public float? BalanceIndex { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    BalanceShard

    Defines the weight factor for shards allocated on a node (float). Defaults to 0.45f. Raising this raises the tendency to equalize the number of shards across all nodes in the cluster.

    Declaration
    public float? BalanceShard { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    BalanceThreshold

    Minimal optimization value of operations that should be performed (non negative float). Defaults to 1.0f. Raising this will cause the cluster to be less aggressive about optimizing the shard balance

    Declaration
    public float? BalanceThreshold { get; set; }
    Property Value
    Type Description
    float?

    Implements

    IShardBalancingHeuristicsSettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • BalanceIndex
      • BalanceShard
      • BalanceThreshold
    • Implements
    • Extension Methods
    Back to top Generated by DocFX