Package com.logicalclocks.hsfs
Class JobConfiguration
java.lang.Object
com.logicalclocks.hsfs.JobConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionJobConfiguration(int amMemory, int amVCores, int executorCores, int executorMemory, boolean dynamicAllocationEnabled, int dynamicAllocationMaxExecutors, int dynamicAllocationMinExecutors) -
Method Summary
-
Constructor Details
-
JobConfiguration
public JobConfiguration(int amMemory, int amVCores, int executorCores, int executorMemory, boolean dynamicAllocationEnabled, int dynamicAllocationMaxExecutors, int dynamicAllocationMinExecutors)
-