public static interface MPv3.EngineIdCacheFactory
EngineIdCacheFactory
creates an engine ID cache with upper limit.Modifier and Type | Method | Description |
---|---|---|
java.util.Map<Address,OctetString> |
createEngineIdMap(EngineIdCacheSize maximumCapacity) |
Create a engine ID map with the given maximum capacity.
|
java.util.Map<Address,OctetString> createEngineIdMap(EngineIdCacheSize maximumCapacity)
maximumCapacity
- the upper limit of the number of engine ID mappings in this map.Copyright © 2018 SNMP4J.org. All rights reserved.