Class Npfqn_traffic_merge

java.lang.Object
jline.api.npfqn.Npfqn_traffic_merge

public final class Npfqn_traffic_merge extends Object
  • Method Details

    • npfqn_traffic_merge

      public static MatrixCell npfqn_traffic_merge(Map<Integer,MatrixCell> MMAPa, String config_merge_, String config_compress_)
      Merges MMAP traffic flows with specified configurations.
      Parameters:
      MMAPa - Map of MMAP traffic flows to be merged
      config_merge_ - Configuration for merging ("default", "super", "mixture", "interpos")
      config_compress_ - Configuration for compressing ("none", "default")
      Returns:
      Merged and normalized MMAP traffic flow
      Throws:
      RuntimeException - If unsupported configuration for merge is provided