DefaultJdbcStreamState
class DefaultJdbcStreamState(val sharedState: DefaultJdbcSharedState, val streamFeedBootstrap: StreamFeedBootstrap) : JdbcStreamState<DefaultJdbcSharedState>
Default implementation of JdbcStreamState.
Properties
Link copied to clipboard
Value to use as upper bound for the cursor column.
Link copied to clipboard
Same as fetchSize, but falls back to a default value.
Link copied to clipboard
The transient state shared by all partitions. Includes global resources.
Link copied to clipboard
StreamFeedBootstrap instance passed to the JdbcPartitionsCreatorFactory instance which created this object.