@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.
| Modifier and Type | Method and Description |
|---|---|
String |
asSummaryString()
Returns a string that summarizes this refresh handler meta information for printing to a
console or log.
|
String asSummaryString()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.