Interface TableInfo


  • public interface TableInfo
    Metadata for a ksqlDB table.
    • Method Detail

      • getName

        String getName()
        Returns:
        the name of this table
      • getTopic

        String getTopic()
        Returns:
        the name of the Kafka topic underlying this ksqlDB table
      • getFormat

        String getFormat()
        Returns:
        the format of the data in this table
      • isWindowed

        boolean isWindowed()
        Returns:
        whether this ksqlDB table is windowed