Package io.trino.server
Class ThreadResource
- java.lang.Object
-
- io.trino.server.ThreadResource
-
@Path("/v1/thread") public class ThreadResource extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreadResource.Infostatic classThreadResource.StackLine
-
Constructor Summary
Constructors Constructor Description ThreadResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ThreadResource.Info>getThreadInfo()
-
-
-
Method Detail
-
getThreadInfo
@ResourceSecurity(MANAGEMENT_READ) @GET @Produces("application/json") public List<ThreadResource.Info> getThreadInfo()
-
-