@PublicEvolving public class CreatePeriodicRefreshWorkflow extends Object implements CreateRefreshWorkflow
CreateRefreshWorkflow provides the related information to create periodic refresh
workflow of CatalogMaterializedTable.| 构造器和说明 |
|---|
CreatePeriodicRefreshWorkflow(ObjectIdentifier materializedTableIdentifier,
String descriptionStatement,
String cronExpression,
Map<String,String> initConfig,
Map<String,String> executionConfig,
String restEndpointUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.