| 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 |
|---|---|
ManifestsReader.Result |
ManifestsReader.read(Snapshot specifiedSnapshot,
ScanMode scanMode) |
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 |
FullStartingScanner.startingScanMode() |
ScanMode |
FullCompactedStartingScanner.startingScanMode() |
ScanMode |
CompactedStartingScanner.startingScanMode() |
ScanMode |
FileCreationTimeStartingScanner.startingScanMode() |
ScanMode |
StaticFromWatermarkStartingScanner.startingScanMode() |
ScanMode |
StaticFromTagStartingScanner.startingScanMode() |
ScanMode |
StaticFromSnapshotStartingScanner.startingScanMode() |
protected ScanMode |
AbstractStartingScanner.startingScanMode() |
ScanMode |
ContinuousFromSnapshotFullStartingScanner.startingScanMode() |
| Modifier and Type | Method and Description |
|---|---|
static StartingScanner |
IncrementalDeltaStartingScanner.betweenSnapshotIds(long startId,
long endId,
SnapshotManager snapshotManager,
ScanMode scanMode) |
static IncrementalDeltaStartingScanner |
IncrementalDeltaStartingScanner.betweenTimestamps(long startTimestamp,
long endTimestamp,
SnapshotManager snapshotManager,
ScanMode scanMode) |
SnapshotReader |
SnapshotReaderImpl.withMode(ScanMode scanMode) |
SnapshotReader |
SnapshotReader.withMode(ScanMode scanMode) |
| Constructor and Description |
|---|
IncrementalDeltaStartingScanner(SnapshotManager snapshotManager,
long start,
long end,
ScanMode scanMode) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.