Uses of Class
org.apache.drill.exec.proto.BitData.AckWithCredit
Package
Description
-
Uses of BitData.AckWithCredit in org.apache.drill.exec.ops
Modifier and TypeMethodDescriptionvoid
DataTunnelStatusHandler.success
(BitData.AckWithCredit value, io.netty.buffer.ByteBuf buffer) ModifierConstructorDescriptionAccountingDataTunnel
(DataTunnel tunnel, SendingAccountor sendingAccountor, RpcOutcomeListener<BitData.AckWithCredit> statusHandler) -
Uses of BitData.AckWithCredit in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitData.AckWithCredit>
BitData.AckWithCredit.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<BitData.AckWithCredit>
BitData.AckWithCredit.getParserForType()
static com.google.protobuf.Parser<BitData.AckWithCredit>
BitData.AckWithCredit.parser()
SchemaBitData.AckWithCredit.MessageSchema.typeClass()
Modifier 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
Modifier and TypeMethodDescriptionvoid
DataTunnel.sendRecordBatch
(RpcOutcomeListener<BitData.AckWithCredit> outcomeListener, FragmentWritableBatch batch) void
DataTunnel.sendRuntimeFilter
(RpcOutcomeListener<BitData.AckWithCredit> outcomeListener, RuntimeFilterWritable runtimeFilter)