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.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return BitControl.FinishedReceiverModifier and TypeMethodDescriptionBitControl.FinishedReceiver.Builder.build()BitControl.FinishedReceiver.Builder.buildPartial()static BitControl.FinishedReceiverBitControl.FinishedReceiver.getDefaultInstance()BitControl.FinishedReceiver.Builder.getDefaultInstanceForType()BitControl.FinishedReceiver.getDefaultInstanceForType()SchemaBitControl.FinishedReceiver.MessageSchema.newMessage()static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseDelimitedFrom(InputStream input) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseFrom(byte[] data) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseFrom(com.google.protobuf.ByteString data) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseFrom(com.google.protobuf.CodedInputStream input) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseFrom(InputStream input) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.FinishedReceiverBitControl.FinishedReceiver.parseFrom(ByteBuffer data) static BitControl.FinishedReceiverBitControl.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 TypeMethodDescriptionbooleanSchemaBitControl.FinishedReceiver.MessageSchema.isInitialized(BitControl.FinishedReceiver message) BitControl.FinishedReceiver.Builder.mergeFrom(BitControl.FinishedReceiver other) voidSchemaBitControl.FinishedReceiver.MessageSchema.mergeFrom(io.protostuff.Input input, BitControl.FinishedReceiver message) BitControl.FinishedReceiver.newBuilder(BitControl.FinishedReceiver prototype) voidSchemaBitControl.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 TypeMethodDescriptionvoidControlTunnel.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)