| Package | Description | 
|---|---|
| org.opennms.netmgt.flows.api | |
| org.opennms.netmgt.flows.elastic | |
| org.opennms.netmgt.flows.elastic.agg | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
FlowRepository
Primary interface used to persist and query flows. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ElasticFlowQueryService  | 
class  | 
ElasticFlowRepository  | 
class  | 
InitializingFlowRepository
This  
FlowRepository wrapper will ensure that the repository has
 been initialized before any *write* calls are made to the given delegate. | 
class  | 
RawFlowQueryService  | 
class  | 
SmartQueryService
Used to intelligently delegate to the proper  
FlowQueryService
 based on whether or not aggregated flows can be used. | 
| Constructor and Description | 
|---|
SmartQueryService(com.codahale.metrics.MetricRegistry metricRegistry,
                 FlowQueryService rawQueryService,
                 FlowQueryService aggQueryService)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AggregatedFlowQueryService
Reads out from aggregated flows. 
 | 
Copyright © 2021. All rights reserved.