Uses of Enum Class
org.graylog2.cluster.nodes.DataNodeStatus
Packages that use DataNodeStatus
-
Uses of DataNodeStatus in org.graylog2.bootstrap.preflight.web.resources
Methods in org.graylog2.bootstrap.preflight.web.resources that return DataNodeStatusModifier and TypeMethodDescriptionPreflightResource.DataNode.dataNodeStatus()Returns the value of thedataNodeStatusrecord component.Constructors in org.graylog2.bootstrap.preflight.web.resources with parameters of type DataNodeStatusModifierConstructorDescriptionDataNode(String nodeId, String transportAddress, DataNodeProvisioningConfig.State status, String errorMsg, String hostname, String shortNodeId, DataNodeStatus dataNodeStatus) Creates an instance of aDataNoderecord class. -
Uses of DataNodeStatus in org.graylog2.cluster.nodes
Methods in org.graylog2.cluster.nodes that return DataNodeStatusModifier and TypeMethodDescriptionabstract DataNodeStatusDataNodeDto.getDataNodeStatus()DataNodeEntity.getDataNodeStatus()static DataNodeStatusReturns the enum constant of this class with the specified name.static DataNodeStatus[]DataNodeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.cluster.nodes with parameters of type DataNodeStatusModifier and TypeMethodDescriptionabstract DataNodeDto.BuilderDataNodeDto.Builder.setDataNodeStatus(DataNodeStatus dataNodeStatus)