public class Processor extends CommonExecutable
Modifier and Type | Class and Description |
---|---|
static class |
Processor.Builder
Builder for
Coordinator |
Constructor and Description |
---|
Processor(CloudService cloudService) |
Modifier and Type | Method and Description |
---|---|
void |
run()
Run this executable.
|
void |
setStop(boolean stop)
Set to true to stop this processor if it's already running
|
getCloudService, getMetaData, setCloudService, setMetaData
public Processor(CloudService cloudService) throws IOException
cloudService
- - cloud service implementationIOException
- if cloud api calls failpublic void run() throws IOException
Executable
IOException
- if cloud api calls failpublic final void setStop(boolean stop)
stop
- the stop to setCopyright © 2016 iNetria. All rights reserved.