Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Method and Description |
---|---|
ClusterStatus |
HBaseAdmin.getClusterStatus() |
ClusterStatus |
Admin.getClusterStatus() |
Modifier and Type | Method and Description |
---|---|
static ClusterStatus |
ProtobufUtil.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ClusterStatus proto)
Convert a protobuf ClusterStatus to a ClusterStatus
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ClusterStatus |
ProtobufUtil.convert(ClusterStatus status)
Convert a ClusterStatus to a protobuf ClusterStatus
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.