java.io.Serializablepublic class ArbiterStats
extends java.lang.Object
implements java.io.Serializable
Arbiter.Arbiter.getStats(StatsConfig),
Serialized Form| Modifier and Type | Method | 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.
|
java.lang.String |
getMaster() |
The current master node.
|
long |
getReplayQueueOverflow() |
The number of attempts to queue a response when
the queue was full.
|
java.lang.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 java.lang.String getMaster()
public java.lang.String getState()
public long getVLSN()
public long getDTVLSN()
public long getWrites()
public long getFSyncs()
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.