Package | Description |
---|---|
org.opennms.netmgt.flows.api | |
org.opennms.netmgt.flows.elastic |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<com.google.common.collect.Table<Directional<String>,Long,Double>> |
FlowRepository.getApplicationSeries(Set<String> applications,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Conversation>,Long,Double>> |
FlowRepository.getConversationSeries(Set<String> conversations,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>> |
FlowRepository.getHostSeries(Set<String> hosts,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<String>,Long,Double>> |
FlowRepository.getTopNApplicationSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Conversation>,Long,Double>> |
FlowRepository.getTopNConversationSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>> |
FlowRepository.getTopNHostSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<com.google.common.collect.Table<Directional<String>,Long,Double>> |
InitializingFlowRepository.getApplicationSeries(Set<String> applications,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<String>,Long,Double>> |
ElasticFlowRepository.getApplicationSeries(Set<String> applications,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Conversation>,Long,Double>> |
InitializingFlowRepository.getConversationSeries(Set<String> conversations,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Conversation>,Long,Double>> |
ElasticFlowRepository.getConversationSeries(Set<String> conversations,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>> |
InitializingFlowRepository.getHostSeries(Set<String> hosts,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>> |
ElasticFlowRepository.getHostSeries(Set<String> hosts,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<String>,Long,Double>> |
InitializingFlowRepository.getTopNApplicationSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<String>,Long,Double>> |
ElasticFlowRepository.getTopNApplicationSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Conversation>,Long,Double>> |
InitializingFlowRepository.getTopNConversationSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Conversation>,Long,Double>> |
ElasticFlowRepository.getTopNConversationSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>> |
InitializingFlowRepository.getTopNHostSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<Host>,Long,Double>> |
ElasticFlowRepository.getTopNHostSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
protected static <C,V> com.google.common.collect.Table<Directional<String>,C,V> |
TableUtils.sortTableByRowKeys(com.google.common.collect.Table<Directional<String>,C,V> table,
List<String> rowKeys)
Given a table, sort the rows such that the row keys appear in the same order
as the given list.
|
Modifier and Type | Method and Description |
---|---|
protected static <C,V> com.google.common.collect.Table<Directional<String>,C,V> |
TableUtils.sortTableByRowKeys(com.google.common.collect.Table<Directional<String>,C,V> table,
List<String> rowKeys)
Given a table, sort the rows such that the row keys appear in the same order
as the given list.
|
Copyright © 2021. All rights reserved.