Uses of Interface
org.apache.druid.metadata.segment.SegmentMetadataTransaction
Packages that use SegmentMetadataTransaction
-
Uses of SegmentMetadataTransaction in org.apache.druid.metadata
Methods in org.apache.druid.metadata with parameters of type SegmentMetadataTransactionModifier and TypeMethodDescriptionprotected Set<DataSegment>IndexerSQLMetadataStorageCoordinator.insertSegments(SegmentMetadataTransaction transaction, Set<DataSegment> segments, SegmentSchemaMapping segmentSchemaMapping) protected SegmentPublishResultIndexerSQLMetadataStorageCoordinator.updateDataSourceMetadataInTransaction(SegmentMetadataTransaction transaction, String supervisorId, String dataSource, DataSourceMetadata startMetadata, DataSourceMetadata endMetadata) Compare-and-swapDataSourceMetadatafor a datasource in a transaction. -
Uses of SegmentMetadataTransaction in org.apache.druid.metadata.segment
Methods in org.apache.druid.metadata.segment that return SegmentMetadataTransactionModifier and TypeMethodDescriptionprotected SegmentMetadataTransactionSqlSegmentMetadataReadOnlyTransactionFactory.createSqlTransaction(String dataSource, org.skife.jdbi.v2.Handle handle, org.skife.jdbi.v2.TransactionStatus transactionStatus) Methods in org.apache.druid.metadata.segment with parameters of type SegmentMetadataTransactionModifier and TypeMethodDescriptionSegmentMetadataTransaction.Callback.inTransaction(SegmentMetadataTransaction transaction)