Uses of Class
org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.WhoAmIRequest

Uses of AuthenticationProtos.WhoAmIRequest in org.apache.hadoop.hbase.protobuf.generated
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return AuthenticationProtos.WhoAmIRequest
 AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.Builder.build()
           
 AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.Builder.buildPartial()
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.getDefaultInstance()
           
 AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.getDefaultInstanceForType()
           
 AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.Builder.getDefaultInstanceForType()
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseDelimitedFrom(InputStream input)
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseFrom(byte[] data)
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseFrom(com.google.protobuf.ByteString data)
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseFrom(InputStream input)
           
static AuthenticationProtos.WhoAmIRequest AuthenticationProtos.WhoAmIRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AuthenticationProtos.WhoAmIRequest
 AuthenticationProtos.WhoAmIRequest.Builder AuthenticationProtos.WhoAmIRequest.Builder.mergeFrom(AuthenticationProtos.WhoAmIRequest other)
           
static AuthenticationProtos.WhoAmIRequest.Builder AuthenticationProtos.WhoAmIRequest.newBuilder(AuthenticationProtos.WhoAmIRequest prototype)
           
 AuthenticationProtos.WhoAmIResponse AuthenticationProtos.AuthenticationService.BlockingInterface.whoAmI(com.google.protobuf.RpcController controller, AuthenticationProtos.WhoAmIRequest request)
           
abstract  void AuthenticationProtos.AuthenticationService.whoAmI(com.google.protobuf.RpcController controller, AuthenticationProtos.WhoAmIRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
          rpc WhoAmI(.WhoAmIRequest) returns (.WhoAmIResponse);
 void AuthenticationProtos.AuthenticationService.Interface.whoAmI(com.google.protobuf.RpcController controller, AuthenticationProtos.WhoAmIRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
          rpc WhoAmI(.WhoAmIRequest) returns (.WhoAmIResponse);
 void AuthenticationProtos.AuthenticationService.Stub.whoAmI(com.google.protobuf.RpcController controller, AuthenticationProtos.WhoAmIRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.