Search Results for

    Show / Hide Table of Contents

    Interface IClusterNodeFilter

    Represents cluster node filter.

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

    Methods

    Invoke(IClusterNode)

    Returns a value indicating whether provided node satisfies this predicate.

    Declaration
    bool Invoke(IClusterNode node)
    Parameters
    Type Name Description
    IClusterNode node

    Cluster node.

    Returns
    Type Description
    System.Boolean

    Value indicating whether provided node satisfies this predicate.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation