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.EngineIdCacheFactory
createEngineIdMap
in interface MPv3.EngineIdCacheFactory
cacheSize
- the upper limit of the number of engine ID mappings in this map.