Class TableUpdateNotification

java.lang.Object
org.apache.polaris.service.types.TableUpdateNotification

public class TableUpdateNotification extends Object
  • Constructor Details

    • TableUpdateNotification

      public TableUpdateNotification()
    • TableUpdateNotification

      public TableUpdateNotification(String tableName, Long timestamp, String tableUuid, String metadataLocation, org.apache.iceberg.TableMetadata metadata)
  • Method Details

    • getTableName

      public String getTableName()
    • setTableName

      public void setTableName(String tableName)
    • getTimestamp

      public Long getTimestamp()
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • getTableUuid

      public String getTableUuid()
    • setTableUuid

      public void setTableUuid(String tableUuid)
    • getMetadataLocation

      public String getMetadataLocation()
    • setMetadataLocation

      public void setMetadataLocation(String metadataLocation)
    • getMetadata

      public org.apache.iceberg.TableMetadata getMetadata()
    • setMetadata

      public void setMetadata(org.apache.iceberg.TableMetadata metadata)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static TableUpdateNotification.Builder builder()