Uses of Interface
com.activeviam.source.jdbc.api.topic.IJdbcTopicBuilder.ICanBuild
Packages that use IJdbcTopicBuilder.ICanBuild
-
Uses of IJdbcTopicBuilder.ICanBuild in com.activeviam.source.jdbc.api.topic
Methods in com.activeviam.source.jdbc.api.topic that return IJdbcTopicBuilder.ICanBuildModifier and TypeMethodDescriptionIJdbcTopicBuilder.ICanBuild.appendThreads(int appendThreads) Sets this topic number of threads which process the raw rows and put them in the datastore.IJdbcTopicBuilder.ICanBuild.batchSize(int batchSize) Sets this topic append batch size.IJdbcTopicBuilder.ICanBuild.chunkSize(int chunkSize) Sets this topic chunk size.IJdbcTopicBuilder.ICanBuild.fetchSize(int fetchSize) Sets this topic's fetch size that will be used inResultSet.setFetchSize(int).IJdbcTopicBuilder.INeedQueryDefinition.preparedStatement(IPreparedStatementSupplier preparedStatementSupplier) Sets theIPreparedStatementSupplierdefining the query associated with the topic.Sets the string representation of the SQL query associated with the topic.IJdbcTopicBuilder.ICanBuild.queueSize(int queueSize) Sets this topic append queue size.