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.getTopNApplicationsSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<ConversationKey>,Long,Double>> |
FlowRepository.getTopNConversationsSeries(int N,
long step,
List<Filter> filters) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<com.google.common.collect.Table<Directional<String>,Long,Double>> |
ElasticFlowRepository.getTopNApplicationsSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<String>,Long,Double>> |
InitializingFlowRepository.getTopNApplicationsSeries(int N,
long step,
boolean includeOther,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<ConversationKey>,Long,Double>> |
ElasticFlowRepository.getTopNConversationsSeries(int N,
long step,
List<Filter> filters) |
CompletableFuture<com.google.common.collect.Table<Directional<ConversationKey>,Long,Double>> |
InitializingFlowRepository.getTopNConversationsSeries(int N,
long step,
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 © 2019. All rights reserved.