public class CorrectPixelDelays extends Object implements stream.StatefulProcessor
Modifier and Type | Field and Description |
---|---|
String |
arrivalTimeKey |
String |
outputKey |
stream.io.SourceURL |
url |
Constructor and Description |
---|
CorrectPixelDelays() |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
init(stream.ProcessContext processContext) |
stream.Data |
process(stream.Data item) |
void |
resetState() |
@Parameter(required=true, description="arrivalTime input") public String arrivalTimeKey
@Parameter(required=true, description="The name of the output") public String outputKey
@Parameter(required=true, description="The url to the inputfiles for pixel Delays") public stream.io.SourceURL url
public stream.Data process(stream.Data item)
process
in interface stream.Processor
public void init(stream.ProcessContext processContext) throws Exception
init
in interface stream.StatefulProcessor
Exception
public void resetState() throws Exception
resetState
in interface stream.StatefulProcessor
Exception
Copyright © 2019. All rights reserved.