Uses of Class
com.tailf.conf.ConfKey
Package
Description
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.
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.
NCS snmp4j support package
-
Uses of ConfKey in com.tailf.conf
-
Uses of ConfKey in com.tailf.dp
Modifier and TypeMethodDescriptionDpDataCallback.getIteratorKey
(DpTrans trans, ConfObject[] kp, Object obj) The following callback is used with the iterators above.Modifier and TypeMethodDescriptionDpDataFindNextIterator.findNext
(DpTrans trans, ConfObject[] kp, ConfFindNextType type, ConfKey key) This method is called by Dp when a FIND_NEXT or a FIND_NEXT_OBJECT call is issued.DpDataCallback.iterator
(DpTrans trans, ConfObject[] kp, ConfFindNextType type, ConfKey key) This iterator method is a specialization ofDpDataCallback.iterator(DpTrans, ConfObject[])
in that it returns an extended iterator i.e.DpDataCallback.iterator
(DpTrans trans, ConfObject[] kp, ConfFindNextType type, ConfKey key, DpListFilter filter) Variant of the DpDataFindNextIterator-returning iterator above that may receive a DpListFilter instance which can be used to filter the list.int
DpDataCallback.moveAfter
(DpTrans trans, ConfObject[] kp, ConfKey prevkey) This callback only needs to be implemented if we provide configuration data that has YANG lists with a ordered-by user statement. -
Uses of ConfKey in com.tailf.dp.annotations
Modifier and TypeMethodDescriptionDataCallbackProxy.getIteratorKey
(DpTrans trans, ConfObject[] kp, Object obj) Modifier and TypeMethodDescriptionDataCallbackProxy.iterator
(DpTrans trans, ConfObject[] kp, ConfFindNextType type, ConfKey key) DataCallbackProxy.iterator
(DpTrans trans, ConfObject[] kp, ConfFindNextType type, ConfKey key, DpListFilter filter) int
DataCallbackProxy.moveAfter
(DpTrans trans, ConfObject[] kp, ConfKey prevkey) -
Uses of ConfKey in com.tailf.maapi
Modifier and TypeMethodDescriptionMaapi.findNext
(MaapiCursor c, ConfFindNextType type, ConfKey key) The findNext method makes it possible to jump forward to an element in the model at a position defined by the MaapiCursor After the findNext call the same MaapiCursor can be used in subsequent getNext calls.Maapi.getNext
(MaapiCursor c) Iterates and gets the keys for the next element pinpointed by theMaapiCursor
initially retrieved byMaapi.newCursor(int, String, Object...)
.Modifier and TypeMethodDescriptionMaapi.findNext
(MaapiCursor c, ConfFindNextType type, ConfKey key) The findNext method makes it possible to jump forward to an element in the model at a position defined by the MaapiCursor After the findNext call the same MaapiCursor can be used in subsequent getNext calls.void
This function moves an existing object.void
Maapi.moveOrdered
(int tid, MoveWhereFlag where, ConfKey tokey, String fmt, Object... arguments) For a list with the YANG ordered-by user statement, this function can be used to change the order of entries, by moving one entry to a new position. -
Uses of ConfKey in com.tailf.ncs.snmp.snmp4j
Modifier and TypeMethodDescriptionNotificationReceiver.getKnownIPAddresses()
Returns the set of snmp peer ip addresses for registered managed devices.ModifierConstructorDescriptionFilterKnownIPAddresses
(Map<InetAddress, ConfKey> knownIPAddresses) Filter constructor