Interface H2ShardDao
- 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) voidinsertDeletedShards(Iterable<UUID> shardUuids) Methods inherited from interface io.trino.plugin.raptor.legacy.metadata.ShardDao
abortOldTransactions, deleteCleanedShards, deleteCreatedShards, deleteCreatedShards, deleteShardNodes, dropShardNodes, 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
-
insertDeletedShards
- Specified by:
insertDeletedShardsin interfaceShardDao
-
deleteOldCompletedTransactions
- Specified by:
deleteOldCompletedTransactionsin interfaceShardDao
-