Uses of Enum
org.apache.drill.exec.proto.UserBitShared.FragmentState
-
Uses of UserBitShared.FragmentState in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionstatic UserBitShared.FragmentState
UserBitShared.FragmentState.forNumber
(int value) UserBitShared.MinorFragmentProfile.Builder.getState()
optional .exec.shared.FragmentState state = 1;
UserBitShared.MinorFragmentProfile.getState()
optional .exec.shared.FragmentState state = 1;
UserBitShared.MinorFragmentProfileOrBuilder.getState()
optional .exec.shared.FragmentState state = 1;
static UserBitShared.FragmentState
UserBitShared.FragmentState.valueOf
(int value) Deprecated.static UserBitShared.FragmentState
UserBitShared.FragmentState.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserBitShared.FragmentState
Returns the enum constant of this type with the specified name.static UserBitShared.FragmentState[]
UserBitShared.FragmentState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserBitShared.FragmentState>
UserBitShared.FragmentState.internalGetValueMap()
Modifier and TypeMethodDescriptionUserBitShared.MinorFragmentProfile.Builder.setState
(UserBitShared.FragmentState value) optional .exec.shared.FragmentState state = 1;
-
Uses of UserBitShared.FragmentState in org.apache.drill.exec.work.foreman