|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessControlProtos.RevokeResponse | |
---|---|
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.security.access |
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)
|
Uses of AccessControlProtos.RevokeResponse in org.apache.hadoop.hbase.security.access |
---|
Methods in org.apache.hadoop.hbase.security.access that return AccessControlProtos.RevokeResponse | |
---|---|
static AccessControlProtos.RevokeResponse |
AccessControlClient.revoke(org.apache.hadoop.conf.Configuration conf,
String username,
TableName tableName,
byte[] family,
byte[] qualifier,
AccessControlProtos.Permission.Action... actions)
Deprecated. Use AccessControlClient.revoke(Configuration, TableName, String, byte[], byte[], Permission.Action...) instead |
Method parameters in org.apache.hadoop.hbase.security.access with type arguments of type AccessControlProtos.RevokeResponse | |
---|---|
void |
AccessController.revoke(com.google.protobuf.RpcController controller,
AccessControlProtos.RevokeRequest request,
com.google.protobuf.RpcCallback<AccessControlProtos.RevokeResponse> done)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |