public class SupervisorElectedEvent
extends java.lang.Object
| Constructor and Description |
|---|
SupervisorElectedEvent(org.apache.curator.framework.recipes.cache.PathChildrenCache moduleDeploymentRequests,
org.apache.curator.framework.recipes.cache.PathChildrenCache streamDeployments,
org.apache.curator.framework.recipes.cache.PathChildrenCache jobDeployments)
Construct LeaderElected event.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.curator.framework.recipes.cache.PathChildrenCache |
getJobDeployments() |
org.apache.curator.framework.recipes.cache.PathChildrenCache |
getModuleDeploymentRequests() |
org.apache.curator.framework.recipes.cache.PathChildrenCache |
getStreamDeployments() |
public SupervisorElectedEvent(org.apache.curator.framework.recipes.cache.PathChildrenCache moduleDeploymentRequests,
org.apache.curator.framework.recipes.cache.PathChildrenCache streamDeployments,
org.apache.curator.framework.recipes.cache.PathChildrenCache jobDeployments)
moduleDeploymentRequests - module deployment requests path cachestreamDeployments - stream deployment requests path cachejobDeployments - job deployment requests path cachepublic org.apache.curator.framework.recipes.cache.PathChildrenCache getModuleDeploymentRequests()
public org.apache.curator.framework.recipes.cache.PathChildrenCache getStreamDeployments()
public org.apache.curator.framework.recipes.cache.PathChildrenCache getJobDeployments()