接口 JdbcParameterValuesProvider
-
public interface JdbcParameterValuesProviderThis interface is used by theJdbcSourceto compute the list of parallel query to run (i.e. splits). Each query will be parameterized using a row of the matrix provided by eachJdbcParameterValuesProviderimplementation.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Serializable[][]getParameterValues()Returns the necessary parameters array to use for query in parallel a table.
-
-
-
方法详细资料
-
getParameterValues
Serializable[][] getParameterValues()
Returns the necessary parameters array to use for query in parallel a table.
-
-