Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.map.register.cache.key.container.MapRegisterCacheKey
Packages that use MapRegisterCacheKey
Package
Description
-
Uses of MapRegisterCacheKey in org.opendaylight.lispflowmapping.southbound.lisp.cache
Fields in org.opendaylight.lispflowmapping.southbound.lisp.cache with type parameters of type MapRegisterCacheKeyModifier and TypeFieldDescriptionprotected final Map<MapRegisterCacheKey,MapRegisterCacheValue> MapRegisterCache.cacheMethods in org.opendaylight.lispflowmapping.southbound.lisp.cache that return types with arguments of type MapRegisterCacheKeyModifier and TypeMethodDescriptionstatic Map.Entry<MapRegisterCacheKey,byte[]> MapRegisterPartialDeserializer.deserializePartially(ByteBuffer buffer, InetAddress sourceRloc) Methods in org.opendaylight.lispflowmapping.southbound.lisp.cache with parameters of type MapRegisterCacheKeyModifier and TypeMethodDescriptionvoidMapRegisterCache.addEntry(MapRegisterCacheKey mapRegisterCacheKey, MapRegisterCacheValue mapRegisterCacheValue) MapRegisterCache.getEntry(MapRegisterCacheKey mapRegisterCacheKey) MapRegisterCache.refreshEntry(MapRegisterCacheKey mapRegisterCacheKey) voidMapRegisterCache.removeEntry(MapRegisterCacheKey mapRegisterCacheKey) Method parameters in org.opendaylight.lispflowmapping.southbound.lisp.cache with type arguments of type MapRegisterCacheKeyModifier and TypeMethodDescriptionvoidMapRegisterCache.addEntry(Map.Entry<MapRegisterCacheKey, MapRegisterCacheValue> mapRegisterCacheEntry) -
Uses of MapRegisterCacheKey in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105 that return MapRegisterCacheKeyModifier and TypeMethodDescriptionMapRegisterCacheKeyContainer.getMapRegisterCacheKey()Return mapRegisterCacheKey, ornullif it is not present. -
Uses of MapRegisterCacheKey in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.map.register.cache.key.container
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.map.register.cache.key.container with type parameters of type MapRegisterCacheKeyModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MapRegisterCacheKey>>
E$$MapRegisterCacheKeyBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.map.register.cache.key.container that return MapRegisterCacheKeyModifier and TypeMethodDescription@NonNull MapRegisterCacheKeyMapRegisterCacheKeyBuilder.build()A newMapRegisterCacheKeyinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.map.register.cache.key.container that return types with arguments of type MapRegisterCacheKeyModifier and TypeMethodDescriptiondefault Class<MapRegisterCacheKey>MapRegisterCacheKey.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.map.register.cache.key.container with parameters of type MapRegisterCacheKeyModifier and TypeMethodDescriptionstatic booleanMapRegisterCacheKey.bindingEquals(@NonNull MapRegisterCacheKey thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMapRegisterCacheKey.bindingHashCode(@NonNull MapRegisterCacheKey obj) Default implementation ofObject.hashCode()contract for this interface.static StringMapRegisterCacheKey.bindingToString(@NonNull MapRegisterCacheKey obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.map.register.cache.key.container with type arguments of type MapRegisterCacheKeyModifier and TypeMethodDescriptionMapRegisterCacheKeyBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MapRegisterCacheKey> augmentation) Add an augmentation to this builder's product.MapRegisterCacheKeyBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MapRegisterCacheKey>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.map.register.cache.key.container with parameters of type MapRegisterCacheKeyModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMapRegisterCacheKey.