Package org.apache.drill.exec.proto
Interface BitData.AckWithCreditOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BitData.AckWithCredit,BitData.AckWithCredit.Builder
- Enclosing class:
BitData
public static interface BitData.AckWithCreditOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintthe credit allowed the sender to send in batch granularitybooleanthe credit allowed the sender to send in batch granularityMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAllowedCredit
boolean hasAllowedCredit()the credit allowed the sender to send in batch granularity
optional int32 allowed_credit = 1;- Returns:
- Whether the allowedCredit field is set.
-
getAllowedCredit
int getAllowedCredit()the credit allowed the sender to send in batch granularity
optional int32 allowed_credit = 1;- Returns:
- The allowedCredit.
-