Class RefreshMaterializedTableRequestBody

  • All Implemented Interfaces:
    org.apache.flink.runtime.rest.messages.RequestBody

    public class RefreshMaterializedTableRequestBody
    extends Object
    implements org.apache.flink.runtime.rest.messages.RequestBody
    RequestBody for executing materialized table refresh operation.
    • Constructor Detail

      • RefreshMaterializedTableRequestBody

        public RefreshMaterializedTableRequestBody​(boolean isPeriodic,
                                                   @Nullable
                                                   String scheduleTime,
                                                   @Nullable
                                                   Map<String,​String> dynamicOptions,
                                                   @Nullable
                                                   Map<String,​String> staticPartitions,
                                                   @Nullable
                                                   Map<String,​String> executionConfig)
    • Method Detail

      • isPeriodic

        public boolean isPeriodic()
      • getScheduleTime

        @Nullable
        public String getScheduleTime()
      • getDynamicOptions

        @Nullable
        public Map<String,​String> getDynamicOptions()
      • getStaticPartitions

        @Nullable
        public Map<String,​String> getStaticPartitions()
      • getExecutionConfig

        @Nullable
        public Map<String,​String> getExecutionConfig()