Class MetadataCacheStats (2.38.2)

public abstract class MetadataCacheStats implements Serializable

Represents statistics for metadata caching in BigLake tables. See Also: BigLake Tables

Inheritance

java.lang.Object > MetadataCacheStats

Implements

Serializable

Static Methods

newBuilder()

public static MetadataCacheStats.Builder newBuilder()
Returns
TypeDescription
MetadataCacheStats.Builder

Constructors

MetadataCacheStats()

public MetadataCacheStats()

Methods

getTableMetadataCacheUsage()

public abstract List<TableMetadataCacheUsage> getTableMetadataCacheUsage()
Returns
TypeDescription
List<TableMetadataCacheUsage>

toBuilder()

public abstract MetadataCacheStats.Builder toBuilder()
Returns
TypeDescription
MetadataCacheStats.Builder