Package org.apache.iceberg
Class MetricsConfig
java.lang.Object
org.apache.iceberg.MetricsConfig
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptioncolumnMode(String columnAlias) static MetricsConfigforPositionDelete(Table table) Creates a metrics config for a position delete file.static MetricsConfigCreates a metrics config from a table.static MetricsConfigfromProperties(Map<String, String> props) Deprecated.static MetricsConfigvoidvalidateReferencedColumns(Schema schema) 
- 
Method Details- 
getDefault
- 
fromPropertiesDeprecated.useforTable(Table)Creates a metrics config from table configuration.- Parameters:
- props- table configuration
 
- 
forTableCreates a metrics config from a table.- Parameters:
- table- iceberg table
 
- 
forPositionDeleteCreates a metrics config for a position delete file.- Parameters:
- table- an Iceberg table
 
- 
validateReferencedColumns
- 
columnMode
 
- 
forTable(Table)