Search Results for

    Show / Hide Table of Contents

    Interface IBaselineNode

    Baseline topology node (see GetBaselineTopology()).

    Namespace: Apache.Ignite.Core.Cluster
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface IBaselineNode

    Properties

    Attributes

    Gets all node attributes. Attributes are assigned to nodes at startup.

    Declaration
    IDictionary<string, object> Attributes { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>

    ConsistentId

    Gets the consistent ID from ConsistentId.

    Declaration
    object ConsistentId { get; }
    Property Value
    Type Description
    System.Object
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation