Interface StateFactory<T extends org.apache.flink.runtime.scheduler.adaptive.State>
- Type Parameters:
T- Type of the state.
public interface StateFactory<T extends org.apache.flink.runtime.scheduler.adaptive.State>
Factory for creating adaptive scheduler state instances.
-
Method Summary
-
Method Details
-
getStateClass
-
getState
T getState()
-