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

Packages that use IpcConnectionContextProtos.UserInformationProto
org.apache.hadoop.ipc.protobuf   
org.apache.hadoop.util Common utilities. 
 

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

Methods in org.apache.hadoop.ipc.protobuf that return IpcConnectionContextProtos.UserInformationProto
 IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.Builder.build()
           
 IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.Builder.buildPartial()
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.getDefaultInstance()
           
 IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.getDefaultInstanceForType()
           
 IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.Builder.getDefaultInstanceForType()
           
 IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder.getUserInfo()
           
 IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.IpcConnectionContextProto.getUserInfo()
           
 IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.IpcConnectionContextProto.Builder.getUserInfo()
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseDelimitedFrom(InputStream input)
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseFrom(byte[] data)
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseFrom(com.google.protobuf.ByteString data)
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseFrom(InputStream input)
           
static IpcConnectionContextProtos.UserInformationProto IpcConnectionContextProtos.UserInformationProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.ipc.protobuf with parameters of type IpcConnectionContextProtos.UserInformationProto
 IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.Builder.mergeFrom(IpcConnectionContextProtos.UserInformationProto other)
           
 IpcConnectionContextProtos.IpcConnectionContextProto.Builder IpcConnectionContextProtos.IpcConnectionContextProto.Builder.mergeUserInfo(IpcConnectionContextProtos.UserInformationProto value)
           
static IpcConnectionContextProtos.UserInformationProto.Builder IpcConnectionContextProtos.UserInformationProto.newBuilder(IpcConnectionContextProtos.UserInformationProto prototype)
           
 IpcConnectionContextProtos.IpcConnectionContextProto.Builder IpcConnectionContextProtos.IpcConnectionContextProto.Builder.setUserInfo(IpcConnectionContextProtos.UserInformationProto value)
           
 

Uses of IpcConnectionContextProtos.UserInformationProto in org.apache.hadoop.util
 

Methods in org.apache.hadoop.util with parameters of type IpcConnectionContextProtos.UserInformationProto
static org.apache.hadoop.security.UserGroupInformation ProtoUtil.getUgi(IpcConnectionContextProtos.UserInformationProto userInfo)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.