Package | Description |
---|---|
org.apache.hadoop.hbase.rest.model |
Modifier and Type | Field and Description |
---|---|
private List<StorageClusterStatusModel.Node> |
StorageClusterStatusModel.liveNodes |
Modifier and Type | Method and Description |
---|---|
StorageClusterStatusModel.Node |
StorageClusterStatusModel.addLiveNode(String name,
long startCode,
int heapSizeMB,
int maxHeapSizeMB)
Add a live node to the cluster representation.
|
StorageClusterStatusModel.Node |
StorageClusterStatusModel.getLiveNode(int index) |
Modifier and Type | Method and Description |
---|---|
List<StorageClusterStatusModel.Node> |
StorageClusterStatusModel.getLiveNodes()
Returns the list of live nodes
|
Modifier and Type | Method and Description |
---|---|
void |
StorageClusterStatusModel.setLiveNodes(List<StorageClusterStatusModel.Node> nodes) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.