| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.services.aggregator |
| Modifier and Type | Field and Description |
|---|---|
static ChannelSelector |
ChannelSelector.ALL |
| Modifier and Type | Method and Description |
|---|---|
static ChannelSelector |
ChannelSelector.compile(String rawSelector) |
| Modifier and Type | Method and Description |
|---|---|
static List<ChannelSelector> |
ChannelSelector.compile(Collection<String> rawSelectors) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ChannelSelector.accept(List<String> agents,
List<ChannelSelector> channelSelectors,
AgentChannel channel) |
static <T extends AgentChannel> |
ChannelSelector.filter(List<String> agents,
List<ChannelSelector> channelSelectors,
Collection<T> channels) |
static <T extends AgentChannel> |
ChannelSelector.filter(List<String> agents,
List<ChannelSelector> channelSelectors,
Collection<T> channels,
List<T> out)
Appends channels matching selectors to the provided list.
|
Copyright © 2020 LSST. All rights reserved.