| Package | Description |
|---|---|
| io.prestosql.metadata | |
| io.prestosql.server |
| Modifier and Type | Method and Description |
|---|---|
static NodeState |
NodeState.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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<NodeState> |
RemoteNodeState.getNodeState() |
| Modifier and Type | Method and Description |
|---|---|
Set<InternalNode> |
DiscoveryNodeManager.getNodes(NodeState state) |
Set<InternalNode> |
InternalNodeManager.getNodes(NodeState state) |
Set<InternalNode> |
InMemoryNodeManager.getNodes(NodeState state) |
| Modifier and Type | Method and Description |
|---|---|
NodeState |
ServerInfoResource.getServerState() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ServerInfoResource.updateState(NodeState state) |
Copyright © 2012–2019. All rights reserved.