Uses of Class
org.apache.flink.runtime.state.StateObject.StateObjectLocation
-
Packages that use StateObject.StateObjectLocation Package Description org.apache.flink.runtime.state -
-
Uses of StateObject.StateObjectLocation in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateObject.StateObjectLocation Modifier and Type Method Description static StateObject.StateObjectLocation
StateObject.StateObjectLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static StateObject.StateObjectLocation[]
StateObject.StateObjectLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.state that return types with arguments of type StateObject.StateObjectLocation Modifier and Type Method Description EnumMap<StateObject.StateObjectLocation,Long>
StateObject.StateObjectSizeStatsCollector. getStats()
Methods in org.apache.flink.runtime.state with parameters of type StateObject.StateObjectLocation Modifier and Type Method Description void
StateObject.StateObjectSizeStatsCollector. add(StateObject.StateObjectLocation key, long value)
-