@InterfaceAudience.Private public class Summary extends Object
Constructor and Description |
---|
Summary(String currentTime,
String version,
String clusterId,
int servers,
int liveServers,
int deadServers,
int regionCount,
int ritCount,
double averageLoad,
long aggregateRequestPerSecond) |
Modifier and Type | Method and Description |
---|---|
long |
getAggregateRequestPerSecond() |
double |
getAverageLoad() |
String |
getClusterId() |
String |
getCurrentTime() |
int |
getDeadServers() |
int |
getLiveServers() |
int |
getRegionCount() |
int |
getRitCount() |
int |
getServers() |
String |
getVersion() |
public String getCurrentTime()
public String getVersion()
public String getClusterId()
public int getServers()
public int getLiveServers()
public int getDeadServers()
public int getRegionCount()
public int getRitCount()
public double getAverageLoad()
public long getAggregateRequestPerSecond()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.