public class ClusterInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
@Nullable java.lang.String |
getLeader()
The server name of the RAFT leader
|
@Nullable java.time.ZonedDateTime |
getLeaderSince()
The time that it was elected as leader, absent when not the leader
|
@Nullable java.lang.String |
getName()
The cluster name.
|
@Nullable java.lang.String |
getRaftGroup()
In clustered environments the name of the Raft group managing the asset
|
@Nullable java.util.List<Replica> |
getReplicas()
The members of the RAFT cluster.
|
@Nullable java.lang.String |
getTrafficAccount()
The account where the replication traffic goes over.
|
boolean |
isSystemAccount()
Indicates if the traffic_account is the system account.
|
java.lang.String |
toString() |
public @Nullable java.lang.String getName()
public @Nullable java.lang.String getRaftGroup()
public @Nullable java.lang.String getLeader()
public @Nullable java.time.ZonedDateTime getLeaderSince()
public boolean isSystemAccount()
public @Nullable java.lang.String getTrafficAccount()
public @Nullable java.util.List<Replica> getReplicas()
public java.lang.String toString()
toString in class java.lang.Object