Package org.snmp4j.mp

Interface EngineIdCacheSize

All Known Implementing Classes:
MPv3

public interface EngineIdCacheSize
The interface EngineIdCacheSize defines the maximum engine ID cache size when the cache size is about to increase.
Since:
2.3.4
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the maximum number of transport address to engineID mappings to be hold in the cache.
  • Method Details

    • getMaxEngineIdCacheSize

      int getMaxEngineIdCacheSize()
      Gets the maximum number of transport address to engineID mappings to be hold in the cache.
      Returns:
      the maximum size of the engine ID cache.
      Since:
      2.3.4