Uses of Class
com.tailf.conf.ConfValue
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.
Annotations and proxy helper classes for callbacks.
Package for setup and control of High Availability cluster nodes.
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.
Package for subscription to asynchronous events.
-
Uses of ConfValue in com.tailf.cdb
Modifier and TypeMethodDescriptionThis reads a a value from the path.similar toCdbSession.getElem(ConfPath)
but specifies element using path stringCdbUpgradeSession.getElem
(ConfCdbUpgradePath path) Modifier and TypeMethodDescriptionvoid
Sets an element in operational data.void
similar toCdbSession.setElem(ConfValue, ConfPath)
but specifies element using path stringvoid
CdbUpgradeSession.setElem
(ConfValue value, ConfCdbUpgradePath path) void
void
Set all elements corresponding to the complete contents of a container element, except for list entry sub-elements.void
similar toCdbSession.setObject(ConfValue[], ConfPath)
but specifies element using path stringvoid
CdbUpgradeSession.setObject
(ConfValue[] values, ConfCdbUpgradePath path) void
-
Uses of ConfValue in com.tailf.conf
Modifier and TypeClassDescriptionclass
Class that represents an attribute value for an element in a model.class
DATA_CONTAINER - Corresponds to the YANG tailf:hex-list and tailf:octet-list.class
DATA_CONTAINER - Corresponds to the YANG bit32 type.class
DATA_CONTAINER - Corresponds to the YANG bit64 type.class
DATA_CONTAINER - Corresponds to the YANG bits type, where bit position exceed 63.class
DATA_CONTAINER - This is the superclass for all bits types i.e.class
DATA_CONTAINER - Corresponds to the YANG boolean type.class
DATA_CONTAINER - Corresponds to the YANG string type.class
DATA_CONTAINER - Corresponds to the confspec xs:date type.class
DATA_CONTAINER - Corresponds to the YANG date-and-time type.class
DATA_CONTAINER - Corresponds to the YANG decimal64 type.class
Class representing value of type J_DEFAULT.class
DATA_CONTAINER - Corresponds to the YANG dotted-quad type.class
DATA_CONTAINER - Corresponds to the confspec xs:double type.class
DATA_CONTAINER - Corresponds to the confspec xs:duration type.class
DATA_CONTAINER - Corresponds to the YANG Enumeration type.class
DATA_CONTAINER - Corresponds to the confspec xs:float type.class
DATA_CONTAINER - Corresponds to the YANGtailf:hex-list
type.class
DATA_CONTAINER - Corresponds to the YANGhex-string
type.class
DATA_CONTAINER - Corresponds to the YANG identityRef type.class
DATA_CONTAINER - Corresponds to the YANG int16 type.class
DATA_CONTAINER - Corresponds to the YANG int32 type.class
DATA_CONTAINER - Corresponds to the YANG int64 type.class
DATA_CONTAINER - Corresponds to the YANG int8 type.class
DATA_CONTAINER - Base class for ConfIPv4 and ConfIPv6 containersclass
DATA_CONTAINER - Base class for ConfIPv4AndPrefixLen and ConfIPv6AndPrefixLen containersclass
DATA_CONTAINER - Base class for ConfIPv4Prefix and ConfIPv6Prefix containersclass
DATA_CONTAINER - Corresponds to the YANG inet:ipv4-address type.class
DATA_CONTAINER - Corresponds to the YANG tailf:ipv4-address-and-prefix-length type.class
DATA_CONTAINER - Corresponds to the YANG inet:ipv4-prefix type.class
DATA_CONTAINER - Corresponds to the YANG inet:ipv6-address type.class
DATA_CONTAINER - Corresponds to the YANG tailf:ipv6-address-and-prefix-length type.class
DATA_CONTAINER - Corresponds to the YANG inet:ipv6-prefix type.class
DATA_CONTAINER - Corresponds to the YANG leaf-list.class
Class representing value of type J_NOEXISTS.class
Corresponds to the YANG instance-identifier typeclass
DATA_CONTAINER - Corresponds to the YANG tailf:octet-list type.class
DATA_CONTAINER - Corresponds to the YANG tailf:oid type.class
DATA_CONTAINER - Corresponds to the confspec xs:qName type.class
DATA_CONTAINER - Corresponds to the confspec xs:time type.class
DATA_CONTAINER - Corresponds to the YANG uint16 typeclass
DATA_CONTAINER - Corresponds to the YANG uint32 typeclass
DATA_CONTAINER - Corresponds to the YANG uint64 typeclass
DATA_CONTAINER - Corresponds to the YANG uint8 typeclass
DATA_CONTAINER - Corresponds to the confspec XML Tag.Modifier and TypeMethodDescriptionConfHaNode.getAddr()
Get the IP address for the node as ConfIPv4 or ConfIPv6ConfAttributeValue.getAttributeValue()
Get the value of the attributeConfHaNode.getNodeId()
Get the nodeid which is the identity of the HA nodeSnmpVarbind.getValue()
static ConfValue
ConfValue.getValueByString
(ConfPath path, String str) Get a ConfValue representation a string at a given position in the schema.static ConfValue
ConfValue.getValueByString
(String path, String str) Get a ConfValue representation a string at a given position in the schema.ConfTypeDescriptor.newInstance
(String str) Creates a new ConfValue instance of the type described by this ConfTypeDescriptor and with a value represented by a string.Modifier and TypeMethodDescriptionstatic String
ConfValue.getStringByValue
(ConfPath path, ConfValue val) Get the string representation of a ConfValue at a given position in the schema.static String
ConfValue.getStringByValue
(String path, ConfValue val) Get the string representation of a ConfValue at a given position in the schema.void
ConfAttributeValue.setAttributeValue
(ConfValue attributeValue) Set the value for this attribute valueModifierConstructorDescriptionConfAttributeValue
(ConfAttributeType typ, ConfValue val) Constructor of ConfAttributeValue Consists of a value and a type.ConfHaNode
(ConfValue nodeid, ConfValue addr) Constructor for a HA nodeSnmpVarbind
(int[] ioid, ConfValue value) Deprecated.SnmpVarbind
(long[] oid, ConfValue value) Constructor for Snmp variable binding (of type OID)SnmpVarbind
(String column, int[] rowindex, ConfValue value) Constructor for Snmp variable binding (of type COLUMN_ROW)SnmpVarbind
(String variable, ConfValue value) Constructor for Snmp variable binding (of type VARIABLE)ModifierConstructorDescriptionConfXKey
(ConfObject[] vals, Map<MaapiSchemas.CSNode, ConfValue> keyEntries) -
Uses of ConfValue in com.tailf.dp
Modifier and TypeMethodDescriptionDpDataCallback.getElem
(DpTrans trans, ConfObject[] kp) This callback method needs to return a specific leaf value.DpAccumulate.getValue()
The value to be set if op isSET_ELEM
Modifier and TypeMethodDescriptionvoid
Dp.registerAnnotatedRangeActionCallbacks
(Object obj, ConfValue[] lower, ConfValue[] higher, ConfPath path) void
Dp.registerAnnotatedRangeDataCallbacks
(Object obj, ConfValue[] lower, ConfValue[] higher, ConfPath path) DataCallbacks can be registered for a range of values using this methodint
DpDataCallback.setElem
(DpTrans trans, ConfObject[] kp, ConfValue newval) This callback writes a data leaf.void
DpValpointCallback.validate
(DpTrans trans, ConfObject[] kp, ConfValue newval) The validate() callback should validate the values and throw aDpCallbackException
if the validation fails. -
Uses of ConfValue in com.tailf.dp.annotations
Modifier and TypeMethodDescriptionint
DataCallbackProxy.setElem
(DpTrans trans, ConfObject[] kp, ConfValue newval) void
ValidateCallbackProxy.validate
(DpTrans trans, ConfObject[] kp, ConfValue newval) -
Uses of ConfValue in com.tailf.ha
Modifier and TypeMethodDescriptionvoid
Instruct an HA node to be primary and also give the node a name.void
Ha.beSecondary
(ConfValue myNodeId, ConfHaNode primary, boolean waitForReply) Instruct an HA node to be a secondary to a named primary.void
Ha.secondaryDead
(ConfValue nodeId) This function must be used by the application to inform the HA subsystem that another node which is possibly connected to the server is dead. -
Uses of ConfValue in com.tailf.maapi
Modifier and TypeMethodDescriptionResultTypeKeyPathValue.confValue()
Retrieves the result value from a queryThis reads a value from the path in fmt and returns the result.Maapi.safeGetElem
(int tid, ConfPath path) Reads a value from thepath
specifiedMaapi.safeGetElem
(int tid, String fmt, Object... arguments) This reads a value from the path in fmt and returns the result.MaapiSchemas.BitsTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.CSTypeMethods.stringToValue
(MaapiSchemas.CSType type, String str) parse value located in str and convert to ConfValue, the value is validated.MaapiSchemas.Decimal64TypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.DisplayHintTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.EnumTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.IdentityTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.ListRestrictionTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.ListTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) MaapiSchemas.stringToValue
(MaapiSchemas.CSType type, String str) parse value located in str and convert to ConfValue, the value is validated.MaapiSchemas.UnionTypeMethodsImpl.stringToValue
(MaapiSchemas.CSType type, String str) Modifier and TypeMethodDescriptionMaapiXPathEvalResult.result
(ConfObject[] kp, ConfValue value, Object state) For each node in the resulting node set evaluated by the xpath this method will be called.boolean
MaapiSchemas.BitsTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.CSTypeMethods.validate
(MaapiSchemas.CSType type, ConfValue val) Validates ConfValue of with rules from CSTypeboolean
MaapiSchemas.Decimal64TypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.DisplayHintTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.EnumTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.IdentityTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.ListRestrictionTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.ListTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.RetrictedNumberTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.StringTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) boolean
MaapiSchemas.UnionTypeMethodsImpl.validate
(MaapiSchemas.CSType type, ConfValue val) MaapiSchemas.BitsTypeMethodsImpl.valueToString
(MaapiSchemas.CSType type, ConfValue val) MaapiSchemas.CSTypeMethods.valueToString
(MaapiSchemas.CSType type, ConfValue val) convert to string representation for the corresponding ConfvalueMaapiSchemas.Decimal64TypeMethodsImpl.valueToString
(MaapiSchemas.CSType type, ConfValue val) MaapiSchemas.DisplayHintTypeMethodsImpl.valueToString
(MaapiSchemas.CSType type, ConfValue val) MaapiSchemas.EnumTypeMethodsImpl.valueToString
(MaapiSchemas.CSType type, ConfValue val) MaapiSchemas.IdentityTypeMethodsImpl.valueToString
(MaapiSchemas.CSType type, ConfValue val) MaapiSchemas.ListRestrictionTypeMethodsImpl.valueToString
(MaapiSchemas.CSType type, ConfValue val) MaapiSchemas.ListTypeMethodsImpl.valueToString
(MaapiSchemas.CSType type, ConfValue val) MaapiSchemas.UnionTypeMethodsImpl.valueToString
(MaapiSchemas.CSType type, ConfValue val) MaapiSchemas.valueToString
(MaapiSchemas.CSType type, ConfValue val) convert to string representation for the corresponding ConfValue -
Uses of ConfValue in com.tailf.ncs.alarmman.common
Modifier and TypeMethodDescriptionManagedObject.getAsConfValue()
Get the ConfValue representation of this managedObject.Attribute.getValue()
ModifierConstructorDescriptionAlarmAttribute
(ConfNamespace ns, String attributeId, ConfValue value) ManagedDevice
(ConfValue value) ManagedObject
(ConfValue value) StatusChangeAttribute
(ConfNamespace ns, String attributeId, ConfValue value) -
Uses of ConfValue in com.tailf.notif
Modifier and TypeMethodDescriptionNotificationCfg.getStartTime()
Get configured startTime used byNotificationType.NOTIF_STREAM_EVENT
notifications to define a replay start time.NotificationCfg.getStopTime()
Get configured stopTime used byNotificationType.NOTIF_STREAM_EVENT
notifications to define a replay stop time.Modifier and TypeMethodDescriptionvoid
NotificationCfg.setStartTime
(ConfValue startTime) Optional forNotificationType.NOTIF_STREAM_EVENT
.void
NotificationCfg.setStopTime
(ConfValue stopTime) Optional forNotificationType.NOTIF_STREAM_EVENT
.ModifierConstructorDescriptionNotificationCfg
(int heartbeatInterval, int healthCheckInterval, String streamName, ConfValue startTime, ConfValue stopTime, String xpathFilter, int usid, Maapi.Verbosity verbosity) Convenience constructor setting all values.