| Package | Description |
|---|---|
| org.apache.paimon.operation | |
| org.apache.paimon.table.source | |
| org.apache.paimon.table.source.snapshot |
| Modifier and Type | Field and Description |
|---|---|
protected ScanMode |
AbstractFileStoreScan.scanMode |
| Modifier and Type | Method and Description |
|---|---|
FileStoreScan |
AbstractFileStoreScan.withKind(ScanMode scanMode) |
FileStoreScan |
FileStoreScan.withKind(ScanMode scanMode) |
| Modifier and Type | Method and Description |
|---|---|
static ScanMode |
ScanMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanMode[] |
ScanMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScanMode |
CompactedStartingScanner.startingScanMode() |
ScanMode |
StaticFromSnapshotStartingScanner.startingScanMode() |
ScanMode |
FullStartingScanner.startingScanMode() |
ScanMode |
FullCompactedStartingScanner.startingScanMode() |
protected ScanMode |
AbstractStartingScanner.startingScanMode() |
ScanMode |
StaticFromWatermarkStartingScanner.startingScanMode() |
ScanMode |
StaticFromTagStartingScanner.startingScanMode() |
ScanMode |
FileCreationTimeStartingScanner.startingScanMode() |
ScanMode |
ContinuousFromSnapshotFullStartingScanner.startingScanMode() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotReader |
SnapshotReader.withMode(ScanMode scanMode) |
SnapshotReader |
SnapshotReaderImpl.withMode(ScanMode scanMode) |
| Constructor and Description |
|---|
IncrementalStartingScanner(SnapshotManager snapshotManager,
long start,
long end,
ScanMode scanMode) |
IncrementalTimeStampStartingScanner(SnapshotManager snapshotManager,
long startTimestamp,
long endTimestamp,
ScanMode scanMode) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.