Uses of Class
io.trino.metadata.NodeState
-
Packages that use NodeState Package Description io.trino.metadata io.trino.server -
-
Uses of NodeState in io.trino.metadata
Methods in io.trino.metadata that return NodeState Modifier and Type Method Description static NodeStateNodeState. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeState[]NodeState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.metadata that return types with arguments of type NodeState Modifier and Type Method Description Optional<NodeState>RemoteNodeState. getNodeState()Methods in io.trino.metadata with parameters of type NodeState Modifier and Type Method Description Set<InternalNode>DiscoveryNodeManager. getNodes(NodeState state)Set<InternalNode>InMemoryNodeManager. getNodes(NodeState state)Set<InternalNode>InternalNodeManager. getNodes(NodeState state) -
Uses of NodeState in io.trino.server
Methods in io.trino.server that return NodeState Modifier and Type Method Description NodeStateServerInfoResource. getServerState()Methods in io.trino.server with parameters of type NodeState Modifier and Type Method Description javax.ws.rs.core.ResponseServerInfoResource. updateState(NodeState state)
-