Uses of Interface
io.trino.plugin.raptor.legacy.metadata.ShardRecorder
Packages that use ShardRecorder
-
Uses of ShardRecorder in io.trino.plugin.raptor.legacy.metadata
Classes in io.trino.plugin.raptor.legacy.metadata that implement ShardRecorder -
Uses of ShardRecorder in io.trino.plugin.raptor.legacy.storage
Constructors in io.trino.plugin.raptor.legacy.storage with parameters of type ShardRecorderModifierConstructorDescriptionRaptorStorageManager(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)