Uses of Class
org.apache.drill.exec.proto.BitData.AckWithCredit
Packages that use BitData.AckWithCredit
Package
Description
-
Uses of BitData.AckWithCredit in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops with parameters of type BitData.AckWithCreditModifier and TypeMethodDescriptionvoid
DataTunnelStatusHandler.success
(BitData.AckWithCredit value, io.netty.buffer.ByteBuf buffer) Constructor parameters in org.apache.drill.exec.ops with type arguments of type BitData.AckWithCreditModifierConstructorDescriptionAccountingDataTunnel
(DataTunnel tunnel, SendingAccountor sendingAccountor, RpcOutcomeListener<BitData.AckWithCredit> statusHandler) -
Uses of BitData.AckWithCredit in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type BitData.AckWithCreditModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitData.AckWithCredit>
BitData.AckWithCredit.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return BitData.AckWithCreditModifier and TypeMethodDescriptionBitData.AckWithCredit.Builder.build()
BitData.AckWithCredit.Builder.buildPartial()
static BitData.AckWithCredit
BitData.AckWithCredit.getDefaultInstance()
BitData.AckWithCredit.Builder.getDefaultInstanceForType()
BitData.AckWithCredit.getDefaultInstanceForType()
SchemaBitData.AckWithCredit.MessageSchema.newMessage()
static BitData.AckWithCredit
BitData.AckWithCredit.parseDelimitedFrom
(InputStream input) static BitData.AckWithCredit
BitData.AckWithCredit.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(byte[] data) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(com.google.protobuf.ByteString data) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(com.google.protobuf.CodedInputStream input) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(InputStream input) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(ByteBuffer data) static BitData.AckWithCredit
BitData.AckWithCredit.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type BitData.AckWithCreditModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BitData.AckWithCredit>
BitData.AckWithCredit.getParserForType()
static com.google.protobuf.Parser<BitData.AckWithCredit>
BitData.AckWithCredit.parser()
SchemaBitData.AckWithCredit.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type BitData.AckWithCreditModifier and TypeMethodDescriptionboolean
SchemaBitData.AckWithCredit.MessageSchema.isInitialized
(BitData.AckWithCredit message) BitData.AckWithCredit.Builder.mergeFrom
(BitData.AckWithCredit other) void
SchemaBitData.AckWithCredit.MessageSchema.mergeFrom
(io.protostuff.Input input, BitData.AckWithCredit message) BitData.AckWithCredit.newBuilder
(BitData.AckWithCredit prototype) void
SchemaBitData.AckWithCredit.MessageSchema.writeTo
(io.protostuff.Output output, BitData.AckWithCredit message) -
Uses of BitData.AckWithCredit in org.apache.drill.exec.rpc.data
Method parameters in org.apache.drill.exec.rpc.data with type arguments of type BitData.AckWithCreditModifier and TypeMethodDescriptionvoid
DataTunnel.sendRecordBatch
(RpcOutcomeListener<BitData.AckWithCredit> outcomeListener, FragmentWritableBatch batch) void
DataTunnel.sendRuntimeFilter
(RpcOutcomeListener<BitData.AckWithCredit> outcomeListener, RuntimeFilterWritable runtimeFilter)