org
.
apache
.
seatunnel
.
connectors
.
seatunnel
.
cdc
.
sqlserver
.
source
.
source
.
reader
.
fetch
.
scan
SqlServerSnapshotSplitReadTask
Related Doc:
package scan
class
SqlServerSnapshotSplitReadTask
extends
AbstractSnapshotChangeEventSource
Linear Supertypes
AbstractSnapshotChangeEventSource
[
O
],
SnapshotChangeEventSource
[
O
],
ChangeEventSource
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SqlServerSnapshotSplitReadTask
AbstractSnapshotChangeEventSource
SnapshotChangeEventSource
ChangeEventSource
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SqlServerSnapshotSplitReadTask
(
connectorConfig:
SqlServerConnectorConfig
,
previousOffset:
SqlServerOffsetContext
,
snapshotProgressListener:
SnapshotProgressListener
,
databaseSchema:
SqlServerDatabaseSchema
,
jdbcConnection:
SqlServerConnection
,
dispatcher:
JdbcSourceEventDispatcher
,
snapshotSplit:
SnapshotSplit
)
Abstract Value Members
abstract
def
doExecute
(
arg0:
ChangeEventSourceContext
,
arg1:
O
,
arg2:
SnapshotContext
[
O
]
,
arg3:
SnapshottingTask
)
:
SnapshotResult
[
O
]
Attributes
protected[
io.debezium.pipeline.source
]
Definition Classes
AbstractSnapshotChangeEventSource
Annotations
@throws
(
classOf[java.lang.Exception]
)
abstract
def
getSnapshottingTask
(
arg0:
O
)
:
SnapshottingTask
Attributes
protected[
io.debezium.pipeline.source
]
Definition Classes
AbstractSnapshotChangeEventSource
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
complete
(
arg0:
SnapshotContext
[
O
]
)
:
Unit
Attributes
protected[
io.debezium.pipeline.source
]
Definition Classes
AbstractSnapshotChangeEventSource
def
delaySnapshotIfNeeded
(
arg0:
ChangeEventSourceContext
)
:
Unit
Attributes
protected[
io.debezium.pipeline.source
]
Definition Classes
AbstractSnapshotChangeEventSource
Annotations
@throws
(
...
)
def
determineDataCollectionsToBeSnapshotted
[
T <:
DataCollectionId
]
(
arg0:
Collection
[
T
]
)
:
Stream
[
T
]
Attributes
protected[
io.debezium.pipeline.source
]
Definition Classes
AbstractSnapshotChangeEventSource
def
doExecute
(
context:
ChangeEventSourceContext
,
previousOffset:
OffsetContext
,
snapshotContext:
SnapshotContext
,
snapshottingTask:
SnapshottingTask
)
:
SnapshotResult
Attributes
protected[
org.apache.seatunnel.connectors.seatunnel.cdc.sqlserver.source.source.reader.fetch.scan
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
execute
(
context:
ChangeEventSourceContext
,
previousOffset:
OffsetContext
)
:
SnapshotResult
def
execute
(
arg0:
ChangeEventSourceContext
,
arg1:
O
)
:
SnapshotResult
[
O
]
Definition Classes
AbstractSnapshotChangeEventSource → SnapshotChangeEventSource
Annotations
@throws
(
...
)
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getChangeRecordEmitter
(
snapshotContext:
SqlSeverSnapshotContext
,
tableId:
TableId
,
row:
Array
[
AnyRef
]
)
:
ChangeRecordEmitter
Attributes
protected[
org.apache.seatunnel.connectors.seatunnel.cdc.sqlserver.source.source.reader.fetch.scan
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getSnapshottingTask
(
previousOffset:
OffsetContext
)
:
SnapshottingTask
Attributes
protected[
org.apache.seatunnel.connectors.seatunnel.cdc.sqlserver.source.source.reader.fetch.scan
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
prepare
(
changeEventSourceContext:
ChangeEventSourceContext
)
:
SnapshotContext
Attributes
protected[
org.apache.seatunnel.connectors.seatunnel.cdc.sqlserver.source.source.reader.fetch.scan
]
Definition Classes
SqlServerSnapshotSplitReadTask
→ AbstractSnapshotChangeEventSource
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AbstractSnapshotChangeEventSource
[
O
]
Inherited from
SnapshotChangeEventSource
[
O
]
Inherited from
ChangeEventSource
Inherited from
AnyRef
Inherited from
Any
Ungrouped