Uses of Class
org.apache.druid.server.coordination.SegmentLoadDropHandler.Status
-
Packages that use SegmentLoadDropHandler.Status Package Description org.apache.druid.server.coordination -
-
Uses of SegmentLoadDropHandler.Status in org.apache.druid.server.coordination
Fields in org.apache.druid.server.coordination declared as SegmentLoadDropHandler.Status Modifier and Type Field Description static SegmentLoadDropHandler.StatusSegmentLoadDropHandler.Status. PENDINGstatic SegmentLoadDropHandler.StatusSegmentLoadDropHandler.Status. SUCCESSMethods in org.apache.druid.server.coordination that return SegmentLoadDropHandler.Status Modifier and Type Method Description static SegmentLoadDropHandler.StatusSegmentLoadDropHandler.Status. failed(String cause)SegmentLoadDropHandler.StatusSegmentLoadDropHandler.DataSegmentChangeRequestAndStatus. getStatus()Constructors in org.apache.druid.server.coordination with parameters of type SegmentLoadDropHandler.Status Constructor Description DataSegmentChangeRequestAndStatus(DataSegmentChangeRequest request, SegmentLoadDropHandler.Status status)
-