Class BGPClusterSingletonService
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.config.BGPClusterSingletonService
- All Implemented Interfaces:
- AutoCloseable,- org.opendaylight.mdsal.singleton.api.ClusterSingletonService,- org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifier>
public class BGPClusterSingletonService
extends Object
implements org.opendaylight.mdsal.singleton.api.ClusterSingletonService, AutoCloseable
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()com.google.common.util.concurrent.ListenableFuture<?> org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifiervoidvoidonNeighborRemoved(Neighbor neighbor) 
- 
Method Details- 
getIdentifierpublic org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifier getIdentifier()- Specified by:
- getIdentifierin interface- org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifier>
 
- 
instantiateServiceInstancepublic void instantiateServiceInstance()- Specified by:
- instantiateServiceInstancein interface- org.opendaylight.mdsal.singleton.api.ClusterSingletonService
 
- 
closeServiceInstancepublic com.google.common.util.concurrent.ListenableFuture<?> closeServiceInstance()- Specified by:
- closeServiceInstancein interface- org.opendaylight.mdsal.singleton.api.ClusterSingletonService
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
- 
onNeighborRemoved
 
-