Uses of Enum Class
io.trino.plugin.atop.AtopTable
-
Uses of AtopTable in io.trino.plugin.atop
Methods in io.trino.plugin.atop that return AtopTableModifier and TypeMethodDescriptionAtopTableHandle.getTable()static AtopTableReturns the enum constant of this class with the specified name.static AtopTable[]AtopTable.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.atop with parameters of type AtopTableModifier and TypeMethodDescriptionAtopFactory.create(AtopTable table, ZonedDateTime date) AtopProcessFactory.create(AtopTable table, ZonedDateTime date) Constructors in io.trino.plugin.atop with parameters of type AtopTableModifierConstructorDescriptionAtopPageSource(Semaphore readerPermits, AtopFactory atopFactory, ConnectorSession session, io.airlift.slice.Slice hostIp, AtopTable table, ZonedDateTime date, List<AtopTable.AtopColumn> columns, List<Type> types) AtopTableHandle(String schema, AtopTable table) AtopTableHandle(String schema, AtopTable table, Domain startTimeConstraint, Domain endTimeConstraint)