Uses of Class
org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder

Packages that use IpcConnectionContextProtos.UserInformationProto.Builder
org.apache.hadoop.ipc.protobuf   
 

Uses of IpcConnectionContextProtos.UserInformationProto.Builder in org.apache.hadoop.ipc.protobuf
 

Methods in org.apache.hadoop.ipc.protobuf that return IpcConnectionContextProtos.UserInformationProto.Builder
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.clear()
           
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.clearEffectiveUser()
          optional string effectiveUser = 1;
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.clearRealUser()
          optional string realUser = 2;
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.clone()
           
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.IpcConnectionContextProto.Builder.getUserInfoBuilder()
          optional .hadoop.common.UserInformationProto userInfo = 2;
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.mergeFrom(IpcConnectionContextProtos.UserInformationProto other)
           
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
static IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.newBuilder()
           
static IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.newBuilder(IpcConnectionContextProtos.UserInformationProto prototype)
           
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.newBuilderForType()
           
protected  IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.setEffectiveUser(String value)
          optional string effectiveUser = 1;
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.setEffectiveUserBytes(com.google.protobuf.ByteString value)
          optional string effectiveUser = 1;
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.setRealUser(String value)
          optional string realUser = 2;
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.setRealUserBytes(com.google.protobuf.ByteString value)
          optional string realUser = 2;
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.toBuilder()
           
 

Methods in org.apache.hadoop.ipc.protobuf with parameters of type IpcConnectionContextProtos.UserInformationProto.Builder
 IpcConnectionContextProtos.IpcConnectionContextProto.Builder IpcConnectionContextProtos.IpcConnectionContextProto.Builder.setUserInfo(IpcConnectionContextProtos.UserInformationProto.Builder builderForValue)
          optional .hadoop.common.UserInformationProto userInfo = 2;
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.