Class MetadataCacheStats.Builder (2.40.1)

public abstract static class MetadataCacheStats.Builder

Inheritance

java.lang.Object > MetadataCacheStats.Builder

Constructors

Builder()

public Builder()

Methods

build()

public abstract MetadataCacheStats build()

Creates a @code MetadataCacheStats} object.

Returns
Type Description
MetadataCacheStats

setTableMetadataCacheUsage(List<TableMetadataCacheUsage> tableMetadataCacheUsage)

public abstract MetadataCacheStats.Builder setTableMetadataCacheUsage(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