Uses of Class
org.apache.flink.api.common.state.StateTtlConfig.StateVisibility
-
Packages that use StateTtlConfig.StateVisibility Package Description org.apache.flink.api.common.state -
-
Uses of StateTtlConfig.StateVisibility in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return StateTtlConfig.StateVisibility Modifier and Type Method 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.Methods in org.apache.flink.api.common.state with parameters of type StateTtlConfig.StateVisibility Modifier and Type Method Description StateTtlConfig.Builder
StateTtlConfig.Builder. setStateVisibility(StateTtlConfig.StateVisibility stateVisibility)
Sets the state visibility.
-