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. |