public class LeaderInfo extends Object
| Constructor and Description |
|---|
LeaderInfo(String groupName,
String leader,
Date timestamp,
Set<String> members) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
String |
getLeader() |
Date |
getLocalTimestamp() |
Set<String> |
getMembers() |
boolean |
hasEmptyLeader() |
boolean |
hasValidLeader() |
boolean |
isValidLeader(String pod) |
String |
toString() |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.