Package | Description |
---|---|
org.apache.flink.statefun.sdk.java |
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)
Returns an
Expiration configuration that has an expiration characteristic based on the
provided expire Expiration.Mode . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.