Class MetadataCacheStats.Builder (2.38.2)

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
TypeDescription
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
NameDescription
tableMetadataCacheUsageList<TableMetadataCacheUsage>
Returns
TypeDescription
MetadataCacheStats.Builder