public class HashMapPropertyStore extends Object implements PropertyStore
| Constructor and Description |
|---|
HashMapPropertyStore() |
| Modifier and Type | Method and Description |
|---|---|
FlowProperties |
loadProperties(Identifier<?> instanceId)
load setProperties for an instance
|
void |
storeProperties(Identifier<?> instanceId,
FlowProperties<ExecutionProperty> properties) |
public void storeProperties(Identifier<?> instanceId, FlowProperties<ExecutionProperty> properties)
storeProperties in interface PropertyStorepublic FlowProperties loadProperties(Identifier<?> instanceId)
PropertyStoreloadProperties in interface PropertyStoreinstanceId - the instance to load the setProperties forCopyright © 2015. All rights reserved.