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.StatefulProcessor
Exception
public void resetState() throws Exception
resetState
in interface stream.StatefulProcessor
Exception
public void finish() throws Exception
finish
in interface stream.StatefulProcessor
Exception
public stream.Data process(stream.Data data)
process
in interface stream.Processor
Copyright © 2019. All rights reserved.