public class WireNetworkStats extends net.openhft.chronicle.wire.AbstractMarshallable implements NetworkStats<WireNetworkStats>
| Constructor and Description |
|---|
WireNetworkStats() |
WireNetworkStats(int localIdentifier) |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic WireNetworkStats(int localIdentifier)
public WireNetworkStats()
public long percentile90th()
public long percentile50th()
public long percentile99th()
public long percentile99_9th()
public Enum wireType()
@NotNull public WireNetworkStats wireType(Enum wireType)
public String userId()
userId in interface NetworkStats<WireNetworkStats>@NotNull public WireNetworkStats userId(String userId)
userId in interface NetworkStats<WireNetworkStats>public long writeBps()
writeBps in interface NetworkStats<WireNetworkStats>@NotNull public WireNetworkStats writeBps(long writeBps)
writeBps in interface NetworkStats<WireNetworkStats>public long readBps()
readBps in interface NetworkStats<WireNetworkStats>@NotNull public WireNetworkStats readBps(long readBps)
readBps in interface NetworkStats<WireNetworkStats>public long socketPollCountPerSecond()
socketPollCountPerSecond in interface NetworkStats<WireNetworkStats>@NotNull public WireNetworkStats socketPollCountPerSecond(long socketPollCountPerSecond)
socketPollCountPerSecond in interface NetworkStats<WireNetworkStats>public long timestamp()
timestamp in interface NetworkStats<WireNetworkStats>@NotNull public WireNetworkStats timestamp(long timestamp)
timestamp in interface NetworkStats<WireNetworkStats>@NotNull public WireNetworkStats remoteHostName(@NotNull String hostName)
remoteHostName in interface NetworkStats<WireNetworkStats>public void remotePort(int port)
remotePort in interface NetworkStats<WireNetworkStats>public int localIdentifier()
localIdentifier in interface NetworkStats<WireNetworkStats>@NotNull public WireNetworkStats localIdentifier(int localIdentifier)
localIdentifier in interface NetworkStats<WireNetworkStats>public boolean isAcceptor()
isAcceptor in interface NetworkStats<WireNetworkStats>public void isAcceptor(boolean isAcceptor)
isAcceptor in interface NetworkStats<WireNetworkStats>public int remoteIdentifier()
NetworkStatsremoteIdentifier in interface NetworkStats<WireNetworkStats>@NotNull public WireNetworkStats remoteIdentifier(int remoteIdentifier)
remoteIdentifier in interface NetworkStats<WireNetworkStats>public void clientId(UUID clientId)
clientId in interface NetworkStats<WireNetworkStats>public UUID clientId()
clientId in interface NetworkStats<WireNetworkStats>public String remoteHostName()
remoteHostName in interface NetworkStats<WireNetworkStats>public int remotePort()
remotePort in interface NetworkStats<WireNetworkStats>public boolean isConnected()
isConnected in interface NetworkStats<WireNetworkStats>public void isConnected(boolean isConnected)
isConnected in interface NetworkStats<WireNetworkStats>public void percentile50th(long percentile50th)
percentile50th in interface NetworkStats<WireNetworkStats>percentile50th - round trip latency, 50th percentilepublic void percentile90th(long percentile90th)
percentile90th in interface NetworkStats<WireNetworkStats>percentile90th - round trip latency, 90th percentilepublic void percentile99th(long percentile99th)
percentile99th in interface NetworkStats<WireNetworkStats>percentile99th - round trip latency, 99th percentilepublic void percentile99_9th(long percentile99_9th)
percentile99_9th in interface NetworkStats<WireNetworkStats>percentile99_9th - round trip latency, 99.9th percentileCopyright © 2017. All rights reserved.