| Package | Description |
|---|---|
| org.apache.flink.api.common.state |
| Modifier and Type | Method and Description |
|---|---|
StateTtlConfig.StateVisibility |
StateTtlConfig.getStateVisibility() |
static StateTtlConfig.StateVisibility |
StateTtlConfig.StateVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateTtlConfig.StateVisibility[] |
StateTtlConfig.StateVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StateTtlConfig.Builder |
StateTtlConfig.Builder.setStateVisibility(StateTtlConfig.StateVisibility stateVisibility)
Sets the state visibility.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.