public interface MonitorFilter
| Modifier and Type | Field and Description |
|---|---|
static MonitorFilter |
PASS
Trivial filter that accepts all channels and does not modify paths.
|
| Modifier and Type | Method and Description |
|---|---|
default Set<String> |
getDisplayChannels()
Returns a set of display paths produced by this filter.
|
default List<String> |
getDisplayPath(String originPath)
Returns a list of display channels for the specified original channel.
|
default String |
getName(String displayPath)
Returns the channel name for the specified display path.
|
default Set<String> |
getOriginChannels()
Returns a set of original channel paths accepted by this filter.
|
default String |
getOriginPath(String displayPath)
Returns the original path corresponding to the specified display channel.
|
default Set<String> |
getSubsystems()
Returns a set of subsystem names accepted by this filter.
|
static final MonitorFilter PASS
default Set<String> getSubsystems()
null if any subsystem might be accepted.default Set<String> getOriginChannels()
null if any
original path for which getDisplayPath(java.lang.String) returns a non-empty list is accepted.default Set<String> getDisplayChannels()
getDisplayPath(java.lang.String)
applied to accepted original channels. Otherwise, any display channels for
which the data is available will be displayed.null if the set is not fixed.default String getOriginPath(String displayPath)
displayPath - The display channel path.null if the specified path does not correspond to any original channel.default List<String> getDisplayPath(String originPath)
originPath - The path of the original channel.Copyright © 2017 LSST. All rights reserved.