Uses of Class
org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node

Packages that use StorageClusterStatusModel.Node
org.apache.hadoop.hbase.rest.model   
 

Uses of StorageClusterStatusModel.Node in org.apache.hadoop.hbase.rest.model
 

Methods in org.apache.hadoop.hbase.rest.model that return StorageClusterStatusModel.Node
 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)
           
 

Methods in org.apache.hadoop.hbase.rest.model that return types with arguments of type StorageClusterStatusModel.Node
 List<StorageClusterStatusModel.Node> StorageClusterStatusModel.getLiveNodes()
           
 

Method parameters in org.apache.hadoop.hbase.rest.model with type arguments of type StorageClusterStatusModel.Node
 void StorageClusterStatusModel.setLiveNodes(List<StorageClusterStatusModel.Node> nodes)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.