All Known Implementing Classes:
NetworkTagMappingJsonManager

public interface NetworkTagMappingManager
Base interface for network tag mapping manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get networkTagHexID for the given container.
    void
    initialize(org.apache.hadoop.conf.Configuration conf)
    Initialize the networkTagMapping manager.
  • Method Details

    • initialize

      void initialize(org.apache.hadoop.conf.Configuration conf)
      Initialize the networkTagMapping manager.
    • getNetworkTagHexID

      String getNetworkTagHexID(Container container)
      Get networkTagHexID for the given container.
      Parameters:
      container -
      Returns:
      the networkTagID.