public class ApplyModel extends Object implements stream.StatefulProcessor
Created by kai on 03.12.15.
| Constructor and Description |
|---|
ApplyModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
void |
init(stream.ProcessContext processContext) |
stream.Data |
process(stream.Data data) |
void |
resetState() |
public void init(stream.ProcessContext processContext)
throws Exception
init in interface stream.StatefulProcessorExceptionpublic void resetState()
throws Exception
resetState in interface stream.StatefulProcessorExceptionpublic void finish()
throws Exception
finish in interface stream.StatefulProcessorExceptionpublic stream.Data process(stream.Data data)
process in interface stream.ProcessorCopyright © 2019. All rights reserved.