org
.
apache
.
seatunnel
.
connectors
.
seatunnel
.
amazondynamodb
.
source
AmazonDynamoDBSourceReader
Related Doc:
package source
class
AmazonDynamoDBSourceReader
extends
AbstractSingleSplitReader
[
SeaTunnelRow
]
Linear Supertypes
AbstractSingleSplitReader
[
SeaTunnelRow
],
SourceReader
[
SeaTunnelRow
,
SingleSplit
],
CheckpointListener
,
AutoCloseable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
AmazonDynamoDBSourceReader
AbstractSingleSplitReader
SourceReader
CheckpointListener
AutoCloseable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
AmazonDynamoDBSourceReader
(
context:
SingleSplitReaderContext
,
amazondynamodbSourceOptions:
AmazonDynamoDBSourceOptions
,
typeInfo:
SeaTunnelRowType
)
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
addSplits
(
arg0:
List
[
SingleSplit
]
)
:
Unit
Definition Classes
AbstractSingleSplitReader → SourceReader
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
close
()
:
Unit
Definition Classes
AmazonDynamoDBSourceReader
→ SourceReader → AutoCloseable
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
handleNoMoreSplits
()
:
Unit
Definition Classes
AbstractSingleSplitReader → SourceReader
final
def
handleSourceEvent
(
arg0:
SourceEvent
)
:
Unit
Definition Classes
AbstractSingleSplitReader → SourceReader
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
notifyCheckpointAborted
(
arg0:
Long
)
:
Unit
Definition Classes
CheckpointListener
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
notifyCheckpointComplete
(
arg0:
Long
)
:
Unit
Definition Classes
AbstractSingleSplitReader → CheckpointListener
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
open
()
:
Unit
Definition Classes
AmazonDynamoDBSourceReader
→ SourceReader
def
pollNext
(
output:
Collector
[
SeaTunnelRow
]
)
:
Unit
Definition Classes
AmazonDynamoDBSourceReader
→ SourceReader
def
restoreState
(
arg0:
Array
[
Byte
]
)
:
Unit
Attributes
protected[
org.apache.seatunnel.connectors.seatunnel.common.source
]
Definition Classes
AbstractSingleSplitReader
final
def
snapshotState
(
arg0:
Long
)
:
List
[
SingleSplit
]
Definition Classes
AbstractSingleSplitReader → SourceReader
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
snapshotStateToBytes
(
arg0:
Long
)
:
Array
[
Byte
]
Attributes
protected[
org.apache.seatunnel.connectors.seatunnel.common.source
]
Definition Classes
AbstractSingleSplitReader
Annotations
@throws
(
classOf[java.lang.Exception]
)
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
AbstractSingleSplitReader
[
SeaTunnelRow
]
Inherited from
SourceReader
[
SeaTunnelRow
,
SingleSplit
]
Inherited from
CheckpointListener
Inherited from
AutoCloseable
Inherited from
AnyRef
Inherited from
Any
Ungrouped