@Target(value=TYPE) @Retention(value=RUNTIME) public @interface PartitionMapper
Modifier and Type | Optional Element and Description |
---|---|
String |
family |
boolean |
infinite
If the @Producer method of the underlying
Emitter can return null before the data
are completely read - i.e. infinite flow case - then you should set true to prevent the
execution to complete when null is encountered. |
String |
name |
public abstract boolean infinite
Emitter
can return null before the data
are completely read - i.e. infinite flow case - then you should set true to prevent the
execution to complete when null is encountered.
Default cases matches a batch case whereas when set to true it matches a stream case.1.1.5 - Copyright © 2018 Talend Component Kit Documentation