Modifier and Type | Method and Description |
---|---|
Flow |
EnrichedFlow.getFlow() |
Modifier and Type | Method and Description |
---|---|
List<Flow> |
Converter.convert(P packet,
java.time.Instant receivedAt) |
Modifier and Type | Method and Description |
---|---|
void |
FlowRepository.persist(Collection<Flow> packets,
FlowSource source) |
Constructor and Description |
---|
EnrichedFlow(Flow flow) |
Modifier and Type | Method and Description |
---|---|
Flow |
FlowDocument.getFlow() |
Modifier and Type | Method and Description |
---|---|
static FlowDocument |
FlowDocument.from(Flow flow) |
void |
FlowDocument.setFlow(Flow flow) |
Modifier and Type | Method and Description |
---|---|
List<FlowDocument> |
DocumentEnricher.enrich(Collection<Flow> flows,
FlowSource source) |
void |
InitializingFlowRepository.persist(Collection<Flow> flows,
FlowSource source) |
void |
ElasticFlowRepository.persist(Collection<Flow> flows,
FlowSource source) |
Constructor and Description |
---|
FlowDocument(Flow flow) |
Modifier and Type | Class and Description |
---|---|
class |
NetflowMessage |
Modifier and Type | Method and Description |
---|---|
List<Flow> |
NetflowConverter.convert(FlowMessage packet,
java.time.Instant receivedAt) |
Modifier and Type | Class and Description |
---|---|
class |
SFlow |
Modifier and Type | Method and Description |
---|---|
List<Flow> |
SFlowConverter.convert(org.bson.BsonDocument packet,
java.time.Instant receivedAt) |
Copyright © 2021. All rights reserved.