Annotation Type Option
-
Optional Element Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Mark parameter of streamingPartitionMapper
wherePartitionMapper.infinite()
== true andPartitionMapper.stoppable()
== true that it contains max duration in milliseconds between start read the value and end expected type of the parameter is long or int or their boxed equivalentsstatic final String
Mark parameter of streamingPartitionMapper
wherePartitionMapper.infinite()
== true andPartitionMapper.stoppable()
== true that it limits amount of records that connector can read.
-
Field Details
-
MAX_DURATION_PARAMETER
Mark parameter of streamingPartitionMapper
wherePartitionMapper.infinite()
== true andPartitionMapper.stoppable()
== true that it contains max duration in milliseconds between start read the value and end expected type of the parameter is long or int or their boxed equivalents- See Also:
-
MAX_RECORDS_PARAMETER
Mark parameter of streamingPartitionMapper
wherePartitionMapper.infinite()
== true andPartitionMapper.stoppable()
== true that it limits amount of records that connector can read. expected type of the parameter is long or int or their boxed equivalents- See Also:
-
-
Element Details
-
value
The value of the option, if empty it will use the classname + field value (ex:com.company.ConfigModel.data
).- Returns:
- the value of the option.
- Default:
- ""
-