public static interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getProtocol()
optional string protocol = 3; |
com.google.protobuf.ByteString |
getProtocolBytes()
optional string protocol = 3; |
IpcConnectionContextProtos.UserInformationProto |
getUserInfo()
optional .hadoop.common.UserInformationProto userInfo = 2; |
IpcConnectionContextProtos.UserInformationProtoOrBuilder |
getUserInfoOrBuilder()
optional .hadoop.common.UserInformationProto userInfo = 2; |
boolean |
hasProtocol()
optional string protocol = 3; |
boolean |
hasUserInfo()
optional .hadoop.common.UserInformationProto userInfo = 2; |
boolean hasUserInfo()
optional .hadoop.common.UserInformationProto userInfo = 2;
UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
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).
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).
boolean hasProtocol()
optional string protocol = 3;
Protocol name for next rpc layer. The client created a proxy with this protocol name
String getProtocol()
optional string protocol = 3;
Protocol name for next rpc layer. The client created a proxy with this protocol name
com.google.protobuf.ByteString getProtocolBytes()
optional string protocol = 3;
Protocol name for next rpc layer. The client created a proxy with this protocol name
Copyright © 2017 Apache Software Foundation. All Rights Reserved.