Interface LogWriterFlushStrategy

    • Field Detail

      • LOGMNR_FLUSH_TABLE

        static final String LOGMNR_FLUSH_TABLE
        The LogMiner implemenation's flush table name.
        See Also:
        Constant Field Values
    • Method Detail

      • getHost

        String getHost()
        Returns:
        the host or ip address that will be flushed by the strategy
      • isFlushTable

        static boolean isFlushTable​(TableId id,
                                    String schemaName)
        Checks whether the supplied TableId is the flush table.
        Parameters:
        id - the table id
        schemaName - the schema name
        Returns:
        true if the table is the flush table, false otherwise