Uses of Class
org.apache.drill.exec.proto.BitControl.FragmentStatus
Packages that use BitControl.FragmentStatus
Package
Description
-
Uses of BitControl.FragmentStatus in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type BitControl.FragmentStatusModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitControl.FragmentStatus> BitControl.FragmentStatus.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return BitControl.FragmentStatusModifier and TypeMethodDescriptionBitControl.FragmentStatus.Builder.build()BitControl.FragmentStatus.Builder.buildPartial()static BitControl.FragmentStatusBitControl.FragmentStatus.getDefaultInstance()BitControl.FragmentStatus.Builder.getDefaultInstanceForType()BitControl.FragmentStatus.getDefaultInstanceForType()BitControl.BitStatus.Builder.getFragmentStatus(int index) repeated .exec.bit.control.FragmentStatus fragment_status = 1;BitControl.BitStatus.getFragmentStatus(int index) repeated .exec.bit.control.FragmentStatus fragment_status = 1;BitControl.BitStatusOrBuilder.getFragmentStatus(int index) repeated .exec.bit.control.FragmentStatus fragment_status = 1;SchemaBitControl.FragmentStatus.MessageSchema.newMessage()static BitControl.FragmentStatusBitControl.FragmentStatus.parseDelimitedFrom(InputStream input) static BitControl.FragmentStatusBitControl.FragmentStatus.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(byte[] data) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(com.google.protobuf.ByteString data) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(com.google.protobuf.CodedInputStream input) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(InputStream input) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(ByteBuffer data) static BitControl.FragmentStatusBitControl.FragmentStatus.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type BitControl.FragmentStatusModifier and TypeMethodDescriptionBitControl.BitStatus.Builder.getFragmentStatusList()repeated .exec.bit.control.FragmentStatus fragment_status = 1;BitControl.BitStatus.getFragmentStatusList()repeated .exec.bit.control.FragmentStatus fragment_status = 1;BitControl.BitStatusOrBuilder.getFragmentStatusList()repeated .exec.bit.control.FragmentStatus fragment_status = 1;com.google.protobuf.Parser<BitControl.FragmentStatus> BitControl.FragmentStatus.getParserForType()static com.google.protobuf.Parser<BitControl.FragmentStatus> BitControl.FragmentStatus.parser()SchemaBitControl.FragmentStatus.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type BitControl.FragmentStatusModifier and TypeMethodDescriptionBitControl.BitStatus.Builder.addFragmentStatus(int index, BitControl.FragmentStatus value) repeated .exec.bit.control.FragmentStatus fragment_status = 1;BitControl.BitStatus.Builder.addFragmentStatus(BitControl.FragmentStatus value) repeated .exec.bit.control.FragmentStatus fragment_status = 1;booleanSchemaBitControl.FragmentStatus.MessageSchema.isInitialized(BitControl.FragmentStatus message) BitControl.FragmentStatus.Builder.mergeFrom(BitControl.FragmentStatus other) voidSchemaBitControl.FragmentStatus.MessageSchema.mergeFrom(io.protostuff.Input input, BitControl.FragmentStatus message) BitControl.FragmentStatus.newBuilder(BitControl.FragmentStatus prototype) BitControl.BitStatus.Builder.setFragmentStatus(int index, BitControl.FragmentStatus value) repeated .exec.bit.control.FragmentStatus fragment_status = 1;voidSchemaBitControl.FragmentStatus.MessageSchema.writeTo(io.protostuff.Output output, BitControl.FragmentStatus message) Method parameters in org.apache.drill.exec.proto with type arguments of type BitControl.FragmentStatusModifier and TypeMethodDescriptionBitControl.BitStatus.Builder.addAllFragmentStatus(Iterable<? extends BitControl.FragmentStatus> values) repeated .exec.bit.control.FragmentStatus fragment_status = 1; -
Uses of BitControl.FragmentStatus in org.apache.drill.exec.rpc.control
Methods in org.apache.drill.exec.rpc.control that return BitControl.FragmentStatusMethods in org.apache.drill.exec.rpc.control with parameters of type BitControl.FragmentStatusModifier and TypeMethodDescriptionControlTunnel.sendFragmentStatus(BitControl.FragmentStatus status) voidWorkEventBus.statusUpdate(BitControl.FragmentStatus status) Constructors in org.apache.drill.exec.rpc.control with parameters of type BitControl.FragmentStatus -
Uses of BitControl.FragmentStatus in org.apache.drill.exec.work.batch
Methods in org.apache.drill.exec.work.batch with parameters of type BitControl.FragmentStatusModifier and TypeMethodDescriptionControlMessageHandler.requestFragmentStatus(BitControl.FragmentStatus status) -
Uses of BitControl.FragmentStatus in org.apache.drill.exec.work.foreman
Methods in org.apache.drill.exec.work.foreman with parameters of type BitControl.FragmentStatusModifier and TypeMethodDescriptionvoidFragmentData.setStatus(BitControl.FragmentStatus newStatus) Update the status for this fragment.voidFragmentStatusListener.statusUpdate(BitControl.FragmentStatus status) -
Uses of BitControl.FragmentStatus in org.apache.drill.exec.work.fragment
Methods in org.apache.drill.exec.work.fragment that return BitControl.FragmentStatusModifier and TypeMethodDescriptionFragmentExecutor.getStatus()Returns the current fragment status if the fragment is running.