| Modifier and Type | Class and Description | 
|---|---|
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. | 
| Constructor and Description | 
|---|
InitializingFlowRepository(org.osgi.framework.BundleContext bundleContext,
                          FlowRepository delegate,
                          io.searchbox.client.JestClient client,
                          IndexSettings rawIndexSettings,
                          IndexSettings aggIndexSettings)  | 
InitializingFlowRepository(FlowRepository delegate,
                          io.searchbox.client.JestClient client)  | 
| Constructor and Description | 
|---|
FlowRestServiceImpl(FlowRepository flowRepository,
                   NodeDao nodeDao,
                   SnmpInterfaceDao snmpInterfaceDao,
                   SessionUtils sessionUtils)  | 
| Constructor and Description | 
|---|
AbstractFlowAdapter(AdapterDefinition adapterConfig,
                   com.codahale.metrics.MetricRegistry metricRegistry,
                   FlowRepository flowRepository,
                   Converter<P> converter)  | 
| Constructor and Description | 
|---|
NetflowAdapter(AdapterDefinition adapterConfig,
              com.codahale.metrics.MetricRegistry metricRegistry,
              FlowRepository flowRepository)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IpfixAdapterFactory.setFlowRepository(FlowRepository flowRepository)  | 
| Constructor and Description | 
|---|
IpfixAdapter(AdapterDefinition adapterConfig,
            com.codahale.metrics.MetricRegistry metricRegistry,
            FlowRepository flowRepository)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Netflow5AdapterFactory.setFlowRepository(FlowRepository flowRepository)  | 
| Constructor and Description | 
|---|
Netflow5Adapter(AdapterDefinition adapterConfig,
               com.codahale.metrics.MetricRegistry metricRegistry,
               FlowRepository flowRepository)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Netflow9AdapterFactory.setFlowRepository(FlowRepository flowRepository)  | 
| Constructor and Description | 
|---|
Netflow9Adapter(AdapterDefinition adapterConfig,
               com.codahale.metrics.MetricRegistry metricRegistry,
               FlowRepository flowRepository)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SFlowAdapterFactory.setFlowRepository(FlowRepository flowRepository)  | 
| Constructor and Description | 
|---|
SFlowAdapter(AdapterDefinition adapterConfig,
            com.codahale.metrics.MetricRegistry metricRegistry,
            FlowRepository flowRepository)  | 
Copyright © 2021. All rights reserved.