Interface MySqlShardDao
- All Superinterfaces:
ShardDao
-
Field Summary
Fields inherited from interface io.trino.plugin.raptor.legacy.metadata.ShardDao
CLEANABLE_SHARDS_BATCH_SIZE, CLEANUP_TRANSACTIONS_BATCH_SIZE, SHARD_METADATA_COLUMNS -
Method Summary
Modifier and TypeMethodDescriptionintdeleteOldCompletedTransactions(Timestamp maxEndTime) voiddropShardNodes(long tableId) voidinsertDeletedShards(Iterable<UUID> shardUuids) Methods inherited from interface io.trino.plugin.raptor.legacy.metadata.ShardDao
abortOldTransactions, deleteCleanedShards, deleteCreatedShards, deleteCreatedShards, deleteShardNodes, dropShards, externalBatchExists, finalizeTransaction, getBucketNodes, getCleanableShardsBatch, getDistributionSizeBytes, getNodeId, getNodeIdentifier, getNodes, getNodeShards, getNodeSizes, getOldCreatedShardsBatch, getShard, insertBuckets, insertCreatedShard, insertDeletedShards, insertExternalBatch, insertNode, insertShardNode, insertTransaction, listActiveDistributions, transactionSuccessful, updateBucketNode
-
Method Details
-
dropShardNodes
void dropShardNodes(long tableId) - Specified by:
dropShardNodesin interfaceShardDao
-
insertDeletedShards
- Specified by:
insertDeletedShardsin interfaceShardDao
-
deleteOldCompletedTransactions
- Specified by:
deleteOldCompletedTransactionsin interfaceShardDao
-