public static final class IpcConnectionContextProtos.IpcConnectionContextProto extends com.google.protobuf.GeneratedMessageV3 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
Modifier and Type | Class and Description |
---|---|
static class |
IpcConnectionContextProtos.IpcConnectionContextProto.Builder
The connection context is sent as part of the connection establishment.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<IpcConnectionContextProtos.IpcConnectionContextProto> |
PARSER
Deprecated.
|
static int |
PROTOCOL_FIELD_NUMBER |
static int |
USERINFO_FIELD_NUMBER |
public static final int USERINFO_FIELD_NUMBER
public static final int PROTOCOL_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<IpcConnectionContextProtos.IpcConnectionContextProto> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
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.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 final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
IOException
public int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(InputStream input) throws IOException
IOException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder newBuilderForType()
public static IpcConnectionContextProtos.IpcConnectionContextProto.Builder newBuilder()
public static IpcConnectionContextProtos.IpcConnectionContextProto.Builder newBuilder(IpcConnectionContextProtos.IpcConnectionContextProto prototype)
public IpcConnectionContextProtos.IpcConnectionContextProto.Builder toBuilder()
protected IpcConnectionContextProtos.IpcConnectionContextProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static IpcConnectionContextProtos.IpcConnectionContextProto getDefaultInstance()
public static com.google.protobuf.Parser<IpcConnectionContextProtos.IpcConnectionContextProto> parser()
public com.google.protobuf.Parser<IpcConnectionContextProtos.IpcConnectionContextProto> getParserForType()
public IpcConnectionContextProtos.IpcConnectionContextProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.