| Class and Description |
|---|
| OffsetState
A simple data container that represents the last seen offset
which was written by debezium.
|
| SlotCreationResult
A simple data container representing the creation of a newly created replication slot.
|
| SlotState
A simple data container that holds the state of the current slot
|
| Snapshotter
This interface is used to determine details about the snapshot process:
Namely:
- Should a snapshot occur at all
- Should streaming occur
- What queries should be used to snapshot
While many default snapshot modes are provided with debezium (see documentation for details)
a custom implementation of this interface can be provided by the implementor which
can provide more advanced functionality, such as partial snapshots
Implementor's must return true for either
Snapshotter.shouldSnapshot() or Snapshotter.shouldStream()
or true for both. |
| Class and Description |
|---|
| SlotCreationResult
A simple data container representing the creation of a newly created replication slot.
|
| SlotState
A simple data container that holds the state of the current slot
|
| Class and Description |
|---|
| OffsetState
A simple data container that represents the last seen offset
which was written by debezium.
|
| SlotCreationResult
A simple data container representing the creation of a newly created replication slot.
|
| SlotState
A simple data container that holds the state of the current slot
|
| Snapshotter
This interface is used to determine details about the snapshot process:
Namely:
- Should a snapshot occur at all
- Should streaming occur
- What queries should be used to snapshot
While many default snapshot modes are provided with debezium (see documentation for details)
a custom implementation of this interface can be provided by the implementor which
can provide more advanced functionality, such as partial snapshots
Implementor's must return true for either
Snapshotter.shouldSnapshot() or Snapshotter.shouldStream()
or true for both. |
| Class and Description |
|---|
| OffsetState
A simple data container that represents the last seen offset
which was written by debezium.
|
| SlotCreationResult
A simple data container representing the creation of a newly created replication slot.
|
| SlotState
A simple data container that holds the state of the current slot
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.