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 indexSettings) |
InitializingFlowRepository(FlowRepository delegate,
io.searchbox.client.JestClient client) |
Constructor and Description |
---|
FlowRestServiceImpl(FlowRepository flowRepository,
NodeDao nodeDao,
SnmpInterfaceDao snmpInterfaceDao,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
Constructor and Description |
---|
AbstractFlowAdapter(String name,
com.codahale.metrics.MetricRegistry metricRegistry,
FlowRepository flowRepository,
Converter<P> converter) |
Modifier and Type | Method and Description |
---|---|
void |
IpfixAdapterFactory.setFlowRepository(FlowRepository flowRepository) |
Constructor and Description |
---|
IpfixAdapter(String name,
com.codahale.metrics.MetricRegistry metricRegistry,
FlowRepository flowRepository) |
Modifier and Type | Method and Description |
---|---|
void |
Netflow5AdapterFactory.setFlowRepository(FlowRepository flowRepository) |
Constructor and Description |
---|
Netflow5Adapter(String name,
com.codahale.metrics.MetricRegistry metricRegistry,
FlowRepository flowRepository) |
Modifier and Type | Method and Description |
---|---|
void |
Netflow9AdapterFactory.setFlowRepository(FlowRepository flowRepository) |
Constructor and Description |
---|
Netflow9Adapter(String name,
com.codahale.metrics.MetricRegistry metricRegistry,
FlowRepository flowRepository) |
Modifier and Type | Method and Description |
---|---|
void |
SFlowAdapterFactory.setFlowRepository(FlowRepository flowRepository) |
Constructor and Description |
---|
SFlowAdapter(String name,
com.codahale.metrics.MetricRegistry metricRegistry,
FlowRepository flowRepository) |
Copyright © 2021. All rights reserved.