Uses of Class
org.opennms.netmgt.flows.api.Host
-
Packages that use Host Package Description org.opennms.netmgt.flows.api org.opennms.netmgt.flows.elastic org.opennms.netmgt.flows.elastic.agg -
-
Uses of Host in org.opennms.netmgt.flows.api
Methods in org.opennms.netmgt.flows.api that return Host Modifier and Type Method Description Host
Host.Builder. build()
Host
Conversation. getLowerHost()
Host
Conversation. getUpperHost()
Methods in org.opennms.netmgt.flows.api that return types with arguments of type Host Modifier and Type Method Description CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>>
FlowQueryService. getHostSeries(Set<String> hosts, long step, boolean includeOther, List<Filter> filters)
CompletableFuture<List<TrafficSummary<Host>>>
FlowQueryService. getHostSummaries(Set<String> hosts, boolean includeOther, List<Filter> filters)
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>>
FlowQueryService. getTopNHostSeries(int N, long step, boolean includeOther, List<Filter> filters)
CompletableFuture<List<TrafficSummary<Host>>>
FlowQueryService. getTopNHostSummaries(int N, boolean includeOther, List<Filter> filters)
Methods in org.opennms.netmgt.flows.api with parameters of type Host Modifier and Type Method Description static Host.Builder
Host. from(Host host)
-
Uses of Host in org.opennms.netmgt.flows.elastic
Methods in org.opennms.netmgt.flows.elastic that return types with arguments of type Host Modifier and Type Method Description CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>>
RawFlowQueryService. getHostSeries(Set<String> hosts, long step, boolean includeOther, List<Filter> filters)
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>>
SmartQueryService. getHostSeries(Set<String> hosts, long step, boolean includeOther, List<Filter> filters)
CompletableFuture<List<TrafficSummary<Host>>>
RawFlowQueryService. getHostSummaries(Set<String> hosts, boolean includeOther, List<Filter> filters)
CompletableFuture<List<TrafficSummary<Host>>>
SmartQueryService. getHostSummaries(Set<String> hosts, boolean includeOther, List<Filter> filters)
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>>
RawFlowQueryService. getTopNHostSeries(int N, long step, boolean includeOther, List<Filter> filters)
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>>
SmartQueryService. getTopNHostSeries(int N, long step, boolean includeOther, List<Filter> filters)
CompletableFuture<List<TrafficSummary<Host>>>
RawFlowQueryService. getTopNHostSummaries(int N, boolean includeOther, List<Filter> filters)
CompletableFuture<List<TrafficSummary<Host>>>
SmartQueryService. getTopNHostSummaries(int N, boolean includeOther, List<Filter> filters)
CompletableFuture<Host>
RawFlowQueryService. resolveHostnameForHost(String host, List<Filter> filters)
-
Uses of Host in org.opennms.netmgt.flows.elastic.agg
Fields in org.opennms.netmgt.flows.elastic.agg declared as Host Modifier and Type Field Description static Host
Types.HostType. OTHER
Methods in org.opennms.netmgt.flows.elastic.agg that return Host Modifier and Type Method Description Host
Types.HostType. getOtherEntity()
Host
Types.HostType. toEntity(String host)
Methods in org.opennms.netmgt.flows.elastic.agg that return types with arguments of type Host Modifier and Type Method Description CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>>
AggregatedFlowQueryService. getHostSeries(Set<String> hosts, long step, boolean includeOther, List<Filter> filters)
CompletableFuture<List<TrafficSummary<Host>>>
AggregatedFlowQueryService. getHostSummaries(Set<String> hosts, boolean includeOther, List<Filter> filters)
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>>
AggregatedFlowQueryService. getTopNHostSeries(int N, long step, boolean includeOther, List<Filter> filters)
CompletableFuture<List<TrafficSummary<Host>>>
AggregatedFlowQueryService. getTopNHostSummaries(int N, boolean includeOther, List<Filter> filters)
CompletableFuture<Host>
AggregatedFlowQueryService. resolveHostnameForHost(Host host, List<Filter> filters)
Methods in org.opennms.netmgt.flows.elastic.agg with parameters of type Host Modifier and Type Method Description CompletableFuture<Host>
AggregatedFlowQueryService. resolveHostnameForHost(Host host, List<Filter> filters)
-