public class LeaderInformation extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static LeaderInformation |
empty() |
boolean |
equals(Object obj) |
String |
getLeaderAddress() |
UUID |
getLeaderSessionID() |
int |
hashCode() |
boolean |
isEmpty() |
static LeaderInformation |
known(UUID leaderSessionID,
String leaderAddress) |
String |
toString() |
public boolean isEmpty()
public static LeaderInformation known(UUID leaderSessionID, String leaderAddress)
public static LeaderInformation empty()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.