Package | Description |
---|---|
org.apache.paimon.flink.sink |
Modifier and Type | Method and Description |
---|---|
static Committable.Kind |
Committable.Kind.fromByteValue(byte value) |
Committable.Kind |
Committable.kind() |
Committable.Kind |
MultiTableCommittable.kind() |
static Committable.Kind |
Committable.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Committable.Kind[] |
Committable.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Committable(long checkpointId,
Committable.Kind kind,
Object wrappedCommittable) |
MultiTableCommittable(String database,
String table,
long checkpointId,
Committable.Kind kind,
Object wrappedCommittable) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.