Package org.apache.polaris.service.types
Class TableUpdateNotification
java.lang.Object
org.apache.polaris.service.types.TableUpdateNotification
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTableUpdateNotification(String tableName, Long timestamp, String tableUuid, String metadataLocation, org.apache.iceberg.TableMetadata metadata) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanorg.apache.iceberg.TableMetadatainthashCode()voidsetMetadata(org.apache.iceberg.TableMetadata metadata) voidsetMetadataLocation(String metadataLocation) voidsetTableName(String tableName) voidsetTableUuid(String tableUuid) voidsetTimestamp(Long timestamp) toString()
-
Constructor Details
-
TableUpdateNotification
public TableUpdateNotification() -
TableUpdateNotification
-
-
Method Details
-
getTableName
-
setTableName
-
getTimestamp
-
setTimestamp
-
getTableUuid
-
setTableUuid
-
getMetadataLocation
-
setMetadataLocation
-
getMetadata
public org.apache.iceberg.TableMetadata getMetadata() -
setMetadata
public void setMetadata(org.apache.iceberg.TableMetadata metadata) -
equals
-
hashCode
public int hashCode() -
toString
-
builder
-