public class ManagedServiceFactoryConfigurationMap extends ConfigurationMap<Map<TargetedPID,Long>>
Modifier | Constructor and Description |
---|---|
protected |
ManagedServiceFactoryConfigurationMap(String[] configuredPids) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Map<TargetedPID,Long>> |
createMap(int size) |
protected void |
record(TargetedPID configPid,
TargetedPID factoryPid,
long revision) |
protected boolean |
removeConfiguration(TargetedPID configPid,
TargetedPID factoryPid) |
protected boolean |
shallTake(TargetedPID configPid,
TargetedPID factoryPid,
long revision) |
accepts, get, getKeyPid, put, setConfiguredPids
protected ManagedServiceFactoryConfigurationMap(String[] configuredPids)
protected Map<String,Map<TargetedPID,Long>> createMap(int size)
createMap
in class ConfigurationMap<Map<TargetedPID,Long>>
protected boolean shallTake(TargetedPID configPid, TargetedPID factoryPid, long revision)
shallTake
in class ConfigurationMap<Map<TargetedPID,Long>>
protected boolean removeConfiguration(TargetedPID configPid, TargetedPID factoryPid)
removeConfiguration
in class ConfigurationMap<Map<TargetedPID,Long>>
protected void record(TargetedPID configPid, TargetedPID factoryPid, long revision)
record
in class ConfigurationMap<Map<TargetedPID,Long>>
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.