public class HashMapPropertyStore extends Object implements PropertyStore
| Constructor and Description |
|---|
HashMapPropertyStore() |
| Modifier and Type | Method and Description |
|---|---|
FlowInstanceProperties<?,FlowInstanceProperty<?>> |
getProperties(Identifier<?> instanceId)
load properties for an instance
|
Option<FlowInstanceProperty<?>> |
getProperty(Identifier<?> instanceId,
Identifier<?> key) |
void |
setProperties(Identifier<?> instanceId,
FlowInstanceProperties<?,FlowInstanceProperty<?>> properties) |
void |
setProperty(Identifier<?> instanceId,
FlowInstanceProperty<?> property) |
public void setProperty(Identifier<?> instanceId, FlowInstanceProperty<?> property)
setProperty in interface PropertyStorepublic void setProperties(Identifier<?> instanceId, FlowInstanceProperties<?,FlowInstanceProperty<?>> properties)
setProperties in interface PropertyStorepublic Option<FlowInstanceProperty<?>> getProperty(Identifier<?> instanceId, Identifier<?> key)
getProperty in interface PropertyStorepublic FlowInstanceProperties<?,FlowInstanceProperty<?>> getProperties(Identifier<?> instanceId)
PropertyStoregetProperties in interface PropertyStoreinstanceId - the instance to load the properties forCopyright © 2015. All rights reserved.