Interface NetworkTagMappingManager
- All Known Implementing Classes:
NetworkTagMappingJsonManager
public interface NetworkTagMappingManager
Base interface for network tag mapping manager.
-
Method Summary
Modifier and TypeMethodDescriptiongetNetworkTagHexID(Container container) Get networkTagHexID for the given container.voidinitialize(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
Get networkTagHexID for the given container.- Parameters:
container-- Returns:
- the networkTagID.
-