class BoundedSplitEnumeratorProvider extends SplitEnumeratorProvider
An implementation of SplitEnumeratorProvider that creates a
BoundedSplitEnumerator used for Boundedness#BOUNDED mode.
- Alphabetic
- By Inheritance
- BoundedSplitEnumeratorProvider
- SplitEnumeratorProvider
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new BoundedSplitEnumeratorProvider(splitAssignerProvider: Provider, fileEnumeratorProvider: Provider[DeltaSourceSplit])
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createEnumeratorForCheckpoint(checkpoint: DeltaEnumeratorStateCheckpoint[DeltaSourceSplit], configuration: Configuration, enumContext: SplitEnumeratorContext[DeltaSourceSplit], sourceConfiguration: DeltaConnectorConfiguration): BoundedDeltaSourceSplitEnumerator
Creates
SplitEnumeratorinstance fromDeltaEnumeratorStateCheckpointdata.Creates
SplitEnumeratorinstance fromDeltaEnumeratorStateCheckpointdata.This method should be used when creating the
SplitEnumeratorinstance during Flink's recovery from a checkpoint. This method will be called fromorg.apache.flink.api.connector.source.Source#restoreEnumerator(SplitEnumeratorContext, Object).- checkpoint
DeltaEnumeratorStateCheckpointthat should be used to createSplitEnumeratorinstance.- configuration
Hadoop Configuration that should be used to read Parquet files.
- enumContext
SplitEnumeratorContext.- sourceConfiguration
DeltaConnectorConfigurationused for creating Delta Source.- returns
SplitEnumeratorinstance.
- Definition Classes
- BoundedSplitEnumeratorProvider → SplitEnumeratorProvider
- Annotations
- @Override()
-
def
createInitialStateEnumerator(deltaTablePath: Path, configuration: Configuration, enumContext: SplitEnumeratorContext[DeltaSourceSplit], sourceConfiguration: DeltaConnectorConfiguration): BoundedDeltaSourceSplitEnumerator
Creates
SplitEnumeratorinstance.Creates
SplitEnumeratorinstance.This method should be used when creating the
SplitEnumeratorinstance for the first time or without a Flink's checkpoint data. This method will be called fromorg.apache.flink.api.connector.source.Source#createEnumerator(SplitEnumeratorContext).- deltaTablePath
Pathfor Delta table.- configuration
Hadoop Configuration that should be used to read Parquet files.
- enumContext
SplitEnumeratorContext.- sourceConfiguration
DeltaConnectorConfigurationused for creating Delta Source.- returns
SplitEnumeratorinstance.
- Definition Classes
- BoundedSplitEnumeratorProvider → SplitEnumeratorProvider
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getBoundedness(): Boundedness
- returns
Boundednesstype forSplitEnumeratorcreated by this provider.
- Definition Classes
- BoundedSplitEnumeratorProvider → SplitEnumeratorProvider
- Annotations
- @Override()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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( ... ) @native()