public static final class IpcConnectionContextProtos.IpcConnectionContextProto.Builder extends <any> implements IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
The connection context is sent as part of the connection establishment. It establishes the context for ALL Rpc calls within the connection.Protobuf type
hadoop.common.IpcConnectionContextProto
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
public IpcConnectionContextProtos.IpcConnectionContextProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public IpcConnectionContextProtos.IpcConnectionContextProto build()
public IpcConnectionContextProtos.IpcConnectionContextProto buildPartial()
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clone()
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder mergeFrom(com.google.protobuf.Message other)
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder mergeFrom(IpcConnectionContextProtos.IpcConnectionContextProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public boolean hasUserInfo()
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
optional .hadoop.common.UserInformationProto userInfo = 2;
hasUserInfo
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public IpcConnectionContextProtos.UserInformationProto getUserInfo()
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
optional .hadoop.common.UserInformationProto userInfo = 2;
getUserInfo
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setUserInfo(IpcConnectionContextProtos.UserInformationProto value)
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
optional .hadoop.common.UserInformationProto userInfo = 2;
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setUserInfo(IpcConnectionContextProtos.UserInformationProto.Builder builderForValue)
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
optional .hadoop.common.UserInformationProto userInfo = 2;
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder mergeUserInfo(IpcConnectionContextProtos.UserInformationProto value)
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
optional .hadoop.common.UserInformationProto userInfo = 2;
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clearUserInfo()
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
optional .hadoop.common.UserInformationProto userInfo = 2;
public IpcConnectionContextProtos.UserInformationProto.Builder getUserInfoBuilder()
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
optional .hadoop.common.UserInformationProto userInfo = 2;
public IpcConnectionContextProtos.UserInformationProtoOrBuilder getUserInfoOrBuilder()
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
optional .hadoop.common.UserInformationProto userInfo = 2;
getUserInfoOrBuilder
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public boolean hasProtocol()
Protocol name for next rpc layer. The client created a proxy with this protocol name
optional string protocol = 3;
hasProtocol
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public String getProtocol()
Protocol name for next rpc layer. The client created a proxy with this protocol name
optional string protocol = 3;
getProtocol
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public com.google.protobuf.ByteString getProtocolBytes()
Protocol name for next rpc layer. The client created a proxy with this protocol name
optional string protocol = 3;
getProtocolBytes
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setProtocol(String value)
Protocol name for next rpc layer. The client created a proxy with this protocol name
optional string protocol = 3;
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clearProtocol()
Protocol name for next rpc layer. The client created a proxy with this protocol name
optional string protocol = 3;
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setProtocolBytes(com.google.protobuf.ByteString value)
Protocol name for next rpc layer. The client created a proxy with this protocol name
optional string protocol = 3;
public final IpcConnectionContextProtos.IpcConnectionContextProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final IpcConnectionContextProtos.IpcConnectionContextProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.