Uses of Interface
io.trino.plugin.raptor.legacy.storage.StorageService
Packages that use StorageService
Package
Description
-
Uses of StorageService in io.trino.plugin.raptor.legacy.backup
Constructors in io.trino.plugin.raptor.legacy.backup with parameters of type StorageServiceModifierConstructorDescriptionBackupManager(Optional<BackupStore> backupStore, StorageService storageService, int backupThreads) BackupManager(Optional<BackupStore> backupStore, StorageService storageService, BackupConfig config) -
Uses of StorageService in io.trino.plugin.raptor.legacy.metadata
Constructors in io.trino.plugin.raptor.legacy.metadata with parameters of type StorageServiceModifierConstructorDescriptionShardCleaner(DaoSupplier<ShardDao> shardDaoSupplier, com.google.common.base.Ticker ticker, NodeManager nodeManager, StorageService storageService, Optional<BackupStore> backupStore, ShardCleanerConfig config) ShardCleaner(DaoSupplier<ShardDao> shardDaoSupplier, String currentNode, boolean coordinator, com.google.common.base.Ticker ticker, StorageService storageService, Optional<BackupStore> backupStore, io.airlift.units.Duration maxTransactionAge, io.airlift.units.Duration transactionCleanerInterval, io.airlift.units.Duration localCleanerInterval, io.airlift.units.Duration localCleanTime, io.airlift.units.Duration backupCleanerInterval, io.airlift.units.Duration backupCleanTime, int backupDeletionThreads, io.airlift.units.Duration maxCompletedTransactionAge) -
Uses of StorageService in io.trino.plugin.raptor.legacy.storage
Classes in io.trino.plugin.raptor.legacy.storage that implement StorageServiceConstructors in io.trino.plugin.raptor.legacy.storage with parameters of type StorageServiceModifierConstructorDescriptionRaptorStorageManager(NodeManager nodeManager, StorageService storageService, Optional<BackupStore> backupStore, StorageManagerConfig config, CatalogName catalogName, BackupManager backgroundBackupManager, ShardRecoveryManager recoveryManager, ShardRecorder shardRecorder, TypeManager typeManager) RaptorStorageManager(String nodeId, StorageService storageService, Optional<BackupStore> backupStore, OrcReaderOptions orcReaderOptions, BackupManager backgroundBackupManager, ShardRecoveryManager recoveryManager, ShardRecorder shardRecorder, TypeManager typeManager, String connectorId, int deletionThreads, io.airlift.units.Duration shardRecoveryTimeout, long maxShardRows, io.airlift.units.DataSize maxShardSize, io.airlift.units.DataSize minAvailableSpace) ShardEjector(NodeManager nodeManager, NodeSupplier nodeSupplier, ShardManager shardManager, StorageService storageService, StorageManagerConfig config, Optional<BackupStore> backupStore, CatalogName catalogName) ShardEjector(String currentNode, NodeSupplier nodeSupplier, ShardManager shardManager, StorageService storageService, io.airlift.units.Duration interval, Optional<BackupStore> backupStore, String connectorId) ShardRecoveryManager(StorageService storageService, Optional<BackupStore> backupStore, NodeManager nodeManager, ShardManager shardManager, io.airlift.units.Duration missingShardDiscoveryInterval, int recoveryThreads) ShardRecoveryManager(StorageService storageService, Optional<BackupStore> backupStore, NodeManager nodeManager, ShardManager shardManager, StorageManagerConfig config)