Search Results for

    Show / Hide Table of Contents

    Class VirtualClusterWith

    Inheritance
    object
    VirtualClusterWith
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.VirtualizedCluster
    Assembly: OpenSearch.Net.VirtualizedCluster.dll
    Syntax
    public static class VirtualClusterWith

    Methods

    | Edit this page View Source

    ClusterManagerOnlyNodes(int, int)

    Declaration
    public static VirtualCluster ClusterManagerOnlyNodes(int numberOfNodes, int startFrom = 9200)
    Parameters
    Type Name Description
    int numberOfNodes
    int startFrom
    Returns
    Type Description
    VirtualCluster
    | Edit this page View Source

    Nodes(IEnumerable<Node>)

    Declaration
    public static VirtualCluster Nodes(IEnumerable<Node> nodes)
    Parameters
    Type Name Description
    IEnumerable<Node> nodes
    Returns
    Type Description
    VirtualCluster
    | Edit this page View Source

    Nodes(int, int)

    Declaration
    public static VirtualCluster Nodes(int numberOfNodes, int startFrom = 9200)
    Parameters
    Type Name Description
    int numberOfNodes
    int startFrom
    Returns
    Type Description
    VirtualCluster
    • Edit this page
    • View Source
    In this article
    • Methods
      • ClusterManagerOnlyNodes(int, int)
      • Nodes(IEnumerable<Node>)
      • Nodes(int, int)
    Back to top Generated by DocFX