public class NetworkStats
extends net.openhft.chronicle.wire.SelfDescribingMarshallable
Constructor and Description |
---|
NetworkStats() |
usesSelfDescribingMessage
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
$equals, $fieldInfos, $hashCode, $toString, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, fromString, getClassName, getField, mergeToMap, readMarshallable, reset, setField, streamFromFile, streamFromFile, writeMarshallable
public String userId()
public NetworkStats userId(String userId)
public long writeBps()
public NetworkStats writeBps(long writeBps)
public long readBps()
public NetworkStats readBps(long readBps)
public long writeEwma()
public NetworkStats writeEwma(long writeEwma)
public long readEwma()
public NetworkStats readEwma(long readEwma)
public long index()
public NetworkStats index(long index)
public long timestamp()
public NetworkStats timestamp(long timestamp)
public long socketPollRate()
public NetworkStats socketPollRate(long socketPollRate)
public int localIdentifier()
public NetworkStats localIdentifier(int localIdentifier)
public int p50()
public NetworkStats p50(int p50)
public int p90()
public NetworkStats p90(int p90)
public int p99()
public NetworkStats p99(int p99)
public int p99_9()
public NetworkStats p99_9(int p99_9)
public int remoteIdentifier()
public NetworkStats remoteIdentifier(int remoteIdentifier)
public boolean connected()
public NetworkStats connected(boolean connected)
public boolean acceptor()
public NetworkStats acceptor(boolean acceptor)
public net.openhft.chronicle.wire.WireType wireType()
public NetworkStats wireType(net.openhft.chronicle.wire.WireType wireType)
public UUID clientId()
public NetworkStats clientId(UUID clientId)
public String remoteHostName()
public NetworkStats remoteHostName(String remoteHostName)
public int remotePort()
public NetworkStats remotePort(int remotePort)
public String host()
public NetworkStats host(String host)
Copyright © 2020. All rights reserved.