Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ComputeResourceDefinition
Packages that use ComputeResourceDefinition
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ComputeResourceDefinition in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ComputeResourceDefinitionModifier and TypeClassDescriptionfinal classThe cpu and memory requirement definition.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ComputeResourceDefinitionModifier and TypeMethodDescriptionstatic ComputeResourceDefinitionComputeResourceDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ComputeResourceDefinition from the JsonReader.FlinkProfile.historyServer()Get the historyServer property: History Server container/ process CPU and memory requirements.FlinkProfile.jobManager()Get the jobManager property: Job Manager container/ process CPU and memory requirements.FlinkProfile.taskManager()Get the taskManager property: Task Manager container/ process CPU and memory requirements.ComputeResourceDefinition.withCpu(float cpu) Set the cpu property: The required CPU.ComputeResourceDefinition.withMemory(long memory) Set the memory property: The required memory in MB, Container memory will be 110 percentile.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ComputeResourceDefinitionModifier and TypeMethodDescriptionFlinkProfile.withHistoryServer(ComputeResourceDefinition historyServer) Set the historyServer property: History Server container/ process CPU and memory requirements.FlinkProfile.withJobManager(ComputeResourceDefinition jobManager) Set the jobManager property: Job Manager container/ process CPU and memory requirements.FlinkProfile.withTaskManager(ComputeResourceDefinition taskManager) Set the taskManager property: Task Manager container/ process CPU and memory requirements.