public class RefreshMaterializedTableRequestBody extends Object implements org.apache.flink.runtime.rest.messages.RequestBody
RequestBody for executing materialized table refresh operation.| Constructor and Description |
|---|
RefreshMaterializedTableRequestBody(boolean isPeriodic,
String scheduleTime,
Map<String,String> dynamicOptions,
Map<String,String> staticPartitions,
Map<String,String> executionConfig) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDynamicOptions() |
Map<String,String> |
getExecutionConfig() |
String |
getScheduleTime() |
Map<String,String> |
getStaticPartitions() |
boolean |
isPeriodic() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.