Package org.apache.drill.exec.proto
Interface BitData.BitServerHandshakeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BitData.BitServerHandshake
,BitData.BitServerHandshake.Builder
- Enclosing class:
- BitData
public static interface BitData.BitServerHandshakeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthenticationMechanisms
(int index) repeated string authenticationMechanisms = 2;
com.google.protobuf.ByteString
getAuthenticationMechanismsBytes
(int index) repeated string authenticationMechanisms = 2;
int
repeated string authenticationMechanisms = 2;
repeated string authenticationMechanisms = 2;
int
optional int32 rpc_version = 1;
boolean
optional int32 rpc_version = 1;
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
-
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.
-
getAuthenticationMechanismsList
repeated string authenticationMechanisms = 2;
- Returns:
- A list containing the authenticationMechanisms.
-
getAuthenticationMechanismsCount
int getAuthenticationMechanismsCount()repeated string authenticationMechanisms = 2;
- Returns:
- The count of authenticationMechanisms.
-
getAuthenticationMechanisms
repeated string authenticationMechanisms = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The authenticationMechanisms at the given index.
-
getAuthenticationMechanismsBytes
com.google.protobuf.ByteString getAuthenticationMechanismsBytes(int index) repeated string authenticationMechanisms = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the authenticationMechanisms at the given index.
-