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

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getStateClass

      Class<T> getStateClass()
    • getState

      T getState()