Package io.trino.server
Class ThreadResource.Info
java.lang.Object
io.trino.server.ThreadResource.Info
- Enclosing class:
ThreadResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Comparator<ThreadResource.Info> byName()longgetId()getName()getState()
-
Constructor Details
-
Info
public Info(long id, String name, String state, Long lockOwnerId, List<ThreadResource.StackLine> stackTrace)
-
-
Method Details
-
getId
public long getId() -
getName
-
getState
-
getLockOwnerId
-
getStackTrace
-
byName
-