Class SegmentChangeRequestLoad
java.lang.Object
org.apache.druid.server.coordination.SegmentChangeRequestLoad
- All Implemented Interfaces:
DataSegmentChangeRequest
-
Constructor Summary
ConstructorsConstructorDescriptionTo 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.SegmentChangeRequestLoad(DataSegment segment) -
Method Summary
Modifier and TypeMethodDescriptionasString()booleanvoidgo(DataSegmentChangeHandler handler, DataSegmentChangeCallback callback) inthashCode()toString()
-
Constructor Details
-
SegmentChangeRequestLoad
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. -
SegmentChangeRequestLoad
-
-
Method Details
-
go
- Specified by:
goin interfaceDataSegmentChangeRequest
-
getSegment
-
asString
- Specified by:
asStringin interfaceDataSegmentChangeRequest
-
equals
-
hashCode
public int hashCode() -
toString
-