public class DiscoveryClient.Stats
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
initLocalRegistrySize() |
boolean |
initSucceeded()
Used to determine if the Discovery client's first attempt to fetch from the service registry succeeded with
non-empty results.
|
long |
initTimestampMs() |
long |
lastSuccessfulHeartbeatTimestampMs() |
long |
lastSuccessfulRegistryFetchTimestampMs() |
int |
localRegistrySize() |
public int initLocalRegistrySize()
public long initTimestampMs()
public int localRegistrySize()
public long lastSuccessfulRegistryFetchTimestampMs()
public long lastSuccessfulHeartbeatTimestampMs()
public boolean initSucceeded()