Module org.snmp4j
Package org.snmp4j.mp

Interface MPv3.EngineIdCacheFactory

Enclosing class:
MPv3

public static interface MPv3.EngineIdCacheFactory
The EngineIdCacheFactory creates an engine ID cache with upper limit.
  • Method Details

    • createEngineIdMap

      Map<Address,OctetString> createEngineIdMap(EngineIdCacheSize maximumCapacity)
      Create a engine ID map with the given maximum capacity. If more than those engine IDs are added, the eldest engine IDs will be removed from the map before the new one is added.
      Parameters:
      maximumCapacity - the upper limit of the number of engine ID mappings in this map.
      Returns:
      the created map.