Interface SearchGroups
- All Known Implementing Classes:
SearchGroupsImpl
public interface SearchGroups
Simple interface for groups and their nodes in the content cluster.
- Author:
- baldersheim
-
Method Summary
Modifier and TypeMethodDescriptionget(int id) groups()booleanhasBetterCoverageThan(long groupDocumentCount, long documentCount) default booleanisEmpty()booleanisPartialGroupCoverageSufficient(boolean currentCoverageSufficient, Collection<Node> nodes) keys()longnodes()intsize()
-
Method Details
-
get
-
keys
-
groups
Collection<Group> groups() -
isEmpty
default boolean isEmpty() -
nodes
-
size
int size() -
isPartialGroupCoverageSufficient
-
hasBetterCoverageThan
boolean hasBetterCoverageThan(long groupDocumentCount, long documentCount) -
maxDocumentCount
long maxDocumentCount()
-