Uses of Enum
org.apache.drill.exec.proto.UserBitShared.FragmentState
Packages that use UserBitShared.FragmentState
-
Uses of UserBitShared.FragmentState in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserBitShared.FragmentStateModifier and TypeMethodDescriptionstatic UserBitShared.FragmentStateUserBitShared.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.FragmentStateUserBitShared.FragmentState.valueOf(int value) Deprecated.static UserBitShared.FragmentStateUserBitShared.FragmentState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserBitShared.FragmentStateReturns 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.Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.FragmentStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserBitShared.FragmentState> UserBitShared.FragmentState.internalGetValueMap()Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.FragmentStateModifier 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
Methods in org.apache.drill.exec.work.foreman that return UserBitShared.FragmentState