public class ArbiterStats extends Object implements Serializable
Arbiter.Arbiter.getStats(StatsConfig),
Serialized Form| Modifier and Type | Method and Description |
|---|---|
long |
getAcks()
The number of transactions that has been
acknowledged.
|
long |
getDTVLSN()
The highest commit DTVLSN that has been
acknowledged.
|
long |
getFSyncs()
The number of file fsyncs.
|
String |
getMaster()
The current master node.
|
long |
getReplayQueueOverflow()
The number of attempts to queue a response when
the queue was full.
|
String |
getState()
The ReplicatedEnvironment.State of the node.
|
long |
getVLSN()
The highest commit VLSN that has been
acknowledged.
|
long |
getWrites()
The number of file writes.
|
public long getReplayQueueOverflow()
public long getAcks()
public String getMaster()
public String getState()
public long getVLSN()
public long getDTVLSN()
public long getWrites()
public long getFSyncs()
Copyright © 2024. All rights reserved.