Class BindingDOMAdapterLoader
- java.lang.Object
-
- com.google.common.cache.CacheLoader<Class<? extends T>,Optional<T>>
-
- org.opendaylight.controller.md.sal.binding.spi.AdapterLoader<BindingService,DOMService>
-
- org.opendaylight.controller.md.sal.binding.impl.BindingDOMAdapterLoader
-
@Deprecated(forRemoval=true) public abstract class BindingDOMAdapterLoader extends AdapterLoader<BindingService,DOMService>
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
CacheLoader.InvalidCacheLoadException, CacheLoader.UnsupportedLoadingOperationException
-
-
Constructor Summary
Constructors Constructor Description BindingDOMAdapterLoader(BindingToNormalizedNodeCodec codec)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected AdapterBuilder<? extends BindingService,DOMService>
createBuilder(Class<? extends BindingService> key)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.opendaylight.controller.md.sal.binding.spi.AdapterLoader
getDelegate, load
-
Methods inherited from class com.google.common.cache.CacheLoader
asyncReloading, from, from, loadAll, reload
-
-
-
-
Constructor Detail
-
BindingDOMAdapterLoader
public BindingDOMAdapterLoader(BindingToNormalizedNodeCodec codec)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
createBuilder
protected final AdapterBuilder<? extends BindingService,DOMService> createBuilder(Class<? extends BindingService> key)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createBuilder
in classAdapterLoader<BindingService,DOMService>
-
-