public class DataServerStats extends Object
Feb 24, 2021
| 构造器和说明 |
|---|
DataServerStats(String dataServer,
long slotTableEpoch,
List<BaseSlotStatus> slotStatuses)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDataServer()
Gets get data server.
|
List<BaseSlotStatus> |
getSlotStatus()
Gets get slot status.
|
long |
getSlotTableEpoch()
Gets get slot table epoch.
|
String |
toString() |
public DataServerStats(String dataServer, long slotTableEpoch, List<BaseSlotStatus> slotStatuses)
dataServer - dataServerslotTableEpoch - the slot table epochslotStatuses - the slot statuspublic long getSlotTableEpoch()
public List<BaseSlotStatus> getSlotStatus()
public String getDataServer()
Copyright © 2023 The Ant Financial. All rights reserved.