| 程序包 | 说明 |
|---|---|
| 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.zookeeper |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VHostMapListener
Created by zhenyuan.wzy on 2018/3/15.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ZooKeeperListener> |
ZooKeeperWatcher.getListeners()
Get a copy of current registered listeners
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ZooKeeperWatcher.registerListener(ZooKeeperListener listener)
Register the specified listener to receive ZooKeeper events.
|
void |
ZooKeeperWatcher.registerListenerFirst(ZooKeeperListener listener)
Register the specified listener to receive ZooKeeper events and add it as
the first in the list of current listeners.
|
void |
ZooKeeperWatcher.unregisterListener(ZooKeeperListener listener) |
Copyright © 2007–2019. All rights reserved.