Uses of Class
org.apache.drill.exec.proto.BitControl.Collector
Packages that use BitControl.Collector
Package
Description
-
Uses of BitControl.Collector in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment that return types with arguments of type BitControl.CollectorModifier and TypeMethodDescriptionstatic List<BitControl.Collector> SimpleParallelizer.CountRequiredFragments.getCollectors(PhysicalOperator root, boolean enableDynamicFC) Method parameters in org.apache.drill.exec.planner.fragment with type arguments of type BitControl.CollectorModifier and TypeMethodDescriptionSimpleParallelizer.CountRequiredFragments.visitOp(PhysicalOperator op, List<BitControl.Collector> collectors) SimpleParallelizer.CountRequiredFragments.visitReceiver(Receiver receiver, List<BitControl.Collector> collectors) -
Uses of BitControl.Collector in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type BitControl.CollectorModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitControl.Collector> BitControl.Collector.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return BitControl.CollectorModifier and TypeMethodDescriptionBitControl.Collector.Builder.build()BitControl.Collector.Builder.buildPartial()BitControl.PlanFragment.Builder.getCollector(int index) repeated .exec.bit.control.Collector collector = 17;BitControl.PlanFragment.getCollector(int index) repeated .exec.bit.control.Collector collector = 17;BitControl.PlanFragmentOrBuilder.getCollector(int index) repeated .exec.bit.control.Collector collector = 17;static BitControl.CollectorBitControl.Collector.getDefaultInstance()BitControl.Collector.Builder.getDefaultInstanceForType()BitControl.Collector.getDefaultInstanceForType()SchemaBitControl.Collector.MessageSchema.newMessage()static BitControl.CollectorBitControl.Collector.parseDelimitedFrom(InputStream input) static BitControl.CollectorBitControl.Collector.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.CollectorBitControl.Collector.parseFrom(byte[] data) static BitControl.CollectorBitControl.Collector.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.CollectorBitControl.Collector.parseFrom(com.google.protobuf.ByteString data) static BitControl.CollectorBitControl.Collector.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.CollectorBitControl.Collector.parseFrom(com.google.protobuf.CodedInputStream input) static BitControl.CollectorBitControl.Collector.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.CollectorBitControl.Collector.parseFrom(InputStream input) static BitControl.CollectorBitControl.Collector.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitControl.CollectorBitControl.Collector.parseFrom(ByteBuffer data) static BitControl.CollectorBitControl.Collector.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type BitControl.CollectorModifier and TypeMethodDescriptionBitControl.PlanFragment.Builder.getCollectorList()repeated .exec.bit.control.Collector collector = 17;BitControl.PlanFragment.getCollectorList()repeated .exec.bit.control.Collector collector = 17;BitControl.PlanFragmentOrBuilder.getCollectorList()repeated .exec.bit.control.Collector collector = 17;com.google.protobuf.Parser<BitControl.Collector> BitControl.Collector.getParserForType()static com.google.protobuf.Parser<BitControl.Collector> BitControl.Collector.parser()SchemaBitControl.Collector.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type BitControl.CollectorModifier and TypeMethodDescriptionBitControl.PlanFragment.Builder.addCollector(int index, BitControl.Collector value) repeated .exec.bit.control.Collector collector = 17;BitControl.PlanFragment.Builder.addCollector(BitControl.Collector value) repeated .exec.bit.control.Collector collector = 17;booleanSchemaBitControl.Collector.MessageSchema.isInitialized(BitControl.Collector message) BitControl.Collector.Builder.mergeFrom(BitControl.Collector other) voidSchemaBitControl.Collector.MessageSchema.mergeFrom(io.protostuff.Input input, BitControl.Collector message) static BitControl.Collector.BuilderBitControl.Collector.newBuilder(BitControl.Collector prototype) BitControl.PlanFragment.Builder.setCollector(int index, BitControl.Collector value) repeated .exec.bit.control.Collector collector = 17;voidSchemaBitControl.Collector.MessageSchema.writeTo(io.protostuff.Output output, BitControl.Collector message) Method parameters in org.apache.drill.exec.proto with type arguments of type BitControl.CollectorModifier and TypeMethodDescriptionBitControl.PlanFragment.Builder.addAllCollector(Iterable<? extends BitControl.Collector> values) repeated .exec.bit.control.Collector collector = 17; -
Uses of BitControl.Collector in org.apache.drill.exec.work.batch
Constructors in org.apache.drill.exec.work.batch with parameters of type BitControl.CollectorModifierConstructorDescriptionAbstractDataCollector(AtomicInteger parentAccounter, int numBuffers, BitControl.Collector collector, int bufferCapacity, FragmentContext context) MergingCollector(AtomicInteger parentAccounter, BitControl.Collector collector, FragmentContext context) PartitionedCollector(AtomicInteger parentAccounter, BitControl.Collector collector, FragmentContext context)