Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.TrinoCoordinator
Packages that use TrinoCoordinator
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of TrinoCoordinator in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type TrinoCoordinatorMethods in com.azure.resourcemanager.hdinsight.containers.models that return TrinoCoordinatorModifier and TypeMethodDescriptionTrinoProfile.coordinator()Get the coordinator property: Trino Coordinator.static TrinoCoordinatorTrinoCoordinator.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TrinoCoordinator from the JsonReader.TrinoCoordinator.withDebug(TrinoDebugConfig debug) Set the debug property: Trino debug configuration.TrinoCoordinator.withHighAvailabilityEnabled(Boolean highAvailabilityEnabled) Set the highAvailabilityEnabled property: The flag that if enable coordinator HA, uses multiple coordinator replicas with auto failover, one per each head node.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type TrinoCoordinatorModifier and TypeMethodDescriptionTrinoProfile.withCoordinator(TrinoCoordinator coordinator) Set the coordinator property: Trino Coordinator.