public class HBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_PATH |
| Constructor and Description |
|---|
HBase(KnoxSession session) |
| Modifier and Type | Method and Description |
|---|---|
ClusterVersion.Request |
clusterVersion() |
static HBase |
session(KnoxSession session) |
Status.Request |
status() |
SystemVersion.Request |
systemVersion() |
Table |
table() |
Table |
table(String name) |
public static final String SERVICE_PATH
public HBase(KnoxSession session)
public static HBase session(KnoxSession session)
public SystemVersion.Request systemVersion()
public ClusterVersion.Request clusterVersion()
public Status.Request status()
public Table table()
Copyright © 2020 The Apache Software Foundation. All rights reserved.