Package | Description |
---|---|
org.apache.hadoop.hbase.rest.model |
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() |
Modifier and Type | Method and Description |
---|---|
void |
StorageClusterStatusModel.setLiveNodes(List<StorageClusterStatusModel.Node> nodes) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.