Uses of Class
org.apache.drill.exec.proto.BitControl.FragmentStatus
Package
Description
-
Uses of BitControl.FragmentStatus in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitControl.FragmentStatus>
BitControl.FragmentStatus.PARSER
Deprecated.Modifier 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) Modifier 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()
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionControlTunnel.sendFragmentStatus
(BitControl.FragmentStatus status) void
WorkEventBus.statusUpdate
(BitControl.FragmentStatus status) -
Uses of BitControl.FragmentStatus in org.apache.drill.exec.work.batch
Modifier and TypeMethodDescriptionControlMessageHandler.requestFragmentStatus
(BitControl.FragmentStatus status) -
Uses of BitControl.FragmentStatus in org.apache.drill.exec.work.foreman
Modifier 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
Modifier and TypeMethodDescriptionFragmentExecutor.getStatus()
Returns the current fragment status if the fragment is running.