Package org.apache.drill.exec.proto
Interface UserProtos.UserToBitHandshakeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.UserToBitHandshake
,UserProtos.UserToBitHandshake.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.UserToBitHandshakeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .exec.shared.RpcChannel channel = 1 [default = USER];
optional .exec.user.RpcEndpointInfos client_infos = 8;
optional .exec.user.RpcEndpointInfos client_infos = 8;
optional .exec.shared.UserCredentials credentials = 4;
optional .exec.shared.UserCredentials credentials = 4;
optional .exec.user.UserProperties properties = 5;
optional .exec.user.UserProperties properties = 5;
int
optional int32 rpc_version = 3;
optional .exec.user.SaslSupport sasl_support = 9;
boolean
optional bool support_complex_types = 6 [default = false];
boolean
optional bool support_listening = 2;
boolean
optional bool support_timeout = 7 [default = false];
boolean
optional .exec.shared.RpcChannel channel = 1 [default = USER];
boolean
optional .exec.user.RpcEndpointInfos client_infos = 8;
boolean
optional .exec.shared.UserCredentials credentials = 4;
boolean
optional .exec.user.UserProperties properties = 5;
boolean
optional int32 rpc_version = 3;
boolean
optional .exec.user.SaslSupport sasl_support = 9;
boolean
optional bool support_complex_types = 6 [default = false];
boolean
optional bool support_listening = 2;
boolean
optional bool support_timeout = 7 [default = false];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasChannel
boolean hasChannel()optional .exec.shared.RpcChannel channel = 1 [default = USER];
- Returns:
- Whether the channel field is set.
-
getChannel
UserBitShared.RpcChannel getChannel()optional .exec.shared.RpcChannel channel = 1 [default = USER];
- Returns:
- The channel.
-
hasSupportListening
boolean hasSupportListening()optional bool support_listening = 2;
- Returns:
- Whether the supportListening field is set.
-
getSupportListening
boolean getSupportListening()optional bool support_listening = 2;
- Returns:
- The supportListening.
-
hasRpcVersion
boolean hasRpcVersion()optional int32 rpc_version = 3;
- Returns:
- Whether the rpcVersion field is set.
-
getRpcVersion
int getRpcVersion()optional int32 rpc_version = 3;
- Returns:
- The rpcVersion.
-
hasCredentials
boolean hasCredentials()optional .exec.shared.UserCredentials credentials = 4;
- Returns:
- Whether the credentials field is set.
-
getCredentials
UserBitShared.UserCredentials getCredentials()optional .exec.shared.UserCredentials credentials = 4;
- Returns:
- The credentials.
-
getCredentialsOrBuilder
UserBitShared.UserCredentialsOrBuilder getCredentialsOrBuilder()optional .exec.shared.UserCredentials credentials = 4;
-
hasProperties
boolean hasProperties()optional .exec.user.UserProperties properties = 5;
- Returns:
- Whether the properties field is set.
-
getProperties
UserProtos.UserProperties getProperties()optional .exec.user.UserProperties properties = 5;
- Returns:
- The properties.
-
getPropertiesOrBuilder
UserProtos.UserPropertiesOrBuilder getPropertiesOrBuilder()optional .exec.user.UserProperties properties = 5;
-
hasSupportComplexTypes
boolean hasSupportComplexTypes()optional bool support_complex_types = 6 [default = false];
- Returns:
- Whether the supportComplexTypes field is set.
-
getSupportComplexTypes
boolean getSupportComplexTypes()optional bool support_complex_types = 6 [default = false];
- Returns:
- The supportComplexTypes.
-
hasSupportTimeout
boolean hasSupportTimeout()optional bool support_timeout = 7 [default = false];
- Returns:
- Whether the supportTimeout field is set.
-
getSupportTimeout
boolean getSupportTimeout()optional bool support_timeout = 7 [default = false];
- Returns:
- The supportTimeout.
-
hasClientInfos
boolean hasClientInfos()optional .exec.user.RpcEndpointInfos client_infos = 8;
- Returns:
- Whether the clientInfos field is set.
-
getClientInfos
UserProtos.RpcEndpointInfos getClientInfos()optional .exec.user.RpcEndpointInfos client_infos = 8;
- Returns:
- The clientInfos.
-
getClientInfosOrBuilder
UserProtos.RpcEndpointInfosOrBuilder getClientInfosOrBuilder()optional .exec.user.RpcEndpointInfos client_infos = 8;
-
hasSaslSupport
boolean hasSaslSupport()optional .exec.user.SaslSupport sasl_support = 9;
- Returns:
- Whether the saslSupport field is set.
-
getSaslSupport
UserProtos.SaslSupport getSaslSupport()optional .exec.user.SaslSupport sasl_support = 9;
- Returns:
- The saslSupport.
-