Class NodeSummaryList
java.lang.Object
org.graylog2.rest.models.system.cluster.responses.NodeSummaryList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeSummaryListcreate(List<NodeSummary> nodes) static NodeSummaryListcreate(List<NodeSummary> nodes, int total) abstract List<NodeSummary>nodes()abstract inttotal()
-
Constructor Details
-
NodeSummaryList
public NodeSummaryList()
-
-
Method Details
-
nodes
-
total
public abstract int total() -
create
-
create
-