| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<BitControl.FragmentStatus> |
BitControl.FragmentStatus.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BitControl.FragmentStatus |
BitControl.FragmentStatus.Builder.build() |
BitControl.FragmentStatus |
BitControl.FragmentStatus.Builder.buildPartial() |
static BitControl.FragmentStatus |
BitControl.FragmentStatus.getDefaultInstance() |
BitControl.FragmentStatus |
BitControl.FragmentStatus.getDefaultInstanceForType() |
BitControl.FragmentStatus |
BitControl.FragmentStatus.Builder.getDefaultInstanceForType() |
BitControl.FragmentStatus |
BitControl.BitStatusOrBuilder.getFragmentStatus(int index)
repeated .exec.bit.control.FragmentStatus fragment_status = 1; |
BitControl.FragmentStatus |
BitControl.BitStatus.getFragmentStatus(int index)
repeated .exec.bit.control.FragmentStatus fragment_status = 1; |
BitControl.FragmentStatus |
BitControl.BitStatus.Builder.getFragmentStatus(int index)
repeated .exec.bit.control.FragmentStatus fragment_status = 1; |
BitControl.FragmentStatus |
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(ByteBuffer data) |
static BitControl.FragmentStatus |
BitControl.FragmentStatus.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<BitControl.FragmentStatus> |
BitControl.BitStatusOrBuilder.getFragmentStatusList()
repeated .exec.bit.control.FragmentStatus fragment_status = 1; |
List<BitControl.FragmentStatus> |
BitControl.BitStatus.getFragmentStatusList()
repeated .exec.bit.control.FragmentStatus fragment_status = 1; |
List<BitControl.FragmentStatus> |
BitControl.BitStatus.Builder.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() |
Class<BitControl.FragmentStatus> |
SchemaBitControl.FragmentStatus.MessageSchema.typeClass() |
| Modifier and Type | Method and Description |
|---|---|
BitControl.BitStatus.Builder |
BitControl.BitStatus.Builder.addFragmentStatus(BitControl.FragmentStatus value)
repeated .exec.bit.control.FragmentStatus fragment_status = 1; |
BitControl.BitStatus.Builder |
BitControl.BitStatus.Builder.addFragmentStatus(int index,
BitControl.FragmentStatus value)
repeated .exec.bit.control.FragmentStatus fragment_status = 1; |
boolean |
SchemaBitControl.FragmentStatus.MessageSchema.isInitialized(BitControl.FragmentStatus message) |
BitControl.FragmentStatus.Builder |
BitControl.FragmentStatus.Builder.mergeFrom(BitControl.FragmentStatus other) |
void |
SchemaBitControl.FragmentStatus.MessageSchema.mergeFrom(io.protostuff.Input input,
BitControl.FragmentStatus message) |
static BitControl.FragmentStatus.Builder |
BitControl.FragmentStatus.newBuilder(BitControl.FragmentStatus prototype) |
BitControl.BitStatus.Builder |
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 Type | Method and Description |
|---|---|
BitControl.BitStatus.Builder |
BitControl.BitStatus.Builder.addAllFragmentStatus(Iterable<? extends BitControl.FragmentStatus> values)
repeated .exec.bit.control.FragmentStatus fragment_status = 1; |
| Modifier and Type | Method and Description |
|---|---|
BitControl.FragmentStatus |
ControlTunnel.SendFragmentStatus.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
DrillRpcFuture<GeneralRPCProtos.Ack> |
ControlTunnel.sendFragmentStatus(BitControl.FragmentStatus status) |
void |
WorkEventBus.statusUpdate(BitControl.FragmentStatus status) |
| Constructor and Description |
|---|
SendFragmentStatus(BitControl.FragmentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
GeneralRPCProtos.Ack |
ControlMessageHandler.requestFragmentStatus(BitControl.FragmentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
void |
FragmentData.setStatus(BitControl.FragmentStatus newStatus)
Update the status for this fragment.
|
void |
FragmentStatusListener.statusUpdate(BitControl.FragmentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
BitControl.FragmentStatus |
FragmentExecutor.getStatus()
Returns the current fragment status if the fragment is running.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.