public class InputDataStreamer extends CommsWorker
Modifier and Type | Class and Description |
---|---|
class |
InputDataStreamer.DirectReceiver |
CommsWorker.DataStreamer
commsType, features, finishedSources, inputDataArray, logicalPlan, parallelism, sourcesDone, svmJobParameters, taskStages, testingSamples, trainingSamples, workerId
Constructor and Description |
---|
InputDataStreamer() |
Modifier and Type | Method and Description |
---|---|
protected void |
execute(WorkerEnvironment workerEnv) |
protected void |
finishCommunication(int src) |
java.util.List<java.lang.Integer> |
generateTaskStages() |
protected boolean |
isDone() |
protected void |
progressCommunication() |
protected boolean |
sendMessages(int task,
java.lang.Object data,
int flag) |
close, execute, progress
protected void execute(WorkerEnvironment workerEnv)
execute
in class CommsWorker
protected void progressCommunication()
progressCommunication
in class CommsWorker
protected boolean isDone()
isDone
in class CommsWorker
protected boolean sendMessages(int task, java.lang.Object data, int flag)
sendMessages
in class CommsWorker
public java.util.List<java.lang.Integer> generateTaskStages()
generateTaskStages
in class CommsWorker
protected void finishCommunication(int src)
finishCommunication
in class CommsWorker