private static class MPv3.LimitedCapacityEngineIdCacheFactory extends java.lang.Object implements MPv3.EngineIdCacheFactory
| Modifier | Constructor and Description |
|---|---|
private |
LimitedCapacityEngineIdCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Address,OctetString> |
createEngineIdMap(EngineIdCacheSize cacheSize)
Create a engine ID map with the given maximum capacity.
|
private LimitedCapacityEngineIdCacheFactory()
public java.util.Map<Address,OctetString> createEngineIdMap(EngineIdCacheSize cacheSize)
MPv3.EngineIdCacheFactorycreateEngineIdMap in interface MPv3.EngineIdCacheFactorycacheSize - the upper limit of the number of engine ID mappings in this map.