Uses of Class
org.apache.drill.exec.proto.BitControl.FinishedReceiver
Packages that use BitControl.FinishedReceiver
Package
Description
-
Uses of BitControl.FinishedReceiver in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type BitControl.FinishedReceiverModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitControl.FinishedReceiver>
BitControl.FinishedReceiver.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return BitControl.FinishedReceiverModifier and TypeMethodDescriptionBitControl.FinishedReceiver.Builder.build()
BitControl.FinishedReceiver.Builder.buildPartial()
static BitControl.FinishedReceiver
BitControl.FinishedReceiver.getDefaultInstance()
BitControl.FinishedReceiver.Builder.getDefaultInstanceForType()
BitControl.FinishedReceiver.getDefaultInstanceForType()
SchemaBitControl.FinishedReceiver.MessageSchema.newMessage()
static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseDelimitedFrom
(InputStream input) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(byte[] data) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(com.google.protobuf.ByteString data) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(com.google.protobuf.CodedInputStream input) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(InputStream input) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(ByteBuffer data) static BitControl.FinishedReceiver
BitControl.FinishedReceiver.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type BitControl.FinishedReceiverModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BitControl.FinishedReceiver>
BitControl.FinishedReceiver.getParserForType()
static com.google.protobuf.Parser<BitControl.FinishedReceiver>
BitControl.FinishedReceiver.parser()
SchemaBitControl.FinishedReceiver.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type BitControl.FinishedReceiverModifier and TypeMethodDescriptionboolean
SchemaBitControl.FinishedReceiver.MessageSchema.isInitialized
(BitControl.FinishedReceiver message) BitControl.FinishedReceiver.Builder.mergeFrom
(BitControl.FinishedReceiver other) void
SchemaBitControl.FinishedReceiver.MessageSchema.mergeFrom
(io.protostuff.Input input, BitControl.FinishedReceiver message) BitControl.FinishedReceiver.newBuilder
(BitControl.FinishedReceiver prototype) void
SchemaBitControl.FinishedReceiver.MessageSchema.writeTo
(io.protostuff.Output output, BitControl.FinishedReceiver message) -
Uses of BitControl.FinishedReceiver in org.apache.drill.exec.rpc.control
Methods in org.apache.drill.exec.rpc.control that return BitControl.FinishedReceiverMethods in org.apache.drill.exec.rpc.control with parameters of type BitControl.FinishedReceiverModifier and TypeMethodDescriptionvoid
ControlTunnel.informReceiverFinished
(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener, BitControl.FinishedReceiver finishedReceiver) Constructors in org.apache.drill.exec.rpc.control with parameters of type BitControl.FinishedReceiverModifierConstructorDescriptionReceiverFinished
(RpcOutcomeListener<GeneralRPCProtos.Ack> listener, BitControl.FinishedReceiver finishedReceiver) -
Uses of BitControl.FinishedReceiver in org.apache.drill.exec.work.batch
Methods in org.apache.drill.exec.work.batch with parameters of type BitControl.FinishedReceiverModifier and TypeMethodDescriptionControlMessageHandler.receivingFragmentFinished
(BitControl.FinishedReceiver finishedReceiver)