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.MessageOrBuilderpublic 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.IpcConnectionContextProtoOrBuilderpublic 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.IpcConnectionContextProtoOrBuilderpublic 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.IpcConnectionContextProtoOrBuilderpublic 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.IpcConnectionContextProtoOrBuilderpublic 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.IpcConnectionContextProtoOrBuilderpublic 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.IpcConnectionContextProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic 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.InvalidProtocolBufferExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static IpcConnectionContextProtos.IpcConnectionContextProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic 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.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2008–2020 Apache Software Foundation. All rights reserved.