Uses of Class
io.trino.server.ThreadResource.StackLine
-
Packages that use ThreadResource.StackLine Package Description io.trino.server -
-
Uses of ThreadResource.StackLine in io.trino.server
Methods in io.trino.server that return types with arguments of type ThreadResource.StackLine Modifier and Type Method Description List<ThreadResource.StackLine>ThreadResource.Info. getStackTrace()Constructor parameters in io.trino.server with type arguments of type ThreadResource.StackLine Constructor Description Info(long id, String name, String state, Long lockOwnerId, List<ThreadResource.StackLine> stackTrace)
-