程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin . |
org.apache.hadoop.hbase.security.access |
类和说明 |
---|
Permission
Base permissions instance representing the ability to perform a given set
of actions.
|
类和说明 |
---|
Permission
Base permissions instance representing the ability to perform a given set
of actions.
|
Permission.Action |
TablePermission
Represents an authorization for access for the given actions, optionally
restricted to the given column family or column qualifier, over the
given table.
|
UserPermission
Represents an authorization for access over the given table, column family
plus qualifier, for the given user.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.