Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.TrinoDebugConfig
Packages that use TrinoDebugConfig
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of TrinoDebugConfig in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type TrinoDebugConfigMethods in com.azure.resourcemanager.hdinsight.containers.models that return TrinoDebugConfigModifier and TypeMethodDescriptionTrinoCoordinator.debug()Get the debug property: Trino debug configuration.TrinoWorker.debug()Get the debug property: Trino debug configuration.static TrinoDebugConfigTrinoDebugConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TrinoDebugConfig from the JsonReader.TrinoDebugConfig.withEnable(Boolean enable) Set the enable property: The flag that if enable debug or not.Set the port property: The debug port.TrinoDebugConfig.withSuspend(Boolean suspend) Set the suspend property: The flag that if suspend debug or not.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type TrinoDebugConfigModifier and TypeMethodDescriptionTrinoCoordinator.withDebug(TrinoDebugConfig debug) Set the debug property: Trino debug configuration.TrinoWorker.withDebug(TrinoDebugConfig debug) Set the debug property: Trino debug configuration.