Class SqlSegmentMetadataReadOnlyTransactionFactory

java.lang.Object
org.apache.druid.metadata.segment.SqlSegmentMetadataReadOnlyTransactionFactory
All Implemented Interfaces:
SegmentMetadataTransactionFactory
Direct Known Subclasses:
SqlSegmentMetadataTransactionFactory

public class SqlSegmentMetadataReadOnlyTransactionFactory extends Object implements SegmentMetadataTransactionFactory
Factory for read-only SegmentMetadataTransactions that always read directly from the metadata store and never from the SegmentMetadataCache.
See Also: