Class SegmentSchemaManager.SegmentSchemaMetadataPlus
java.lang.Object
org.apache.druid.segment.metadata.SegmentSchemaManager.SegmentSchemaMetadataPlus
- Enclosing class:
- SegmentSchemaManager
Wrapper over
SchemaPayloadPlus class to include segmentId and fingerprint information.-
Constructor Summary
ConstructorsConstructorDescriptionSegmentSchemaMetadataPlus(SegmentId segmentId, String fingerprint, SchemaPayloadPlus schemaPayloadPlus) -
Method Summary
-
Constructor Details
-
SegmentSchemaMetadataPlus
public SegmentSchemaMetadataPlus(SegmentId segmentId, String fingerprint, SchemaPayloadPlus schemaPayloadPlus)
-
-
Method Details