Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HMasterInterface
Clients interact with the HMasterInterface to gain access to meta-level
HBase functionality, like finding an HRegionServer and creating/destroying
tables.
|
interface |
HMasterRegionInterface
The Master publishes this Interface for RegionServers to register themselves
on.
|
interface |
HRegionInterface
Clients interact with HRegionServers using a handle to the HRegionInterface.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.