Uses of Class
org.apache.hadoop.hbase.protobuf.generated.RPCProtos.UserInformation

Packages that use RPCProtos.UserInformation
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of RPCProtos.UserInformation in org.apache.hadoop.hbase.protobuf.generated
 

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type RPCProtos.UserInformation
static com.google.protobuf.Parser<RPCProtos.UserInformation> RPCProtos.UserInformation.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return RPCProtos.UserInformation
 RPCProtos.UserInformation RPCProtos.UserInformation.Builder.build()
           
 RPCProtos.UserInformation RPCProtos.UserInformation.Builder.buildPartial()
           
static RPCProtos.UserInformation RPCProtos.UserInformation.getDefaultInstance()
           
 RPCProtos.UserInformation RPCProtos.UserInformation.getDefaultInstanceForType()
           
 RPCProtos.UserInformation RPCProtos.UserInformation.Builder.getDefaultInstanceForType()
           
 RPCProtos.UserInformation RPCProtos.ConnectionHeaderOrBuilder.getUserInfo()
          optional .UserInformation user_info = 1;
 RPCProtos.UserInformation RPCProtos.ConnectionHeader.getUserInfo()
          optional .UserInformation user_info = 1;
 RPCProtos.UserInformation RPCProtos.ConnectionHeader.Builder.getUserInfo()
          optional .UserInformation user_info = 1;
static RPCProtos.UserInformation RPCProtos.UserInformation.parseDelimitedFrom(InputStream input)
           
static RPCProtos.UserInformation RPCProtos.UserInformation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCProtos.UserInformation RPCProtos.UserInformation.parseFrom(byte[] data)
           
static RPCProtos.UserInformation RPCProtos.UserInformation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCProtos.UserInformation RPCProtos.UserInformation.parseFrom(com.google.protobuf.ByteString data)
           
static RPCProtos.UserInformation RPCProtos.UserInformation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCProtos.UserInformation RPCProtos.UserInformation.parseFrom(com.google.protobuf.CodedInputStream input)
           
static RPCProtos.UserInformation RPCProtos.UserInformation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RPCProtos.UserInformation RPCProtos.UserInformation.parseFrom(InputStream input)
           
static RPCProtos.UserInformation RPCProtos.UserInformation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type RPCProtos.UserInformation
 com.google.protobuf.Parser<RPCProtos.UserInformation> RPCProtos.UserInformation.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type RPCProtos.UserInformation
 RPCProtos.UserInformation.Builder RPCProtos.UserInformation.Builder.mergeFrom(RPCProtos.UserInformation other)
           
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.mergeUserInfo(RPCProtos.UserInformation value)
          optional .UserInformation user_info = 1;
static RPCProtos.UserInformation.Builder RPCProtos.UserInformation.newBuilder(RPCProtos.UserInformation prototype)
           
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setUserInfo(RPCProtos.UserInformation value)
          optional .UserInformation user_info = 1;
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.