Uses of Class
org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.RevokeResponse

Packages that use AccessControlProtos.RevokeResponse
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of AccessControlProtos.RevokeResponse in org.apache.hadoop.hbase.protobuf.generated
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return AccessControlProtos.RevokeResponse
 AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.Builder.build()
           
 AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.Builder.buildPartial()
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.getDefaultInstance()
           
 AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.getDefaultInstanceForType()
           
 AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.Builder.getDefaultInstanceForType()
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseDelimitedFrom(InputStream input)
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseFrom(byte[] data)
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseFrom(com.google.protobuf.ByteString data)
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseFrom(com.google.protobuf.CodedInputStream input)
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseFrom(InputStream input)
           
static AccessControlProtos.RevokeResponse AccessControlProtos.RevokeResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 AccessControlProtos.RevokeResponse AccessControlProtos.AccessControlService.BlockingInterface.revoke(com.google.protobuf.RpcController controller, AccessControlProtos.RevokeRequest request)
           
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AccessControlProtos.RevokeResponse
 AccessControlProtos.RevokeResponse.Builder AccessControlProtos.RevokeResponse.Builder.mergeFrom(AccessControlProtos.RevokeResponse other)
           
static AccessControlProtos.RevokeResponse.Builder AccessControlProtos.RevokeResponse.newBuilder(AccessControlProtos.RevokeResponse prototype)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type AccessControlProtos.RevokeResponse
abstract  void AccessControlProtos.AccessControlService.revoke(com.google.protobuf.RpcController controller, AccessControlProtos.RevokeRequest request, com.google.protobuf.RpcCallback<AccessControlProtos.RevokeResponse> done)
          rpc Revoke(.RevokeRequest) returns (.RevokeResponse);
 void AccessControlProtos.AccessControlService.Interface.revoke(com.google.protobuf.RpcController controller, AccessControlProtos.RevokeRequest request, com.google.protobuf.RpcCallback<AccessControlProtos.RevokeResponse> done)
          rpc Revoke(.RevokeRequest) returns (.RevokeResponse);
 void AccessControlProtos.AccessControlService.Stub.revoke(com.google.protobuf.RpcController controller, AccessControlProtos.RevokeRequest request, com.google.protobuf.RpcCallback<AccessControlProtos.RevokeResponse> done)
           
 



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