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.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return BitControl.FragmentStatusModifier and TypeMethodDescriptionBitControl.FragmentStatus.Builder.build()
BitControl.FragmentStatus.Builder.buildPartial()
static BitControl.FragmentStatus
BitControl.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.FragmentStatus
BitControl.FragmentStatus.parseDelimitedFrom
(InputStream input) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseFrom
(byte[] data) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseFrom
(com.google.protobuf.ByteString data) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseFrom
(com.google.protobuf.CodedInputStream input) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseFrom
(InputStream input) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FragmentStatus
BitControl.FragmentStatus.parseFrom
(ByteBuffer data) static BitControl.FragmentStatus
BitControl.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;
boolean
SchemaBitControl.FragmentStatus.MessageSchema.isInitialized
(BitControl.FragmentStatus message) BitControl.FragmentStatus.Builder.mergeFrom
(BitControl.FragmentStatus other) void
SchemaBitControl.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;
void
SchemaBitControl.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) void
WorkEventBus.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 TypeMethodDescriptionvoid
FragmentData.setStatus
(BitControl.FragmentStatus newStatus) Update the status for this fragment.void
FragmentStatusListener.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.