public class SimpleKeyStore extends SimpleProcessingService
| Constructor and Description |
|---|
SimpleKeyStore(ConfigLoadContext sc,
org.json.JSONObject config) |
SimpleKeyStore(File storage) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLong(String key,
long defval) |
String |
getString(String key,
String defval) |
void |
put(String key,
long val) |
void |
put(String key,
String val) |
isRunning, onStart, onStopRequested, startBackgroundProcessing, stopBackgroundProcessingpublic SimpleKeyStore(ConfigLoadContext sc, org.json.JSONObject config)
public SimpleKeyStore(File storage)
Copyright © 2021 continual.io. All rights reserved.