Class NetflowV9CodecAggregator

java.lang.Object
org.graylog.plugins.netflow.codecs.NetflowV9CodecAggregator
All Implemented Interfaces:
RemoteAddressCodecAggregator, CodecAggregator

public class NetflowV9CodecAggregator extends Object implements RemoteAddressCodecAggregator
For Netflow v9 packets we want to prepend the corresponding flow template. If we don't have that template yet, we consider the flow packet to be incomplete and continue to wait for the template. TODO consider sharing seen templates between nodes in the cluster to minimize wait time