Uses of Interface
io.trino.plugin.raptor.legacy.backup.BackupStore
Packages that use BackupStore
Package
Description
-
Uses of BackupStore in io.trino.plugin.raptor.legacy.backup
Classes in io.trino.plugin.raptor.legacy.backup that implement BackupStoreModifier and TypeClassDescriptionclassclassclassclassConstructors in io.trino.plugin.raptor.legacy.backup with parameters of type BackupStoreModifierConstructorDescriptionManagedBackupStore(BackupStore store) TimeoutBackupStore(BackupStore store, String connectorId, io.airlift.units.Duration timeout, int maxThreads) Constructor parameters in io.trino.plugin.raptor.legacy.backup with type arguments of type BackupStoreModifierConstructorDescriptionBackupManager(Optional<BackupStore> backupStore, StorageService storageService, int backupThreads) BackupManager(Optional<BackupStore> backupStore, StorageService storageService, BackupConfig config) BackupServiceManager(Optional<BackupStore> backupStore) -
Uses of BackupStore in io.trino.plugin.raptor.legacy.metadata
Constructor parameters in io.trino.plugin.raptor.legacy.metadata with type arguments of type BackupStoreModifierConstructorDescriptionShardCleaner(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 BackupStore in io.trino.plugin.raptor.legacy.storage
Constructor parameters in io.trino.plugin.raptor.legacy.storage with type arguments of type BackupStoreModifierConstructorDescriptionRaptorStorageManager(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)