Interface SearchGroups

All Known Implementing Classes:
SearchGroupsImpl

public interface SearchGroups
Simple interface for groups and their nodes in the content cluster
Author:
baldersheim
  • Method Details

    • get

      Group get(int id)
    • keys

      Set<Integer> keys()
    • groups

      Collection<Group> groups()
    • isEmpty

      default boolean isEmpty()
    • nodes

      default Set<Node> nodes()
    • size

      int size()
    • isPartialGroupCoverageSufficient

      boolean isPartialGroupCoverageSufficient(Collection<Node> nodes)