Uses of Package
org.apache.druid.segment.loading
Packages that use org.apache.druid.segment.loading
Package
Description
-
Classes in org.apache.druid.segment.loading used by org.apache.druid.guiceClassDescriptionDataSegmentArchiver knows how to archive segments.DataSegmentKiller knows how to kill segments from the Druid system.DataSegmentMover knows how to move the segment location from one to another.
-
Classes in org.apache.druid.segment.loading used by org.apache.druid.segment
-
Classes in org.apache.druid.segment.loading used by org.apache.druid.segment.loadingClassDescriptionThis class represents an intent to acquire a reference to a
Segmentand then use it to do stuff, and finally closing when done.Wraps aReferenceCountedObjectProvider<Segment>with additional measurements about segment loading, if it was requiredA means of pulling segment files into a destination directoryFactory that loads segment files from the disk and createsSegmentobjectResult of killing data segments usingDataSegmentKiller.