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

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

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

Methods in org.hbase.async.generated that return RPCPB.UserInformation.Builder
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.clear()
           
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.clearEffectiveUser()
          required string effective_user = 1;
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.clearRealUser()
          optional string real_user = 2;
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.clone()
           
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.mergeFrom(RPCPB.UserInformation other)
           
static RPCPB.UserInformation.Builder RPCPB.UserInformation.newBuilder()
           
static RPCPB.UserInformation.Builder RPCPB.UserInformation.newBuilder(RPCPB.UserInformation prototype)
           
 RPCPB.UserInformation.Builder RPCPB.UserInformation.newBuilderForType()
           
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.setEffectiveUser(String value)
          required string effective_user = 1;
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.setEffectiveUserBytes(com.google.protobuf.ByteString value)
          required string effective_user = 1;
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.setRealUser(String value)
          optional string real_user = 2;
 RPCPB.UserInformation.Builder RPCPB.UserInformation.Builder.setRealUserBytes(com.google.protobuf.ByteString value)
          optional string real_user = 2;
 RPCPB.UserInformation.Builder RPCPB.UserInformation.toBuilder()
           
 

Methods in org.hbase.async.generated with parameters of type RPCPB.UserInformation.Builder
 RPCPB.ConnectionHeader.Builder RPCPB.ConnectionHeader.Builder.setUserInfo(RPCPB.UserInformation.Builder builderForValue)
          optional .UserInformation user_info = 1;
 



Copyright © 2010-2015, The Async HBase Authors