- valueManagerProxyHashMap - Variable in class io.ray.streaming.state.backend.AbstractKeyStateBackend
-
- valueOf(String) - Static method in enum io.ray.streaming.state.backend.BackendType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ray.streaming.state.backend.StateStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.ray.streaming.state.keystate.desc.AbstractStateDescriptor.StateType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.ray.streaming.state.backend.BackendType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ray.streaming.state.backend.StateStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ray.streaming.state.keystate.desc.AbstractStateDescriptor.StateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface io.ray.streaming.state.keystate.state.MapState
-
Returns all the values in the state.
- ValueState<T> - Interface in io.ray.streaming.state.keystate.state
-
ValueState interface.
- ValueStateDescriptor<T> - Class in io.ray.streaming.state.keystate.desc
-
ValueStateDescriptor.
- ValueStateDescriptor(String, Class<T>, T) - Constructor for class io.ray.streaming.state.keystate.desc.ValueStateDescriptor
-
- ValueStateImpl<T> - Class in io.ray.streaming.state.keystate.state.impl
-
ValueState implementation.
- ValueStateImpl(ValueStateDescriptor<T>, KeyStateBackend) - Constructor for class io.ray.streaming.state.keystate.state.impl.ValueStateImpl
-
- ValueStateStoreManagerProxy<T> - Class in io.ray.streaming.state.keystate.state.proxy
-
This class defines ValueState Wrapper, connecting state and backend.
- ValueStateStoreManagerProxy(KeyStateBackend, ValueStateDescriptor<T>) - Constructor for class io.ray.streaming.state.keystate.state.proxy.ValueStateStoreManagerProxy
-