| Interface | Description |
|---|---|
| FileStore<T> |
File store interface.
|
| Class | Description |
|---|---|
| AppendOnlyFileStore |
FileStore for reading and writing InternalRow. |
| Changelog |
The metadata of changelog.
|
| CoreOptions |
Core options for paimon.
|
| KeyValue |
A key value, including user key, sequence number, value kind and value.
|
| KeyValueFileStore | |
| KeyValueSerializer |
Serializer for
KeyValue. |
| PartitionSettedRow |
An implementation of
InternalRow which provides a row the fixed partition value. |
| Snapshot |
This file is the entrance to all data committed at some specific time point.
|
| Enum | Description |
|---|---|
| CoreOptions.ChangelogProducer |
Specifies the changelog producer for table.
|
| CoreOptions.ConsumerMode |
Specifies the log consistency mode for table.
|
| CoreOptions.ExpireExecutionMode |
The execution mode for expire.
|
| CoreOptions.IncrementalBetweenScanMode |
Specifies this scan type for incremental scan .
|
| CoreOptions.LogChangelogMode |
Specifies the log changelog mode for table.
|
| CoreOptions.LogConsistency |
Specifies the log consistency mode for table.
|
| CoreOptions.LookupLocalFileType |
Specifies the local file type for lookup.
|
| CoreOptions.MergeEngine |
Specifies the merge engine for table with primary key.
|
| CoreOptions.PartitionExpireStrategy |
Specifies the expiration strategy for partition expiration.
|
| CoreOptions.RangeStrategy |
Specifies range strategy.
|
| CoreOptions.SortEngine |
Specifies the sort engine for table with primary key.
|
| CoreOptions.StartupMode |
Specifies the startup mode for log consumer.
|
| CoreOptions.StreamingReadMode |
Specifies the type for streaming read.
|
| CoreOptions.StreamScanMode |
Inner stream scan mode for some internal requirements.
|
| CoreOptions.TagCreationMode |
The mode for tag creation.
|
| CoreOptions.TagCreationPeriod |
The period for tag creation.
|
| CoreOptions.TagPeriodFormatter |
The period format options for tag creation.
|
| CoreOptions.TimeFieldType |
Time field type for record level expire.
|
| Snapshot.CommitKind |
Type of changes in this snapshot.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.