Class ClusterServiceCoordinator
- java.lang.Object
-
- org.apache.pulsar.functions.worker.ClusterServiceCoordinator
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class ClusterServiceCoordinator extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description ClusterServiceCoordinator(java.lang.String workerId, LeaderService leaderService, java.util.function.Supplier<java.lang.Boolean> isLeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTask(java.lang.String taskName, long interval, java.lang.Runnable task)voidclose()voidstart()
-
-
-
Constructor Detail
-
ClusterServiceCoordinator
public ClusterServiceCoordinator(java.lang.String workerId, LeaderService leaderService, java.util.function.Supplier<java.lang.Boolean> isLeader)
-
-