Interface ClusterFilter

    • Method Detail

      • apply

        List<ClusterNode> apply​(List<ClusterNode> nodes)
        Applies this filter to the specified group of cluster nodes and returns a new set of only those nodes that were accepted by this filter.
        Parameters:
        nodes - Nodes to filter.
        Returns:
        New set of nodes that were accepted by this filter or an empty set if none of the nodes were accepted.