public interface StatusInfo<T>
StatusInfo tracks the state for remote envoy nodes.| Modifier and Type | Method and Description |
|---|---|
long |
lastWatchRequestTime()
Returns the timestamp of the last discovery watch request.
|
T |
nodeGroup()
Returns the node grouping represented by this status, generated via
NodeGroup#hash(Node). |
int |
numWatches()
Returns the number of open watches.
|
long lastWatchRequestTime()
T nodeGroup()
NodeGroup#hash(Node).int numWatches()
Copyright © 2018 The Envoy Project. All rights reserved.