public class SlotTableStatusResponse extends Object implements Serializable
| 构造器和说明 |
|---|
SlotTableStatusResponse(long slotTableEpoch,
boolean slotTableLeaderBalanced,
boolean slotTableFollowerBalanced,
boolean slotTableStable,
boolean protectionMode,
Map<String,Integer> leaderCount,
Map<String,Integer> followerCount) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Integer> |
getFollowerCount() |
Map<String,Integer> |
getLeaderCount() |
long |
getSlotTableEpoch() |
boolean |
isProtectionMode() |
boolean |
isSlotTableFollowerBalanced() |
boolean |
isSlotTableLeaderBalanced() |
boolean |
isSlotTableStable() |
String |
toString() |
public boolean isSlotTableStable()
public boolean isSlotTableLeaderBalanced()
public boolean isSlotTableFollowerBalanced()
public long getSlotTableEpoch()
public boolean isProtectionMode()
Copyright © 2023 The Ant Financial. All rights reserved.