T - The type of the data that can be stored by this storage helper.public interface RetrievableStateStorageHelper<T extends Serializable>
StateHandleStore to persist state before the state
handle is written to the underlying system.| Modifier and Type | Method and Description |
|---|---|
RetrievableStateHandle<T> |
store(T state)
Stores the given state and returns a state handle to it.
|
RetrievableStateHandle<T> store(T state) throws Exception
state - State to be storedException - if an error occurred while storing the state.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.