Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.master |
Modifier and Type | Method and Description |
---|---|
HMasterInterface |
HConnection.getMaster()
Deprecated.
Removed because it was a mistake exposing master in this
interface (master is an implementation detail). Master functions are
available from HConnection or HBaseAdmin, without having to use
directly the master.
Deprecated in HBase 0.94
|
HMasterInterface |
HBaseAdmin.getMaster()
Deprecated.
Master is an implementation detail for HBaseAdmin.
Deprecated in HBase 0.94
|
Modifier and Type | Class and Description |
---|---|
class |
HMaster
HMaster is the "master server" for HBase.
|
static class |
HMasterCommandLine.LocalHMaster |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.