类 CronTriggerer
java.lang.Object
org.apache.pulsar.io.batchdiscovery.CronTriggerer
- 所有已实现的接口:
org.apache.pulsar.io.core.BatchSourceTriggerer
This is an implementation of BatchSourceTriggerer that triggers based on a cron expression.
BatchSource developers using this should pass the json string of a map that contains
"__CRON__" key with the appropriate cron expression. The triggerer will trigger based on this expression.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
CRON_KEY
- 另请参阅:
-
-
构造器详细资料
-
CronTriggerer
public CronTriggerer()
-
-
方法详细资料
-
init
- 指定者:
init在接口中org.apache.pulsar.io.core.BatchSourceTriggerer
-
start
- 指定者:
start在接口中org.apache.pulsar.io.core.BatchSourceTriggerer
-
stop
public void stop()- 指定者:
stop在接口中org.apache.pulsar.io.core.BatchSourceTriggerer
-