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