Class TableMetadataCacheUsage (2.39.1)

public abstract class TableMetadataCacheUsage implements Serializable

Represents Table level detail on the usage of metadata caching.

Inheritance

java.lang.Object > TableMetadataCacheUsage

Implements

Serializable

Static Methods

newBuilder()

public static TableMetadataCacheUsage.Builder newBuilder()
Returns
Type Description
TableMetadataCacheUsage.Builder

Constructors

TableMetadataCacheUsage()

public TableMetadataCacheUsage()

Methods

getExplanation()

public abstract String getExplanation()
Returns
Type Description
String

getTableReference()

public abstract TableId getTableReference()
Returns
Type Description
TableId

getTableType()

public abstract String getTableType()
Returns
Type Description
String

getUnusedReason()

public abstract TableMetadataCacheUsage.UnusedReason getUnusedReason()
Returns
Type Description
TableMetadataCacheUsage.UnusedReason

toBuilder()

public abstract TableMetadataCacheUsage.Builder toBuilder()
Returns
Type Description
TableMetadataCacheUsage.Builder