Uses of Class
org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Packages that use StorageClusterStatusModel.Node
-
Uses of StorageClusterStatusModel.Node in org.apache.hadoop.hbase.rest.model
Fields in org.apache.hadoop.hbase.rest.model with type parameters of type StorageClusterStatusModel.NodeModifier and TypeFieldDescriptionprivate List<StorageClusterStatusModel.Node>
StorageClusterStatusModel.liveNodes
Methods in org.apache.hadoop.hbase.rest.model that return StorageClusterStatusModel.NodeModifier and TypeMethodDescriptionStorageClusterStatusModel.addLiveNode
(String name, long startCode, int heapSizeMB, int maxHeapSizeMB) Add a live node to the cluster representation.StorageClusterStatusModel.getLiveNode
(int index) Methods in org.apache.hadoop.hbase.rest.model that return types with arguments of type StorageClusterStatusModel.NodeModifier and TypeMethodDescriptionStorageClusterStatusModel.getLiveNodes()
Returns the list of live nodesMethod parameters in org.apache.hadoop.hbase.rest.model with type arguments of type StorageClusterStatusModel.NodeModifier and TypeMethodDescriptionvoid
StorageClusterStatusModel.setLiveNodes
(List<StorageClusterStatusModel.Node> nodes)