public class ApiCount extends Object
| 构造器和说明 |
|---|
ApiCount() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAvgDbCount() |
Long |
getAvgDbRow() |
Long |
getAvgServiceCount() |
AtomicLong |
getDbCount() |
AtomicLong |
getDbRow() |
Long |
getMaxDbCount() |
Long |
getMaxDbRow() |
Long |
getMaxServiceCount() |
String |
getRestApi() |
AtomicLong |
getRestCount() |
AtomicLong |
getServiceCount() |
void |
setAvgDbCount(Long avgDbCount) |
void |
setAvgDbRow(Long avgDbRow) |
void |
setAvgServiceCount(Long avgServiceCount) |
void |
setDbCount(AtomicLong dbCount) |
void |
setDbRow(AtomicLong dbRow) |
void |
setMaxDbCount(Long maxDbCount) |
void |
setMaxDbRow(Long maxDbRow) |
void |
setMaxServiceCount(Long maxServiceCount) |
void |
setRestApi(String restApi) |
void |
setRestCount(AtomicLong restCount) |
void |
setServiceCount(AtomicLong serviceCount) |
public AtomicLong getRestCount()
public void setRestCount(AtomicLong restCount)
public AtomicLong getServiceCount()
public void setServiceCount(AtomicLong serviceCount)
public AtomicLong getDbCount()
public void setDbCount(AtomicLong dbCount)
public Long getMaxServiceCount()
public void setMaxServiceCount(Long maxServiceCount)
public Long getMaxDbCount()
public void setMaxDbCount(Long maxDbCount)
public Long getAvgServiceCount()
public void setAvgServiceCount(Long avgServiceCount)
public Long getAvgDbCount()
public void setAvgDbCount(Long avgDbCount)
public String getRestApi()
public void setRestApi(String restApi)
public Long getAvgDbRow()
public void setAvgDbRow(Long avgDbRow)
public Long getMaxDbRow()
public void setMaxDbRow(Long maxDbRow)
public AtomicLong getDbRow()
public void setDbRow(AtomicLong dbRow)
Copyright © 2020. All rights reserved.