@PublicEvolving public class CreatePeriodicRefreshWorkflow extends Object implements CreateRefreshWorkflow
CreateRefreshWorkflow provides the related information to create periodic refresh
workflow of CatalogMaterializedTable.| Constructor and Description |
|---|
CreatePeriodicRefreshWorkflow(ObjectIdentifier materializedTableIdentifier,
String descriptionStatement,
String cronExpression,
Map<String,String> initConfig,
Map<String,String> executionConfig,
String restEndpointUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCronExpression() |
String |
getDescriptionStatement() |
Map<String,String> |
getExecutionConfig() |
Map<String,String> |
getInitConfig() |
ObjectIdentifier |
getMaterializedTableIdentifier() |
String |
getRestEndpointUrl() |
public ObjectIdentifier getMaterializedTableIdentifier()
public String getDescriptionStatement()
public String getCronExpression()
public String getRestEndpointUrl()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.