Uses of Class
org.graylog2.rest.models.system.cluster.responses.NodeSummary
Packages that use NodeSummary
Package
Description
-
Uses of NodeSummary in org.graylog2.rest.models.system.cluster.responses
Methods in org.graylog2.rest.models.system.cluster.responses that return NodeSummaryModifier and TypeMethodDescriptionstatic NodeSummaryNodeSummary.create(String clusterId, String nodeId, String type, boolean isLeader, String transportAddress, String lastSeen, String shortNodeId, String hostname) Methods in org.graylog2.rest.models.system.cluster.responses that return types with arguments of type NodeSummaryMethod parameters in org.graylog2.rest.models.system.cluster.responses with type arguments of type NodeSummaryModifier and TypeMethodDescriptionstatic NodeSummaryListNodeSummaryList.create(List<NodeSummary> nodes) static NodeSummaryListNodeSummaryList.create(List<NodeSummary> nodes, int total) -
Uses of NodeSummary in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system that return NodeSummary