Class DPNTEPsInfoCache

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    @Singleton
    public class DPNTEPsInfoCache
    extends InstanceIdDataObjectCache<DPNTEPsInfo>
    Caches DPNTEPsInfo objects.
    Author:
    Thomas Pantelis
    • Constructor Detail

      • DPNTEPsInfoCache

        @Inject
        public DPNTEPsInfoCache​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                org.opendaylight.infrautils.caches.CacheProvider cacheProvider,
                                DirectTunnelUtils directTunnelUtils,
                                org.opendaylight.infrautils.jobcoordinator.JobCoordinator coordinator,
                                UnprocessedNodeConnectorEndPointCache unprocessedNodeConnectorEndPointCache)
    • Method Detail

      • getDPNTepListFromDPNId

        public java.util.List<DPNTEPsInfo> getDPNTepListFromDPNId​(java.util.List<org.opendaylight.yangtools.yang.common.Uint64> dpnIds)
      • getDPNTepFromDPNId

        public java.util.Optional<DPNTEPsInfo> getDPNTepFromDPNId​(org.opendaylight.yangtools.yang.common.Uint64 dpnId)