public interface NetworkStats<T extends NetworkStats>
extends net.openhft.chronicle.wire.ReadMarshallable, net.openhft.chronicle.wire.WriteMarshallable
| Modifier and Type | Method and Description |
|---|---|
UUID |
clientId() |
void |
clientId(UUID clientId) |
boolean |
isAcceptor() |
void |
isAcceptor(boolean isAcceptor) |
boolean |
isConnected() |
void |
isConnected(boolean isConnected) |
int |
localIdentifier() |
T |
localIdentifier(int localIdentifier) |
void |
percentile50th(long value) |
void |
percentile90th(long value) |
void |
percentile99_9th(long value) |
void |
percentile99th(long value) |
long |
readBps() |
T |
readBps(long readBps) |
String |
remoteHostName() |
T |
remoteHostName(String hostName) |
int |
remoteIdentifier()
the identifier of the remote instance of engine
|
T |
remoteIdentifier(int remoteIdentifier) |
int |
remotePort() |
void |
remotePort(int port) |
long |
socketPollCountPerSecond() |
T |
socketPollCountPerSecond(long socketPollCountPerSecond) |
long |
timestamp() |
T |
timestamp(long timestamp) |
String |
userId() |
T |
userId(String userId) |
long |
writeBps() |
T |
writeBps(long writeBps) |
long writeBps()
@NotNull T writeBps(long writeBps)
long readBps()
@NotNull T readBps(long readBps)
long socketPollCountPerSecond()
@NotNull T socketPollCountPerSecond(long socketPollCountPerSecond)
long timestamp()
@NotNull T timestamp(long timestamp)
void remotePort(int port)
String userId()
int localIdentifier()
@NotNull T localIdentifier(int localIdentifier)
boolean isAcceptor()
void isAcceptor(boolean isAcceptor)
int remoteIdentifier()
@NotNull T remoteIdentifier(int remoteIdentifier)
void clientId(UUID clientId)
UUID clientId()
String remoteHostName()
int remotePort()
boolean isConnected()
void isConnected(boolean isConnected)
void percentile50th(long value)
value - round trip latency, 50th percentilevoid percentile90th(long value)
value - round trip latency, 90th percentilevoid percentile99th(long value)
value - round trip latency, 99th percentilevoid percentile99_9th(long value)
value - round trip latency, 99.9th percentileCopyright © 2017. All rights reserved.