Uses of Class
org.apache.druid.server.coordination.LoadableDataSegment
-
Packages that use LoadableDataSegment Package Description org.apache.druid.server.coordination -
-
Uses of LoadableDataSegment in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type LoadableDataSegment Constructor Description SegmentChangeRequestLoad(LoadableDataSegment segment)To avoid pruning of the loadSpec on the broker, needed when the broker is loading broadcast segments, we deserialize into anLoadableDataSegment, which never removes the loadSpec.
-