Interface TableOptionsUtils


  • @PublicEvolving
    public interface TableOptionsUtils
    Interface for handling specific set of table options.
    • Method Detail

      • getProcessedResolvedOptions

        Map<String,​String> getProcessedResolvedOptions()
        Returns table options after processing keys and values to specific handler formats. i.e.
        Returns:
        key/value map of the table options after processing.
      • getNonValidatedPrefixes

        List<String> getNonValidatedPrefixes()
        Returns:
        Common prefix of the options handled by this options handler.