|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
| Method Summary | |
|---|---|
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; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||