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
RequestBodyfor executing materialized table refresh operation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getDynamicOptions()Map<String,String>getExecutionConfig()StringgetScheduleTime()Map<String,String>getStaticPartitions()booleanisPeriodic()
-
-
-
Method Detail
-
isPeriodic
public boolean isPeriodic()
-
getScheduleTime
@Nullable public String getScheduleTime()
-
-