Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Method and Description |
---|---|
ServerTask |
ServerTaskBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ServerTask> |
ClusterMetrics.getMasterTasks()
Provide the list of master tasks
|
List<ServerTask> |
ClusterStatus.getMasterTasks()
Deprecated.
|
List<ServerTask> |
ServerLoad.getTasks()
Deprecated.
|
List<ServerTask> |
ServerMetrics.getTasks()
Called directly from clients such as the hbase shell
|
Modifier and Type | Method and Description |
---|---|
ClusterMetricsBuilder |
ClusterMetricsBuilder.setMasterTasks(List<ServerTask> masterTasks) |
ServerMetricsBuilder |
ServerMetricsBuilder.setTasks(List<ServerTask> tasks) |
Modifier and Type | Method and Description |
---|---|
static ServerTask |
ProtobufUtil.getServerTask(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerTask task) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ServerTask |
ProtobufUtil.toServerTask(ServerTask task) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.