org.apache.hadoop.ipc.protobuf
Interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IpcConnectionContextProtos.IpcConnectionContextProto, IpcConnectionContextProtos.IpcConnectionContextProto.Builder
Enclosing class:
IpcConnectionContextProtos

public static interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


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

hasUserInfo

boolean hasUserInfo()
optional .hadoop.common.UserInformationProto userInfo = 2;
 UserInfo beyond what is determined as part of security handshake 
 at connection time (kerberos, tokens etc).
 


getUserInfo

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).
 


getUserInfoOrBuilder

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).
 


hasProtocol

boolean hasProtocol()
optional string protocol = 3;
 Protocol name for next rpc layer.
 The client created a proxy with this protocol name
 


getProtocol

String getProtocol()
optional string protocol = 3;
 Protocol name for next rpc layer.
 The client created a proxy with this protocol name
 


getProtocolBytes

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 © 2014 Apache Software Foundation. All Rights Reserved.