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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getState()
Class<T>
getStateClass()
-