| Package | Description |
|---|---|
| org.apache.flink.statefun.sdk.state |
| Modifier and Type | Method and Description |
|---|---|
Expiration.Mode |
Expiration.mode() |
static Expiration.Mode |
Expiration.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Expiration.Mode[] |
Expiration.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Expiration |
Expiration.expireAfter(java.time.Duration duration,
Expiration.Mode mode) |
| Constructor and Description |
|---|
Expiration(Expiration.Mode mode,
java.time.Duration duration) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.