public static final class IpcConnectionContextProtos.IpcConnectionContextProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<IpcConnectionContextProtos.IpcConnectionContextProto.Builder> implements IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
hadoop.common.IpcConnectionContextProto
The connection context is sent as part of the connection establishment. It establishes the context for ALL Rpc calls within the connection.
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<IpcConnectionContextProtos.IpcConnectionContextProto.Builder>
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<IpcConnectionContextProtos.IpcConnectionContextProto.Builder>
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<IpcConnectionContextProtos.IpcConnectionContextProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<IpcConnectionContextProtos.IpcConnectionContextProto.Builder>
public IpcConnectionContextProtos.IpcConnectionContextProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public IpcConnectionContextProtos.IpcConnectionContextProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public IpcConnectionContextProtos.IpcConnectionContextProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<IpcConnectionContextProtos.IpcConnectionContextProto.Builder>
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder mergeFrom(IpcConnectionContextProtos.IpcConnectionContextProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<IpcConnectionContextProtos.IpcConnectionContextProto.Builder>
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<IpcConnectionContextProtos.IpcConnectionContextProto.Builder>
IOException
public boolean hasUserInfo()
optional .hadoop.common.UserInformationProto userInfo = 2;
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
hasUserInfo
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public IpcConnectionContextProtos.UserInformationProto getUserInfo()
optional .hadoop.common.UserInformationProto userInfo = 2;
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
getUserInfo
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setUserInfo(IpcConnectionContextProtos.UserInformationProto value)
optional .hadoop.common.UserInformationProto userInfo = 2;
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setUserInfo(IpcConnectionContextProtos.UserInformationProto.Builder builderForValue)
optional .hadoop.common.UserInformationProto userInfo = 2;
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder mergeUserInfo(IpcConnectionContextProtos.UserInformationProto value)
optional .hadoop.common.UserInformationProto userInfo = 2;
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clearUserInfo()
optional .hadoop.common.UserInformationProto userInfo = 2;
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
public IpcConnectionContextProtos.UserInformationProto.Builder getUserInfoBuilder()
optional .hadoop.common.UserInformationProto userInfo = 2;
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
public IpcConnectionContextProtos.UserInformationProtoOrBuilder getUserInfoOrBuilder()
optional .hadoop.common.UserInformationProto userInfo = 2;
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
getUserInfoOrBuilder
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public boolean hasProtocol()
optional string protocol = 3;
Protocol name for next rpc layer. The client created a proxy with this protocol name
hasProtocol
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public String getProtocol()
optional string protocol = 3;
Protocol name for next rpc layer. The client created a proxy with this protocol name
getProtocol
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public com.google.protobuf.ByteString getProtocolBytes()
optional string protocol = 3;
Protocol name for next rpc layer. The client created a proxy with this protocol name
getProtocolBytes
in interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setProtocol(String value)
optional string protocol = 3;
Protocol name for next rpc layer. The client created a proxy with this protocol name
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder clearProtocol()
optional string protocol = 3;
Protocol name for next rpc layer. The client created a proxy with this protocol name
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder setProtocolBytes(com.google.protobuf.ByteString value)
optional string protocol = 3;
Protocol name for next rpc layer. The client created a proxy with this protocol name
Copyright © 2019 Apache Software Foundation. All Rights Reserved.