Class MetadataCacheStats.Builder (2.52.0)

publicabstractstaticclass MetadataCacheStats.Builder

Inheritance

java.lang.Object > MetadataCacheStats.Builder

Constructors

Builder()

publicBuilder()

Methods

build()

publicabstractMetadataCacheStatsbuild()

Creates a @code MetadataCacheStats} object.

Returns
Type Description
MetadataCacheStats

setTableMetadataCacheUsage(List<TableMetadataCacheUsage> tableMetadataCacheUsage)

publicabstractMetadataCacheStats.BuildersetTableMetadataCacheUsage(List<TableMetadataCacheUsage>tableMetadataCacheUsage)

Sets the free form human-readable reason metadata caching was unused for the job.

Parameter
Name Description
tableMetadataCacheUsage List<TableMetadataCacheUsage>
Returns
Type Description
MetadataCacheStats.Builder

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.