Uses of Interface
io.trino.tempto.fulfillment.table.TableManager
Packages that use TableManager
Package
Description
-
Uses of TableManager in io.trino.tempto
Methods in io.trino.tempto that return types with arguments of type TableManagerModifier and TypeMethodDescriptiondefault List<Class<? extends TableManager>>TemptoPlugin.getTableManagers() -
Uses of TableManager in io.trino.tempto.fulfillment.table
Classes in io.trino.tempto.fulfillment.table that implement TableManagerModifier and TypeClassDescriptionclassReadOnlyTableManager<T extends TableDefinition>Table manager for read only databases.Methods in io.trino.tempto.fulfillment.table that return TableManagerModifier and TypeMethodDescriptionTableManagerDispatcher.getTableManagerFor(TableDefinition tableDefinition, TableHandle tableHandle) default <T extends TableDefinition>
TableManager<T>TableManagerDispatcher.getTableManagerFor(TableInstance<T> tableInstance) default <T extends TableDefinition>
TableManager<T>TableManagerDispatcher.getTableManagerFor(T tableDefinition) Methods in io.trino.tempto.fulfillment.table that return types with arguments of type TableManager -
Uses of TableManager in io.trino.tempto.internal.fulfillment.table
Classes in io.trino.tempto.internal.fulfillment.table that implement TableManagerMethods in io.trino.tempto.internal.fulfillment.table that return TableManagerModifier and TypeMethodDescriptionDefaultTableManagerDispatcher.getTableManagerFor(TableDefinition tableDefinition, TableHandle tableHandle) Methods in io.trino.tempto.internal.fulfillment.table that return types with arguments of type TableManagerMethods in io.trino.tempto.internal.fulfillment.table with parameters of type TableManagerModifier and TypeMethodDescriptionprotected TableInstanceImmutableTablesFulfiller.createTable(TableManager tableManager, ImmutableTableRequirement tableRequirement) protected TableInstanceMutableTablesFulfiller.createTable(TableManager tableManager, MutableTableRequirement tableRequirement) protected abstract TableInstanceTableRequirementFulfiller.createTable(TableManager tableManager, T tableRequirement) Constructor parameters in io.trino.tempto.internal.fulfillment.table with type arguments of type TableManagerModifierConstructorDescriptionDefaultTableManagerDispatcher(Map<String, TableManager> tableManagers) -
Uses of TableManager in io.trino.tempto.internal.fulfillment.table.cassandra
Classes in io.trino.tempto.internal.fulfillment.table.cassandra that implement TableManager -
Uses of TableManager in io.trino.tempto.internal.fulfillment.table.hive
Classes in io.trino.tempto.internal.fulfillment.table.hive that implement TableManager -
Uses of TableManager in io.trino.tempto.internal.fulfillment.table.jdbc
Classes in io.trino.tempto.internal.fulfillment.table.jdbc that implement TableManager -
Uses of TableManager in io.trino.tempto.internal.initialization
Methods in io.trino.tempto.internal.initialization that return types with arguments of type TableManagerModifier and TypeMethodDescriptionList<Class<? extends TableManager>>TemptoBuiltins.getTableManagers()