@Singleton public class DPNTEPsInfoCache extends InstanceIdDataObjectCache<DPNTEPsInfo>
| Constructor and Description |
|---|
DPNTEPsInfoCache(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
org.opendaylight.infrautils.caches.CacheProvider cacheProvider) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DPNTEPsInfo> |
getDPNTepFromDPNId(BigInteger dpnId) |
List<DPNTEPsInfo> |
getDPNTepListFromDPNId(List<BigInteger> dpnIds) |
added, close, get, getAllPresent, removed@Inject
public DPNTEPsInfoCache(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
org.opendaylight.infrautils.caches.CacheProvider cacheProvider)
public List<DPNTEPsInfo> getDPNTepListFromDPNId(List<BigInteger> dpnIds)
public Optional<DPNTEPsInfo> getDPNTepFromDPNId(BigInteger dpnId)
Copyright © 2019 OpenDaylight. All rights reserved.