Class JdbcTaskRepository.WithIntervalMultiplication
- java.lang.Object
-
- no.skatteetaten.fastsetting.formueinntekt.felles.task.jdbc.JdbcTaskRepository
-
- no.skatteetaten.fastsetting.formueinntekt.felles.task.jdbc.JdbcTaskRepository.WithIntervalMultiplication
-
- All Implemented Interfaces:
TaskRepository<Connection,SQLException>,TaskReviver<Connection,SQLException>,TaskSink<Connection,SQLException>,TaskSource<Connection,SQLException>
- Direct Known Subclasses:
PostgresTaskRepository
- Enclosing class:
- JdbcTaskRepository
static class JdbcTaskRepository.WithIntervalMultiplication extends JdbcTaskRepository
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class no.skatteetaten.fastsetting.formueinntekt.felles.task.jdbc.JdbcTaskRepository
JdbcTaskRepository.WithIntervalMultiplication
-
Nested classes/interfaces inherited from interface no.skatteetaten.fastsetting.formueinntekt.felles.task.api.TaskRepository
TaskRepository.Counting, TaskRepository.Direction, TaskRepository.Listing, TaskRepository.Snapshot
-
Nested classes/interfaces inherited from interface no.skatteetaten.fastsetting.formueinntekt.felles.task.api.TaskReviver
TaskReviver.Revived, TaskReviver.Revivification
-
Nested classes/interfaces inherited from interface no.skatteetaten.fastsetting.formueinntekt.felles.task.api.TaskSink
TaskSink.Insertion
-
-
Field Summary
-
Fields inherited from class no.skatteetaten.fastsetting.formueinntekt.felles.task.jdbc.JdbcTaskRepository
CHANGE_LOG, concurrent, owner
-
Fields inherited from interface no.skatteetaten.fastsetting.formueinntekt.felles.task.api.TaskRepository
INCEPTION
-
-
Constructor Summary
Constructors Constructor Description WithIntervalMultiplication(boolean concurrent, String owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexpire(Connection conn, long timeout, TimeUnit unit)-
Methods inherited from class no.skatteetaten.fastsetting.formueinntekt.felles.task.jdbc.JdbcTaskRepository
complete, count, doComplete, doFilter, doPoll, doPurge, doRecreate, doReset, doTranscribe, getCountingHint, getOwner, heartbeat, initialize, isConcurrent, page, page, poll, purge, purge, purgeAll, push, reassign, recreate, recreate, register, resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface no.skatteetaten.fastsetting.formueinntekt.felles.task.api.TaskRepository
count, count, count, page, page, purge, purge, reassign, recreate, refresh, resolve, task
-
Methods inherited from interface no.skatteetaten.fastsetting.formueinntekt.felles.task.api.TaskReviver
recreate, recreate
-
Methods inherited from interface no.skatteetaten.fastsetting.formueinntekt.felles.task.api.TaskSink
push, push, push, push
-
Methods inherited from interface no.skatteetaten.fastsetting.formueinntekt.felles.task.api.TaskSource
complete, poll
-
-
-
-
Constructor Detail
-
WithIntervalMultiplication
WithIntervalMultiplication(boolean concurrent, String owner)
-
-
Method Detail
-
expire
public void expire(Connection conn, long timeout, TimeUnit unit) throws SQLException
- Specified by:
expirein interfaceTaskRepository<Connection,SQLException>- Overrides:
expirein classJdbcTaskRepository- Throws:
SQLException
-
-