public class MinusDouble extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
private String |
a |
private String |
b |
private String |
key |
context| Constructor and Description |
|---|
MinusDouble() |
| Modifier and Type | Method and Description |
|---|---|
String |
getA() |
String |
getB() |
String |
getKey() |
void |
init(ProcessContext ctx) |
Data |
process(Data data) |
void |
setA(String a) |
void |
setB(String b) |
void |
setKey(String key) |
finish, resetStatepublic String getKey()
public void setKey(String key)
public String getA()
public void setA(String a)
public String getB()
public void setB(String b)
public void init(ProcessContext ctx) throws Exception
init in interface StatefulProcessorinit in class AbstractProcessorExceptionCopyright © 2018. All rights reserved.