Class ServerStatisticsAPIImpl
java.lang.Object
org.apache.shardingsphere.elasticjob.lite.lifecycle.internal.statistics.ServerStatisticsAPIImpl
- All Implemented Interfaces:
ServerStatisticsAPI
Server statistics API implementation class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all servers brief info.intGet servers total count.
-
Constructor Details
-
ServerStatisticsAPIImpl
public ServerStatisticsAPIImpl()
-
-
Method Details
-
getServersTotalCount
public int getServersTotalCount()Description copied from interface:ServerStatisticsAPIGet servers total count.- Specified by:
getServersTotalCountin interfaceServerStatisticsAPI- Returns:
- servers total count
-
getAllServersBriefInfo
Description copied from interface:ServerStatisticsAPIGet all servers brief info.- Specified by:
getAllServersBriefInfoin interfaceServerStatisticsAPI- Returns:
- all servers brief info
-