Class AutoscalerStateStoreFactory


  • public class AutoscalerStateStoreFactory
    extends java.lang.Object
    The factory of AutoScalerStateStore.
    • Constructor Detail

      • AutoscalerStateStoreFactory

        public AutoscalerStateStoreFactory()
    • Method Detail

      • create

        public static <KEY,​Context extends JobAutoScalerContext<KEY>> AutoScalerStateStore<KEY,​Context> create​(org.apache.flink.configuration.Configuration conf)
                                                                                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception