| Modifier and Type | Class and Description |
|---|---|
class |
FinishedPosition
Finished inventory position.
|
class |
IntegerPrimaryKeyPosition
Integer primary key position.
|
class |
PlaceholderPosition
Placeholder position.
|
class |
StringPrimaryKeyPosition
String primary key position.
|
| Modifier and Type | Method and Description |
|---|---|
static IngestPosition<?> |
PrimaryKeyPositionFactory.newInstance(@NonNull Object beginValue,
@NonNull Object endValue)
New instance by begin value and end value.
|
static IngestPosition<?> |
PrimaryKeyPositionFactory.newInstance(String data)
New instance by string data.
|
| Constructor and Description |
|---|
DataRecord(IngestPosition<?> position,
int columnCount) |
FinishedRecord(IngestPosition<?> position) |
PlaceholderRecord(IngestPosition<?> position) |
| Modifier and Type | Method and Description |
|---|---|
Optional<IngestPosition<?>> |
JobItemIncrementalTasksProgress.getIncrementalPosition()
Get incremental position.
|
Map<String,IngestPosition<?>> |
JobItemInventoryTasksProgress.getInventoryPosition(String tableName)
Get inventory position.
|
| Modifier and Type | Method and Description |
|---|---|
IncrementalDumper |
IncrementalDumperCreator.createIncrementalDumper(DumperConfiguration dumperConfig,
IngestPosition<P> position,
PipelineChannel channel,
PipelineTableMetaDataLoader metaDataLoader)
Create incremental dumper.
|
| Modifier and Type | Method and Description |
|---|---|
IngestPosition<?> |
PositionInitializer.init(DataSource dataSource,
String slotNameSuffix)
Init position by data source.
|
IngestPosition<?> |
PositionInitializer.init(String data)
Init position by string data.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.