Package org.apache.drill.exec.proto
Interface BitData.BitClientHandshakeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BitData.BitClientHandshake,BitData.BitClientHandshake.Builder
- Enclosing class:
BitData
public static interface BitData.BitClientHandshakeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];intoptional int32 rpc_version = 1;booleanoptional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];booleanoptional int32 rpc_version = 1;Methods 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
-
hasRpcVersion
boolean hasRpcVersion()optional int32 rpc_version = 1;- Returns:
- Whether the rpcVersion field is set.
-
getRpcVersion
int getRpcVersion()optional int32 rpc_version = 1;- Returns:
- The rpcVersion.
-
hasChannel
boolean hasChannel()optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];- Returns:
- Whether the channel field is set.
-
getChannel
UserBitShared.RpcChannel getChannel()optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];- Returns:
- The channel.
-