public class ClusterIpManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.cfg.ComponentConfigService |
cfgService |
protected org.onosproject.cluster.ClusterService |
clusterService |
static String |
DEFAULT_MASK |
static String |
ETH_0 |
protected org.onosproject.cluster.LeadershipService |
leadershipService |
| Constructor and Description |
|---|
ClusterIpManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context) |
protected void |
deactivate(org.osgi.service.component.ComponentContext context) |
protected void |
modified(org.osgi.service.component.ComponentContext context) |
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.cluster.ClusterService clusterService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.cluster.LeadershipService leadershipService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.cfg.ComponentConfigService cfgService
public static final String DEFAULT_MASK
public static final String ETH_0
@Activate protected void activate(org.osgi.service.component.ComponentContext context)
@Deactivate protected void deactivate(org.osgi.service.component.ComponentContext context)
@Modified protected void modified(org.osgi.service.component.ComponentContext context)
Copyright © 2016. All rights reserved.