Uses of Annotation Interface
io.trino.plugin.raptor.legacy.metadata.ForMetadata
Packages that use ForMetadata
Package
Description
-
Uses of ForMetadata in io.trino.plugin.raptor.legacy
Methods in io.trino.plugin.raptor.legacy with annotations of type ForMetadataModifier and TypeMethodDescriptionstatic org.jdbi.v3.core.JdbiRaptorModule.createJdbi(org.jdbi.v3.core.ConnectionFactory connectionFactory, TypeManager typeManager) Method parameters in io.trino.plugin.raptor.legacy with annotations of type ForMetadataModifier and TypeMethodDescriptionstatic org.jdbi.v3.core.JdbiRaptorModule.createJdbi(org.jdbi.v3.core.ConnectionFactory connectionFactory, TypeManager typeManager) Constructor parameters in io.trino.plugin.raptor.legacy with annotations of type ForMetadataModifierConstructorDescriptionRaptorConnector(io.airlift.bootstrap.LifeCycleManager lifeCycleManager, NodeManager nodeManager, RaptorMetadataFactory metadataFactory, RaptorSplitManager splitManager, RaptorPageSourceProvider pageSourceProvider, RaptorPageSinkProvider pageSinkProvider, RaptorNodePartitioningProvider nodePartitioningProvider, RaptorSessionProperties sessionProperties, RaptorTableProperties tableProperties, Set<SystemTable> systemTables, Optional<ConnectorAccessControl> accessControl, org.jdbi.v3.core.Jdbi dbi) RaptorMetadataFactory(org.jdbi.v3.core.Jdbi dbi, ShardManager shardManager) -
Uses of ForMetadata in io.trino.plugin.raptor.legacy.metadata
Constructor parameters in io.trino.plugin.raptor.legacy.metadata with annotations of type ForMetadataModifierConstructorDescriptionDatabaseShardManager(org.jdbi.v3.core.Jdbi dbi, DaoSupplier<ShardDao> shardDaoSupplier, NodeSupplier nodeSupplier, AssignmentLimiter assignmentLimiter, com.google.common.base.Ticker ticker, MetadataConfig config) -
Uses of ForMetadata in io.trino.plugin.raptor.legacy.storage.organization
Constructor parameters in io.trino.plugin.raptor.legacy.storage.organization with annotations of type ForMetadataModifierConstructorDescriptionOrganizationJobFactory(org.jdbi.v3.core.Jdbi dbi, ShardManager shardManager, ShardCompactor compactor) ShardCompactionManager(org.jdbi.v3.core.Jdbi dbi, NodeManager nodeManager, ShardManager shardManager, ShardOrganizer organizer, StorageManagerConfig config) ShardOrganizationManager(org.jdbi.v3.core.Jdbi dbi, NodeManager nodeManager, ShardManager shardManager, ShardOrganizer organizer, StorageManagerConfig config) -
Uses of ForMetadata in io.trino.plugin.raptor.legacy.systemtables
Constructor parameters in io.trino.plugin.raptor.legacy.systemtables with annotations of type ForMetadataModifierConstructorDescriptionShardMetadataSystemTable(org.jdbi.v3.core.Jdbi dbi) TableMetadataSystemTable(org.jdbi.v3.core.Jdbi dbi, TypeManager typeManager) TableStatsSystemTable(org.jdbi.v3.core.Jdbi dbi)