Uses of Class
org.apache.drill.exec.proto.BitControl.BitControlHandshake.Builder
-
Uses of BitControl.BitControlHandshake.Builder in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionBitControl.BitControlHandshake.Builder.addAllAuthenticationMechanisms
(Iterable<String> values) repeated string authenticationMechanisms = 4;
BitControl.BitControlHandshake.Builder.addAuthenticationMechanisms
(String value) repeated string authenticationMechanisms = 4;
BitControl.BitControlHandshake.Builder.addAuthenticationMechanismsBytes
(com.google.protobuf.ByteString value) repeated string authenticationMechanisms = 4;
BitControl.BitControlHandshake.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BitControl.BitControlHandshake.Builder.clear()
BitControl.BitControlHandshake.Builder.clearAuthenticationMechanisms()
repeated string authenticationMechanisms = 4;
BitControl.BitControlHandshake.Builder.clearChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL];
BitControl.BitControlHandshake.Builder.clearEndpoint()
optional .exec.DrillbitEndpoint endpoint = 3;
BitControl.BitControlHandshake.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) BitControl.BitControlHandshake.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) BitControl.BitControlHandshake.Builder.clearRpcVersion()
optional int32 rpc_version = 1;
BitControl.BitControlHandshake.Builder.clone()
BitControl.BitControlHandshake.Builder.mergeEndpoint
(CoordinationProtos.DrillbitEndpoint value) optional .exec.DrillbitEndpoint endpoint = 3;
BitControl.BitControlHandshake.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.BitControlHandshake.Builder.mergeFrom
(com.google.protobuf.Message other) BitControl.BitControlHandshake.Builder.mergeFrom
(BitControl.BitControlHandshake other) BitControl.BitControlHandshake.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) BitControl.BitControlHandshake.newBuilder()
BitControl.BitControlHandshake.newBuilder
(BitControl.BitControlHandshake prototype) BitControl.BitControlHandshake.newBuilderForType()
protected BitControl.BitControlHandshake.Builder
BitControl.BitControlHandshake.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaBitControl.BitControlHandshake.BuilderSchema.newMessage()
BitControl.BitControlHandshake.Builder.setAuthenticationMechanisms
(int index, String value) repeated string authenticationMechanisms = 4;
BitControl.BitControlHandshake.Builder.setChannel
(UserBitShared.RpcChannel value) optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL];
BitControl.BitControlHandshake.Builder.setEndpoint
(CoordinationProtos.DrillbitEndpoint value) optional .exec.DrillbitEndpoint endpoint = 3;
BitControl.BitControlHandshake.Builder.setEndpoint
(CoordinationProtos.DrillbitEndpoint.Builder builderForValue) optional .exec.DrillbitEndpoint endpoint = 3;
BitControl.BitControlHandshake.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BitControl.BitControlHandshake.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) BitControl.BitControlHandshake.Builder.setRpcVersion
(int value) optional int32 rpc_version = 1;
BitControl.BitControlHandshake.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) BitControl.BitControlHandshake.toBuilder()
Modifier and TypeMethodDescriptionboolean
SchemaBitControl.BitControlHandshake.BuilderSchema.isInitialized
(BitControl.BitControlHandshake.Builder builder) void
SchemaBitControl.BitControlHandshake.BuilderSchema.mergeFrom
(io.protostuff.Input input, BitControl.BitControlHandshake.Builder builder) void
SchemaBitControl.BitControlHandshake.BuilderSchema.writeTo
(io.protostuff.Output output, BitControl.BitControlHandshake.Builder builder)