Package | Description |
---|---|
org.apache.paimon.tag | |
org.apache.paimon.utils |
Modifier and Type | Method and Description |
---|---|
static Tag |
Tag.fromJson(String json) |
static Tag |
Tag.fromPath(FileIO fileIO,
Path path) |
static Tag |
Tag.fromSnapshotAndTagTtl(Snapshot snapshot,
java.time.Duration tagTimeRetained,
java.time.LocalDateTime tagCreateTime) |
static Tag |
Tag.safelyFromPath(FileIO fileIO,
Path path) |
Modifier and Type | Method and Description |
---|---|
Tag |
TagManager.tag(String tagName)
Read tag for tagName.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<Tag,String>> |
TagManager.tagObjects()
Get all
Tag s. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.