@ThreadSafe public interface StaticTableTag
StaticTableSchema. When the table schema is instantiated,
the table metadata stored on the schema will be updated by calling the modifyMetadata() method for every tag
associated with the table.| Modifier and Type | Method and Description |
|---|---|
Consumer<StaticTableMetadata.Builder> |
modifyMetadata()
A function that modifies an existing
StaticTableSchema.Builder when this tag is applied to a table. |
Consumer<StaticTableMetadata.Builder> modifyMetadata()
StaticTableSchema.Builder when this tag is applied to a table. This
will be used by the StaticTableSchema to capture all the metadata associated with tags that have been
applied to the table.StaticTableSchema.Builder.Copyright © 2023. All rights reserved.