Class RefreshMaterializedTableRequestBody

java.lang.Object
org.apache.flink.table.gateway.rest.message.materializedtable.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 Details

    • RefreshMaterializedTableRequestBody

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

    • 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()