public class DedupeService extends SimpleProcessingService
| Constructor and Description |
|---|
DedupeService(ConfigLoadContext sc,
org.json.JSONObject config) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key) |
boolean |
exists(String key) |
protected void |
onStart() |
protected void |
onStopRequested() |
void |
remove(String key) |
isRunning, startBackgroundProcessing, stopBackgroundProcessingpublic DedupeService(ConfigLoadContext sc, org.json.JSONObject config)
protected void onStart()
onStart in class SimpleProcessingServiceprotected void onStopRequested()
onStopRequested in class SimpleProcessingServicepublic boolean exists(String key)
public void add(String key)
public void remove(String key)
Copyright © 2021 continual.io. All rights reserved.