Package io.trino.server
Class NodeResource
java.lang.Object
io.trino.server.NodeResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
NodeResource
-
-
Method Details
-
getNodeStats
@ResourceSecurity(MANAGEMENT_READ) @GET public Collection<HeartbeatFailureDetector.Stats> getNodeStats() -
getFailed
@ResourceSecurity(MANAGEMENT_READ) @GET @Path("failed") public Collection<HeartbeatFailureDetector.Stats> getFailed()
-