Uses of Class
com.tailf.conf.ConfNamespace
Package
Description
Package with methods for connecting to the configuration database.
Data types and utilities for communication with the server.
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
MAAPI is an API which provides full access to the systems internal
transaction engine.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
The Common Alarm Management package contains common definitions that are
used within the alarm manager.
This package comprises name-space classes generated from the NCS YANG models.
-
Uses of ConfNamespace in com.tailf.cdb
Modifier and TypeMethodDescriptionstatic ConfException
CdbExtendedException.mk
(int extendedErrorCode, ConfNamespace appNS, String appTag, ConfResponse r) void
CdbSession.setNamespace
(ConfNamespace ns) Before we start to read data from CDB we need to set the namespace.int
CdbSubscription.subscribe
(int priority, ConfNamespace ns, String fmt, Object... args) Subscribe to a given path.int
CdbSubscription.subscribe
(CdbSubscriptionType subscriptionType, int priority, ConfNamespace ns, String fmt, Object... args) Subscribe to a path.int
CdbSubscription.subscribe
(CdbSubscriptionType subscriptionType, EnumSet<CdbSubscrConfigFlag> flags, int priority, ConfNamespace ns, String fmt, Object... args) Subscribe to a path.Modifier and TypeMethodDescriptionvoid
Cdb.setUseForCdbUpgrade
(List<ConfNamespace> removedNs) Sets this Cdb and the session it creates to be used for Cdb data upgrades.ModifierConstructorDescriptionCdbExtendedException
(int extendedErrorCode, ConfNamespace appNS, String appTag, ConfException ex) CdbExtendedException
(int extendedErrorCode, ConfNamespace appNS, String appTag, String msg) -
Uses of ConfNamespace in com.tailf.conf
Modifier and TypeClassDescriptionclass
A ConfNamespaceStub can be used in place of a real namespace file when accessing removed data models during a cdb upgrade.Modifier and TypeMethodDescriptionstatic ConfNamespace
ConfNamespace.findNamespace
(int hash, ArrayList<ConfNamespace> nsList) Locate a namespace in a namespace list, given a name space hash.static ConfNamespace
ConfNamespace.findNamespace
(String id) Locate a namespace in a namespace list, given a name space string.static ConfNamespace
ConfNamespace.findNamespace
(String id, ArrayList<ConfNamespace> nsList) static ConfNamespace
ConfNamespace.findNamespaceFromNsName
(ConfPath path, MountIdInterface mountIdGetter, String namespaceName) static ConfNamespace
ConfNamespace.findNamespaceFromPrefix
(ConfPath path, MountIdInterface mountIdGetter, String prefix) static ConfNamespace
ConfNamespace.findNamespaceFromPrefix
(String prefix) static ConfNamespace
ConfNamespace.findNamespaceFromPrefix
(String prefix, ArrayList<ConfNamespace> nsList) static ConfNamespace
ConfNamespace.findNamespaceFromRootTag
(String tagName) ConfIdentityRef.getConfNamespace()
ConfTag.getConfNamespace()
ConfXMLParam.getConfNamespace()
Returns the namespace for this parameter.static ConfNamespace
ConfNamespace.lookupNamespaceFromHash
(int hash) Locate a namespace in a namespace list, given a name space hash.static ConfNamespace
ConfNamespace.lookupNamespaceFromPrefix
(ConfPath path, MountIdInterface mountIdGetter, String prefix) static ConfNamespace
ConfNamespace.lookupNamespaceFromPrefix
(String prefix) Locate a namespace in a namespace list, given a name space string.static ConfNamespace
ConfNamespace.lookupNamespaceFromURI
(String uri) Locate a namespace in a namespace list, given a name space string.Modifier and TypeMethodDescriptionvoid
XPathAbrevCompiler.addKeys
(MaapiSchemas.CSNode current, com.tailf.conf.XPathAbrevCompiler.XPathTag tag, ConfNamespace ns) void
ConfIdentityRef.setConfNamespace
(ConfNamespace ns_obj) void
ConfTag.setConfNamespace
(ConfNamespace ns_obj) Modifier and TypeMethodDescriptionstatic ConfNamespace
ConfNamespace.findNamespace
(int hash, ArrayList<ConfNamespace> nsList) Locate a namespace in a namespace list, given a name space hash.static ConfNamespace
ConfNamespace.findNamespace
(String id, ArrayList<ConfNamespace> nsList) static ConfNamespace
ConfNamespace.findNamespaceFromPrefix
(String prefix, ArrayList<ConfNamespace> nsList) static ConfObject[]
ConfInternal.mk_keypath
(ConfEObject term, ArrayList<ConfNamespace> ns_list) Makes a keypath from a term.static ConfIdentityRef
ConfIdentityRef.newInstance
(String prefix, String tagname, ArrayList<ConfNamespace> ns_list) Deprecated.static void
ConfNamespace.reinstallRemovedNs
(List<ConfNamespace> removedNsList) This method should only be used in cdb data migration scenarios.static int
ConfNamespace.stringToTag
(String str, ArrayList<ConfNamespace> nsList) Deprecated.static String
ConfNamespace.tagToString
(int tag, ArrayList<ConfNamespace> nsList) Deprecated.ModifierConstructorDescriptionConfTag
(ConfNamespace ns_obj, int tag) ConfTag
(ConfNamespace ns_obj, String tagName) ConfXMLParamCdbStart
(ConfNamespace namespace, String tagString, int cdbInstanceInteger) ConfXMLParamLeaf
(ConfNamespace namespace, String tagString) ConfXMLParamStart
(ConfNamespace namespace, String tagString) ConfXMLParamStartDel
(ConfNamespace namespace, String tagString) ConfXMLParamStop
(ConfNamespace namespace, String tagString) ConfXMLParamValue
(ConfNamespace namespace, String tagString, ConfObject val) ModifierConstructorDescriptionConfEnumeration
(int ordinalValue, ArrayList<ConfNamespace> ns_list) Deprecated. -
Uses of ConfNamespace in com.tailf.dp
Modifier and TypeMethodDescriptionDp.getNsList()
Get a list of the installed namespaces.DpTrans.getNsList()
Returns the namespace list stored by the data provider.Modifier and TypeMethodDescriptionstatic ConfException
DpCallbackExtendedException.mk
(int extendedErrorCode, ConfNamespace appNS, String appTag, ConfResponse r) Deprecated.ModifierConstructorDescriptionDpCallbackExtendedException
(int extendedErrorCode, ConfNamespace appNS, String appTag, ConfException ex) DpCallbackExtendedException
(int extendedErrorCode, ConfNamespace appNS, String appTag, String fmt, Object... arguments) -
Uses of ConfNamespace in com.tailf.maapi
Modifier and TypeClassDescriptionclass
This class is used to emulate and replace the classes that was previously loaded manually.Modifier and TypeMethodDescriptionstatic ArrayList<ConfNamespace>
Maapi.getAutoNsList()
static ArrayList<ConfNamespace>
Maapi.getAutoNsList
(ArrayList<ConfNamespace> defaultNsList) static Map<Integer,
ConfNamespace> Maapi.getAutoNsMap()
static Map<String,
List<ConfNamespace>> Maapi.getAutoNsPrefixMap()
Maapi.getNsList()
Get a list of the installed namespaces retrieved from the loadedMaapiSchemas
.Modifier and TypeMethodDescriptionstatic ArrayList<ConfNamespace>
Maapi.getAutoNsList
(ArrayList<ConfNamespace> defaultNsList) -
Uses of ConfNamespace in com.tailf.ncs.alarmman.common
ModifierConstructorDescriptionAlarmAttribute
(ConfNamespace ns, String attributeId, ConfValue value) StatusChangeAttribute
(ConfNamespace ns, String attributeId, ConfValue value) -
Uses of ConfNamespace in com.tailf.ncs.ns
Modifier and TypeClassDescriptionclass
Autogenerated namespace class for YANG module ietf-inet-types.yangclass
Autogenerated namespace class for YANG module tailf-ncs.yangclass
Autogenerated namespace class for YANG module tailf-ncs-alarms.yangclass
Autogenerated namespace class for YANG module tailf-ncs-ned.yangclass
Autogenerated namespace class for YANG module snmp.yangclass
Autogenerated namespace class for YANG module tailf-ncs-monitoring.yangclass
Autogenerated namespace class for YANG module tailf-netconf-ncs.yangclass
Autogenerated namespace class for YANG module ietf-yang-types.yang
stringToHash(String)