Uses of Interface
io.trino.server.ShutdownAction
-
Packages that use ShutdownAction Package Description io.trino.server io.trino.server.testing -
-
Uses of ShutdownAction in io.trino.server
Classes in io.trino.server that implement ShutdownAction Modifier and Type Class Description classDefaultShutdownActionConstructors in io.trino.server with parameters of type ShutdownAction Constructor Description GracefulShutdownHandler(TaskManager sqlTaskManager, ServerConfig serverConfig, ShutdownAction shutdownAction, io.airlift.bootstrap.LifeCycleManager lifeCycleManager) -
Uses of ShutdownAction in io.trino.server.testing
Classes in io.trino.server.testing that implement ShutdownAction Modifier and Type Class Description static classTestingTrinoServer.TestShutdownActionMethods in io.trino.server.testing that return ShutdownAction Modifier and Type Method Description ShutdownActionTestingTrinoServer. getShutdownAction()
-