Class AutoscalerStateStoreFactory
- java.lang.Object
-
- org.apache.flink.autoscaler.standalone.AutoscalerStateStoreFactory
-
public class AutoscalerStateStoreFactory extends java.lang.Object
The factory ofAutoScalerStateStore
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutoscalerStateStoreFactory.StateStoreType
Out-of-box state store type.
-
Constructor Summary
Constructors Constructor Description AutoscalerStateStoreFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <KEY,Context extends JobAutoScalerContext<KEY>>
AutoScalerStateStore<KEY,Context>create(org.apache.flink.configuration.Configuration conf)
-
-
-
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
-
-