Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.TrinoTelemetryConfig
Packages that use TrinoTelemetryConfig
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of TrinoTelemetryConfig in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type TrinoTelemetryConfigModifier and TypeClassDescriptionfinal classTrino user telemetry definition.Methods in com.azure.resourcemanager.hdinsight.containers.models that return TrinoTelemetryConfigModifier and TypeMethodDescriptionstatic TrinoTelemetryConfigTrinoTelemetryConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TrinoTelemetryConfig from the JsonReader.TrinoUserTelemetry.storage()Get the storage property: Trino user telemetry definition.TrinoTelemetryConfig.withHivecatalogName(String hivecatalogName) Set the hivecatalogName property: Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.TrinoTelemetryConfig.withHivecatalogSchema(String hivecatalogSchema) Set the hivecatalogSchema property: Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.TrinoTelemetryConfig.withPartitionRetentionInDays(Integer partitionRetentionInDays) Set the partitionRetentionInDays property: Retention period for query log table partitions, this doesn't have any affect on actual data.Set the path property: Azure storage location of the blobs.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type TrinoTelemetryConfigModifier and TypeMethodDescriptionTrinoUserTelemetry.withStorage(TrinoTelemetryConfig storage) Set the storage property: Trino user telemetry definition.