@Singleton public class DhcpPortCache extends Object
Constructor and Description |
---|
DhcpPortCache() |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port |
get(String interfaceName) |
void |
init() |
void |
put(String interfaceName,
org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port port) |
void |
remove(String interfaceName) |
@PostConstruct public void init()
public void put(@Nonnull String interfaceName, org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port port)
@Nullable public org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port get(@Nonnull String interfaceName)
Copyright © 2019 OpenDaylight. All rights reserved.