public class LispUpdater extends Object implements ILispUpdater, AutoCloseable
Constructor and Description |
---|
LispUpdater(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.OdlMappingserviceService lfmService) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
containsLispAddress(ServiceFunction serviceFunction) |
boolean |
containsLispAddress(ServiceFunctionForwarder serviceFunctionForwarder) |
void |
deletePath(RenderedServicePath rsp) |
void |
deletePathOld(RenderedServicePath rsp)
Deprecated.
|
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.OdlMappingserviceService |
getMappingserviceService() |
void |
registerPath(RenderedServicePath rsp) |
void |
registerPathOld(RenderedServicePath rsp)
Deprecated.
|
ServiceFunction |
updateLispData(ServiceFunction serviceFunction) |
ServiceFunctionForwarder |
updateLispData(ServiceFunctionForwarder serviceFunctionForwarder) |
void |
updatePath(RenderedServicePath newRsp,
RenderedServicePath oldRsp) |
void |
updatePathOld(RenderedServicePath newRsp,
RenderedServicePath oldRsp)
Deprecated.
|
public LispUpdater(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.OdlMappingserviceService lfmService)
public org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.OdlMappingserviceService getMappingserviceService()
public ServiceFunctionForwarder updateLispData(ServiceFunctionForwarder serviceFunctionForwarder)
public ServiceFunction updateLispData(ServiceFunction serviceFunction)
public boolean containsLispAddress(ServiceFunction serviceFunction)
public boolean containsLispAddress(ServiceFunctionForwarder serviceFunctionForwarder)
@Deprecated public void registerPathOld(RenderedServicePath rsp)
public void registerPath(RenderedServicePath rsp)
@Deprecated public void deletePathOld(RenderedServicePath rsp)
public void deletePath(RenderedServicePath rsp)
@Deprecated public void updatePathOld(RenderedServicePath newRsp, RenderedServicePath oldRsp)
public void updatePath(RenderedServicePath newRsp, RenderedServicePath oldRsp)
public void close()
close
in interface AutoCloseable
Copyright © 2017 OpenDaylight. All rights reserved.