Interface LoadBalancerStatsInterface

All Known Implementing Classes:
LoadBalancerStats

public interface LoadBalancerStatsInterface
This interface has all of the bean info accessor methods.
  • Method Details

    • setClusterStats

      void setClusterStats(ClusterStats[] value)
    • setClusterStats

      void setClusterStats(int index, ClusterStats value)
    • addClusterStats

      int addClusterStats(ClusterStats value)
    • getClusterStats

      ClusterStats[] getClusterStats()
    • removeClusterStats

      int removeClusterStats(ClusterStats value)
    • fetchClusterStatsList

      List fetchClusterStatsList()
    • sizeClusterStats

      int sizeClusterStats()
    • getClusterStats

      ClusterStats getClusterStats(int index)