Interface LoadBalancerStatsInterface
- All Known Implementing Classes:
LoadBalancerStats
public interface LoadBalancerStatsInterface
This interface has all of the bean info accessor methods.
-
Method Summary
Modifier and TypeMethodDescriptionintaddClusterStats(ClusterStats value) getClusterStats(int index) intremoveClusterStats(ClusterStats value) voidsetClusterStats(int index, ClusterStats value) voidsetClusterStats(ClusterStats[] value) int
-
Method Details
-
setClusterStats
-
setClusterStats
-
addClusterStats
-
getClusterStats
ClusterStats[] getClusterStats() -
removeClusterStats
-
fetchClusterStatsList
List fetchClusterStatsList() -
sizeClusterStats
int sizeClusterStats() -
getClusterStats
-