Uses of Class
org.hbase.async.generated.RPCPB.UserInformation

Packages that use RPCPB.UserInformation
org.hbase.async.generated   
 

Uses of RPCPB.UserInformation in org.hbase.async.generated
 

Fields in org.hbase.async.generated with type parameters of type RPCPB.UserInformation
static com.google.protobuf.Parser<RPCPB.UserInformation> RPCPB.UserInformation.PARSER
           
 

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

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

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



Copyright © 2010-2015, The Async HBase Authors