public static interface NamespaceBehaviour.Registry
Modifier and Type | Method and Description |
---|---|
<K,V,N extends IdentifierNamespace<K,V>> |
getNamespaceBehaviour(Class<N> type)
Get a namespace behavior.
|
<K,V,N extends IdentifierNamespace<K,V>> NamespaceBehaviour<K,V,N> getNamespaceBehaviour(Class<N> type)
K
- key typeV
- value typeN
- namespace typetype
- Namespace type classNamespaceNotAvailableException
- when the namespace is not availableCopyright © 2019 OpenDaylight. All rights reserved.