Uses of Class
org.apache.druid.server.coordination.SegmentLoadDropHandler.Status.STATE
-
Packages that use SegmentLoadDropHandler.Status.STATE Package Description org.apache.druid.server.coordination -
-
Uses of SegmentLoadDropHandler.Status.STATE in org.apache.druid.server.coordination
Methods in org.apache.druid.server.coordination that return SegmentLoadDropHandler.Status.STATE Modifier and Type Method Description SegmentLoadDropHandler.Status.STATESegmentLoadDropHandler.Status. getState()static SegmentLoadDropHandler.Status.STATESegmentLoadDropHandler.Status.STATE. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentLoadDropHandler.Status.STATE[]SegmentLoadDropHandler.Status.STATE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-