Uses of Class
org.apache.drill.exec.proto.BitControl.InitializeFragments
Packages that use BitControl.InitializeFragments
Package
Description
-
Uses of BitControl.InitializeFragments in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type BitControl.InitializeFragmentsModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitControl.InitializeFragments> BitControl.InitializeFragments.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return BitControl.InitializeFragmentsModifier and TypeMethodDescriptionBitControl.InitializeFragments.Builder.build()BitControl.InitializeFragments.Builder.buildPartial()BitControl.InitializeFragments.getDefaultInstance()BitControl.InitializeFragments.Builder.getDefaultInstanceForType()BitControl.InitializeFragments.getDefaultInstanceForType()SchemaBitControl.InitializeFragments.MessageSchema.newMessage()BitControl.InitializeFragments.parseDelimitedFrom(InputStream input) BitControl.InitializeFragments.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.InitializeFragments.parseFrom(byte[] data) BitControl.InitializeFragments.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.InitializeFragments.parseFrom(com.google.protobuf.ByteString data) BitControl.InitializeFragments.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.InitializeFragments.parseFrom(com.google.protobuf.CodedInputStream input) BitControl.InitializeFragments.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.InitializeFragments.parseFrom(InputStream input) BitControl.InitializeFragments.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.InitializeFragments.parseFrom(ByteBuffer data) BitControl.InitializeFragments.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type BitControl.InitializeFragmentsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BitControl.InitializeFragments> BitControl.InitializeFragments.getParserForType()static com.google.protobuf.Parser<BitControl.InitializeFragments> BitControl.InitializeFragments.parser()SchemaBitControl.InitializeFragments.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type BitControl.InitializeFragmentsModifier and TypeMethodDescriptionbooleanSchemaBitControl.InitializeFragments.MessageSchema.isInitialized(BitControl.InitializeFragments message) BitControl.InitializeFragments.Builder.mergeFrom(BitControl.InitializeFragments other) voidSchemaBitControl.InitializeFragments.MessageSchema.mergeFrom(io.protostuff.Input input, BitControl.InitializeFragments message) BitControl.InitializeFragments.newBuilder(BitControl.InitializeFragments prototype) voidSchemaBitControl.InitializeFragments.MessageSchema.writeTo(io.protostuff.Output output, BitControl.InitializeFragments message) -
Uses of BitControl.InitializeFragments in org.apache.drill.exec.rpc.control
Methods in org.apache.drill.exec.rpc.control that return BitControl.InitializeFragmentsMethods in org.apache.drill.exec.rpc.control with parameters of type BitControl.InitializeFragmentsModifier and TypeMethodDescriptionvoidControlTunnel.sendFragments(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener, BitControl.InitializeFragments fragments) Constructors in org.apache.drill.exec.rpc.control with parameters of type BitControl.InitializeFragmentsModifierConstructorDescriptionSendFragment(RpcOutcomeListener<GeneralRPCProtos.Ack> listener, BitControl.InitializeFragments fragments) -
Uses of BitControl.InitializeFragments in org.apache.drill.exec.work.batch
Methods in org.apache.drill.exec.work.batch with parameters of type BitControl.InitializeFragmentsModifier and TypeMethodDescriptionControlMessageHandler.initializeFragment(BitControl.InitializeFragments fragments)