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 |
FileStoreScan.withKind(ScanMode scanMode) |
FileStoreScan |
AbstractFileStoreScan.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 |
ContinuousFromSnapshotFullStartingScanner.startingScanMode() |
ScanMode |
FullCompactedStartingScanner.startingScanMode() |
ScanMode |
StaticFromWatermarkStartingScanner.startingScanMode() |
ScanMode |
StaticFromTagStartingScanner.startingScanMode() |
ScanMode |
FileCreationTimeStartingScanner.startingScanMode() |
ScanMode |
StaticFromSnapshotStartingScanner.startingScanMode() |
ScanMode |
FullStartingScanner.startingScanMode() |
protected ScanMode |
AbstractStartingScanner.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.