Package | Description |
---|---|
org.apache.paimon | |
org.apache.paimon.tag |
Modifier and Type | Field and Description |
---|---|
protected Snapshot.CommitKind |
Snapshot.commitKind |
Modifier and Type | Method and Description |
---|---|
Snapshot.CommitKind |
Snapshot.commitKind() |
static Snapshot.CommitKind |
Snapshot.CommitKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Snapshot.CommitKind[] |
Snapshot.CommitKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Changelog(Integer version,
long id,
long schemaId,
String baseManifestList,
String deltaManifestList,
String changelogManifestList,
String indexManifest,
String commitUser,
long commitIdentifier,
Snapshot.CommitKind commitKind,
long timeMillis,
Map<Integer,Long> logOffsets,
Long totalRecordCount,
Long deltaRecordCount,
Long changelogRecordCount,
Long watermark,
String statistics) |
Snapshot(Integer version,
long id,
long schemaId,
String baseManifestList,
String deltaManifestList,
String changelogManifestList,
String indexManifest,
String commitUser,
long commitIdentifier,
Snapshot.CommitKind commitKind,
long timeMillis,
Map<Integer,Long> logOffsets,
Long totalRecordCount,
Long deltaRecordCount,
Long changelogRecordCount,
Long watermark,
String statistics) |
Snapshot(long id,
long schemaId,
String baseManifestList,
String deltaManifestList,
String changelogManifestList,
String indexManifest,
String commitUser,
long commitIdentifier,
Snapshot.CommitKind commitKind,
long timeMillis,
Map<Integer,Long> logOffsets,
Long totalRecordCount,
Long deltaRecordCount,
Long changelogRecordCount,
Long watermark,
String statistics) |
Constructor and Description |
---|
Tag(Integer version,
long id,
long schemaId,
String baseManifestList,
String deltaManifestList,
String changelogManifestList,
String indexManifest,
String commitUser,
long commitIdentifier,
Snapshot.CommitKind commitKind,
long timeMillis,
Map<Integer,Long> logOffsets,
Long totalRecordCount,
Long deltaRecordCount,
Long changelogRecordCount,
Long watermark,
String statistics,
java.time.LocalDateTime tagCreateTime,
java.time.Duration tagTimeRetained) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.