@ThreadSafe public interface Cache<T> extends ConfigWatcher
Cache is a generic config cache with support for watchers.| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
groups()
Returns all known
Base.Node groups. |
StatusInfo |
statusInfo(T group)
Returns the current
StatusInfo for the given Base.Node group. |
createWatchCollection<T> groups()
Base.Node groups.StatusInfo statusInfo(T group)
StatusInfo for the given Base.Node group.group - the node group whose status is being fetchedCopyright © 2018 The Envoy Project. All rights reserved.