@PublicEvolving
public interface RefreshHandler
In continuous mode, the meta information maybe contains { "clusterType": "yarn", "clusterId": "xxx", "jobId": "yyyy" }.
In full mode, the meta information maybe contains { "endpoint": "xxx", "workflowId": "yyy" }. Due to user may use different workflow scheduler in this mode, user should implement this interface according to their plugin.
This interface will be serialized to bytes by RefreshHandlerSerializer, then store to
Catalog for further operation.
| 限定符和类型 | 方法和说明 |
|---|---|
String |
asSummaryString()
Returns a string that summarizes this refresh handler meta information for printing to a
console or log.
|
String asSummaryString()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.