- aaaReload(boolean) - Method in class com.tailf.maapi.Maapi
-
When the ConfD/NCS AAA tree is populated by an external data provider,
this method can be used by the data provider to notify ConfD/NCS when
there is a change to the AAA data.
- abort(DpActionTrans) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
- abort(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
-
- abort(DpActionTrans) - Method in interface com.tailf.dp.DpActionCallback
-
The abort() callback will be called for user initiated abort of an
action.
- abort(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
-
This callback is responsible for
undoing whatever was done in the prepare() phase.
- abort(CdbExtendedException) - Method in interface com.tailf.navu.NavuCdbSubscriptionTwoPhaseContext
-
Deprecated.
- ABORT_COMMIT - Static variable in class com.tailf.notif.ConfirmNotification
-
- abortTrans(int) - Method in class com.tailf.maapi.Maapi
-
Abort a transaction specified by transaction handle tid.
- abortTransaction(CdbExtendedException) - Method in class com.tailf.cdb.CdbSubscription
-
Abort the transaction.
- abortUpgrade() - Method in class com.tailf.maapi.Maapi
-
Note, This method is only applicable for Confd.
- accumulated() - Method in class com.tailf.dp.DpTrans
-
Returns an iterator for the accumulated
objects.
- action(DpActionTrans, ConfTag, ConfObject[], ConfXMLParam[]) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
- action(DpActionTrans, ConfTag, ConfObject[], ConfXMLParam[]) - Method in interface com.tailf.dp.DpActionCallback
-
The action() callback receives all the parameters pertaining to the
action: The name argument is a pointer to the action name as defined in
YANG model, the kp argument gives the path through the XML
tree, and finally the params argument is a representation of the
params element of the XML instance document provided with the invocation.
- action(Integer) - Method in class com.tailf.navu.NavuContainer
-
Returns a subordinate reference to action according to
the given hash value key
.
- action(String) - Method in class com.tailf.navu.NavuContainer
-
Returns a subordinate reference to action according to
the given string key
.
- ActionCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for Action Callbacks Attributes are callPoint and callType
- ActionCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for Action Callbacks.
- ActionCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.ActionCallbackProxy
-
Constructor to Action Callback proxys.
- ActionCBType - Enum in com.tailf.dp.proto
-
Enumeration of Action callback methods
- actionpoint() - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
- actionpoint() - Method in interface com.tailf.dp.DpActionCallback
-
Return the name of the action point.
- actionSetTimeout(int) - Method in class com.tailf.dp.DpActionTrans
-
Some action callbacks may require a significantly longer execution time
than others, and this time may not even be possible to determine
statically (e.g.
- activateCheckpointRunning(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- activateCheckpointRunning(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
This method should rollback running to the checkpoint created by
addCheckpointRunning().
- add(NavuNode) - Method in class com.tailf.navu.NavuChange
-
Adds a node.
- addActionCapability(ActionCBType) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(AuthCBType) - Method in class com.tailf.dp.annotations.AuthCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(AuthorizationCBType) - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(DataCBType) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(DBCBType) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(NanoServiceCBType) - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(ServiceCBType) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(SnmpInformResponseCBType) - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(TransCBType) - Method in class com.tailf.dp.annotations.TransCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(TransValidateCBType) - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionCapability(ValidateCBType) - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
-
Add action capability from annotated callType used to register
capabilities on the server
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.AuthCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.TransCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
-
Add callback action method to proxy
- addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
-
Add callback action method to proxy
- addCdbSession(CdbSession) - Method in class com.tailf.navu.SessionContainer
-
- addCheckpointRunning(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- addCheckpointRunning(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
This method should be implemented only when ConfD owns the candidate, and
confirmed-commit is enabled.
- addCompletion(String, String) - Method in class com.tailf.dp.CompletionReply
-
Adding one of possibly many completions as the reply for a
callback invocation
- addDbType(CdbDBType) - Method in class com.tailf.navu.SessionContainer
-
- addElem(ConfObject) - Method in class com.tailf.conf.ConfList
-
Add an element in the end of this ConfList unless it already exists
- addEntryKeyValues(String[]) - Method in class com.tailf.dp.CompletionRangeEnumReply
-
Add keys for a list entry.
- addEntryKeyValues(List<String>) - Method in class com.tailf.dp.CompletionRangeEnumReply
-
Add keys for a list entry.
- addFilter(TraversalFilter) - Method in class com.tailf.navu.traversal.NavuTreeTraversal
-
- addLocalCdb(Cdb) - Method in class com.tailf.navu.SessionContainer
-
- addLocalSocket(Socket) - Method in class com.tailf.navu.SessionContainer
-
- addLocks(EnumSet<CdbLockType>) - Method in class com.tailf.navu.SessionContainer
-
- addRootCdb(Cdb) - Method in class com.tailf.navu.SessionContainer
-
- AesEncrypter - Class in com.tailf.util
-
AES algorithm encryption/decryption utility class
- AesEncrypter(byte[], byte[]) - Constructor for class com.tailf.util.AesEncrypter
-
- after(ConfDatetime) - Method in class com.tailf.conf.ConfDatetime
-
Deprecated.
- append(String) - Method in class com.tailf.conf.ConfPath
-
Appends suffix path to existing keypath
- applyClearTrans() - Method in class com.tailf.navu.NavuContext
-
- applyReplaceTrans() - Method in class com.tailf.navu.NavuContext
-
- applyTrans(int, boolean) - Method in class com.tailf.maapi.Maapi
-
Apply a current transaction with transaction handle tid.
- applyTrans(int, boolean, int) - Method in class com.tailf.maapi.Maapi
-
Apply a current transaction with transaction handle tid
with additional flags (NCS Specific).
- arity() - Method in class com.tailf.proto.ConfEList
-
Get the arity of the list.
- arity() - Method in class com.tailf.proto.ConfETuple
-
Get the arity of the tuple.
- ArrayTool - Class in com.tailf.util
-
Tools for array manipulation.
- ArrayTool() - Constructor for class com.tailf.util.ArrayTool
-
- atomTag - Static variable in class com.tailf.proto.ConfExternal
-
The tag used for atoms
- atomValue() - Method in class com.tailf.proto.ConfEAtom
-
Get the actual string contained in this object.
- atoString() - Method in class com.tailf.conf.InstancePath
-
Deprecated.
- attach(int, int, int) - Method in class com.tailf.maapi.Maapi
-
Attach to a current transaction.
- attach(int, int) - Method in class com.tailf.maapi.Maapi
-
- attach(int, String, int) - Method in class com.tailf.maapi.Maapi
-
Attach to a current transaction.
- attach(int, String) - Method in class com.tailf.maapi.Maapi
-
- attachInit() - Method in class com.tailf.maapi.Maapi
-
Attach to transaction available in phase0.
- attachRunningTrans(int) - Method in class com.tailf.navu.NavuContext
-
Attach an existing transaction towards the
Conf.DB_RUNNING
database to be used in the context.
- AuditNotification - Class in com.tailf.notif
-
Data structure for Audit events
- AuditNotification(int, String, int, String) - Constructor for class com.tailf.notif.AuditNotification
-
- auth(DpAuthContext) - Method in class com.tailf.dp.annotations.AuthCallbackProxy
-
- auth(DpAuthContext) - Method in interface com.tailf.dp.DpAuthCallback
-
The auth() callback is invoked with an instance to an authentication
context that provides information about the result of the authentication
so far.
- AuthCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for Auth Callbacks Attribute are callType
- AuthCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for Authorization Callbacks.
- AuthCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.AuthCallbackProxy
-
Constructor for Callback proxys.
- AuthCBType - Enum in com.tailf.dp.proto
-
Enumeration of Auth callback methods
- authenticate(String, String) - Method in class com.tailf.maapi.Maapi
-
- authenticate2(String, String, InetAddress, int, String, MaapiUserSessionFlag) - Method in class com.tailf.maapi.Maapi
-
- AuthorizationCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for Authorization Callbacks Attribute are callType
- AuthorizationCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for Authorization Callbacks.
- AuthorizationCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.AuthorizationCallbackProxy
-
Constructor for Callback proxys.
- AuthorizationCBType - Enum in com.tailf.dp.proto
-
Enumeration of Authorization callback methods
- AuthorizationOperCheck - Enum in com.tailf.dp
-
AuthorizationOperCheck used as argument to authorization callbacks.
- AuthorizationResult - Enum in com.tailf.dp
-
Enum for returning authorization result from authorization callbacks
- awaitRunning() - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Blocks the calling thread until this NavuCdbSubscriber
is in a running state.
- awaitRunning() - Method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
- awaitStopped() - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Blocks the calling thread until this subscriber have stopped.
- awaitStopped() - Method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
Blocks until this subscriber have stopped.
- AXIS_ANCESTOR - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_ANCESTOR_OR_SELF - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_ATTRIBUTE - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_CHILD - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_DESCENDANT - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_DESCENDANT_OR_SELF - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_FOLLOWING - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_FOLLOWING_SIBLING - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_NAMESPACE - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_PARENT - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_PRECEDING - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_PRECEDING_SIBLING - Static variable in interface com.tailf.conf.Compiler
-
- AXIS_SELF - Static variable in interface com.tailf.conf.Compiler
-
- call() - Method in class com.tailf.navu.NavuAction
-
Issues an action with empty parameters
- call(ConfXMLParam[]) - Method in class com.tailf.navu.NavuAction
-
Issues an action call with given parameters
- call(String) - Method in class com.tailf.navu.NavuAction
-
Issues an action call with given parameter
- callpoint() - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- callpoint() - Method in interface com.tailf.dp.DpDataCallback
-
The name of the callpoint
- CANDIDATE_COMMIT_NO_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
-
- CANDIDATE_COMMIT_NO_DEVICE_MGR - Static variable in class com.tailf.maapi.Maapi
-
- CANDIDATE_COMMIT_NO_REVISION_DROP - Static variable in class com.tailf.maapi.Maapi
-
DEPRECATED - use COMMIT_NCS_* flags instead.
- CANDIDATE_COMMIT_USE_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
-
- candidateAbortCommit() - Method in class com.tailf.maapi.Maapi
-
This function cancels a pending confirmed commit.
- candidateAbortCommitPersistent(String) - Method in class com.tailf.maapi.Maapi
-
Cancel an ongoing persistent commit with the cookie given by persistId.
- candidateChkNotModified(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- candidateChkNotModified(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
This method should check to see if the candidate has been modified or
not.
- candidateCommit(DpDbContext, int) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- candidateCommit(DpDbContext, int) - Method in interface com.tailf.dp.DpDbCallback
-
This method should copy the candidate DB into the running DB.
- candidateCommit() - Method in class com.tailf.maapi.Maapi
-
- candidateCommit(int) - Method in class com.tailf.maapi.Maapi
-
This function copies the candidate to running.
- candidateCommitInfo(String, String) - Method in class com.tailf.maapi.Maapi
-
This method can be used to set the "Label" and/or "Comment"
that is stored in the rollback file when the candidate is committed
to running.
- candidateCommitInfo(String, String, String) - Method in class com.tailf.maapi.Maapi
-
This method can be used to set the "Label" and/or "Comment"
that is stored in the rollback file when the candidate is committed
to running.
- candidateCommitPersistent(String) - Method in class com.tailf.maapi.Maapi
-
Confirm an ongoing persistent commit with the cookie given by persistId.
- candidateCommitPersistent(String, int) - Method in class com.tailf.maapi.Maapi
-
- candidateConfirmedCommit(int) - Method in class com.tailf.maapi.Maapi
-
This method also copies the candidate into running.
- candidateConfirmedCommitInfo(int, String, String) - Method in class com.tailf.maapi.Maapi
-
- candidateConfirmedCommitInfo(int, String, String, String, String) - Method in class com.tailf.maapi.Maapi
-
- candidateConfirmedCommitPersistent(int, String, String) - Method in class com.tailf.maapi.Maapi
-
- candidateConfirmedCommitPersistent(int, String, String, int) - Method in class com.tailf.maapi.Maapi
-
This method can be used to start or extend a persistent confirmed
commit, see the Tail-f Commit Capability section in the NETCONF Server
chapter in the User Guide.
- candidateConfirmingCommit(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- candidateConfirmingCommit(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
If the timeout in the candidate_commit() method is != 0, we will be
either invoked here or in the candidateRollbackRunning() method within
timeout seconds.
- candidateReset(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- candidateReset(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
This method is intended to copy the current running configuration into
the candidate.
- candidateReset() - Method in class com.tailf.maapi.Maapi
-
This function copies running into candidate.
- candidateRollbackRunning(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- candidateRollbackRunning(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
If for some reason, apart from a timeout, something goes wrong, we get
invoked in the candidateRollbackRunning() method.
- candidateValidate(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- candidateValidate(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
This callback is optional.
- candidateValidate() - Method in class com.tailf.maapi.Maapi
-
This function validates the candidate.
- cd(ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Changes the working directory.
- cd(String, Object...) - Method in class com.tailf.cdb.CdbSession
-
Change working directory to container specified by path string
- cd(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
This function mimics the behavior of the UNIX "cd" command.
- Cdb - Class in com.tailf.cdb
-
This class represents a connection to ConfD/NCS
built in
XML database.
- Cdb(String, Socket) - Constructor for class com.tailf.cdb.Cdb
-
Creates a new instance of a Cdb
socket supplying a
established open socket to ConfD/NCS daemon.
- Cdb(String, SocketChannel) - Constructor for class com.tailf.cdb.Cdb
-
Deprecated.
- Cdb(String, SocketChannel, int) - Constructor for class com.tailf.cdb.Cdb
-
Deprecated.
- CdbCLIDiffIterate - Interface in com.tailf.cdb
-
Allows a way to iterate through a set of changes and have a user
provided method applied on them.
- CdbDBType - Enum in com.tailf.cdb
-
Database types specified when setting up CDB sessions
- CdbDiffIterate - Interface in com.tailf.cdb
-
The CdbDiffIterate
interface should be implemented
by any class whose instances are intended to process or iterate
through a set of changes.
- CdbException - Exception in com.tailf.cdb
-
Cdb package generic exception
- CdbException(String) - Constructor for exception com.tailf.cdb.CdbException
-
- CdbException(String, Throwable) - Constructor for exception com.tailf.cdb.CdbException
-
- CdbException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.cdb.CdbException
-
- CdbException(String, ErrorCode) - Constructor for exception com.tailf.cdb.CdbException
-
- CdbException(Throwable) - Constructor for exception com.tailf.cdb.CdbException
-
- CdbException(String, int) - Constructor for exception com.tailf.cdb.CdbException
-
- CdbException(String, int, Throwable) - Constructor for exception com.tailf.cdb.CdbException
-
- CdbExtendedException - Exception in com.tailf.cdb
-
This exception is used by clients of CdbSubscription that needs to report
errors.
- CdbExtendedException(int, String) - Constructor for exception com.tailf.cdb.CdbExtendedException
-
- CdbExtendedException(int, ConfNamespace, String, String) - Constructor for exception com.tailf.cdb.CdbExtendedException
-
- CdbExtendedException(int, ConfNamespace, String, ConfException) - Constructor for exception com.tailf.cdb.CdbExtendedException
-
- CdbGetModificationFlag - Enum in com.tailf.cdb
-
- CdbLockType - Enum in com.tailf.cdb
-
DB lock type flag for Cdb Sessions which controls locking of
sessions.
- CdbNotificationType - Enum in com.tailf.cdb
-
Subscription notification type retrieved from getLatestNotificationType()
method
- CdbPhase - Class in com.tailf.cdb
-
Represents the start-phase CDB is currently in.
- CdbProto - Class in com.tailf.cdb
-
General class for protocol constants
- CdbProto() - Constructor for class com.tailf.cdb.CdbProto
-
- CdbSession - Class in com.tailf.cdb
-
The class CdbSession
represents a session against
the Cdb database.
- CdbSession(Cdb) - Constructor for class com.tailf.cdb.CdbSession
-
Creates a new CDB session
instance against the running database.
- CdbSession(Cdb, CdbDBType) - Constructor for class com.tailf.cdb.CdbSession
-
Starts a new session on an already connected Cdb instance.
- CdbSession(Cdb, CdbDBType, EnumSet<CdbLockType>) - Constructor for class com.tailf.cdb.CdbSession
-
Starts a new session on an already established Cdb with
explicitly given lockflags.
- CdbSubscrConfigFlag - Enum in com.tailf.cdb
-
Distinguish the different types of subscription notifications
- CdbSubscription - Class in com.tailf.cdb
-
This class provides subscription functionality to CDB.
- CdbSubscription(Cdb) - Constructor for class com.tailf.cdb.CdbSubscription
-
Creates a CDB subscription instance, with the specified
Cdb
socket.
- CdbSubscriptionFlagType - Enum in com.tailf.cdb
-
Distinguish the different types of subscription notifications
- CdbSubscriptionSyncType - Enum in com.tailf.cdb
-
Subscription Synchronization type used in sync() method
- CdbSubscriptionType - Enum in com.tailf.cdb
-
Subscription type used in subscribe() method
- CdbTxId - Class in com.tailf.cdb
-
- charValue() - Method in class com.tailf.proto.ConfELong
-
Get this number as a char.
- checkCommandAccess(DpAuthorizationContext, String[], AuthorizationOperCheck) - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
-
- checkCommandAccess(DpAuthorizationContext, String[], AuthorizationOperCheck) - Method in interface com.tailf.dp.DpAuthorizationCallback
-
This callback is invoked for command authorization, i.e.
- checkDataAccess(DpAuthorizationContext, ConfObject[], AuthorizationOperCheck, AuthorizationOperCheck) - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
-
- checkDataAccess(DpAuthorizationContext, ConfObject[], AuthorizationOperCheck, AuthorizationOperCheck) - Method in interface com.tailf.dp.DpAuthorizationCallback
-
- children() - Method in exception com.tailf.navu.IllegalParentNavuNodeException
-
- children() - Method in class com.tailf.navu.NavuAction
-
Return the children of this node.
- children() - Method in class com.tailf.navu.NavuContainer
-
Returns a collection of child nodes
contained by the container.
- children() - Method in class com.tailf.navu.NavuList
-
Returns elements contained by the list node.
- children() - Method in class com.tailf.navu.NavuNode
-
Return the children of this NavuNode.
- children() - Method in exception com.tailf.navu.NoSuchNavuNodeException
-
- choice(String) - Method in class com.tailf.navu.NavuContainer
-
- clear() - Method in class com.tailf.util.ConfXMLParamToXML
-
- clearOpCache() - Method in class com.tailf.maapi.Maapi
-
- clearOpCache(ConfPath) - Method in class com.tailf.maapi.Maapi
-
Request clearing of the operational data cache (see the Operational Data
the User Guide).
- clearTrans() - Method in class com.tailf.navu.NavuContext
-
- CLIdiffIterate(int, CdbCLIDiffIterate) - Method in class com.tailf.cdb.CdbSubscription
-
(CLI)Iterate over changes made in CDB.
- CLIdiffIterate(int, CdbCLIDiffIterate, EnumSet<DiffIterateFlags>, Object) - Method in class com.tailf.cdb.CdbSubscription
-
(CLI)Iterate over changes made in CDB.
- CLIInteraction - Class in com.tailf.maapi
-
Get CLI Interaction class for interaction with the user via the CLI.
- CLIInteractionFlag - Enum in com.tailf.maapi
-
flags for controlling cmd to CLI via CLIInteraction class
- CLIPrompt(int, String, boolean) - Method in class com.tailf.maapi.Maapi
-
Prompts user for a string.
- CLIPrompt(int, String, boolean, int) - Method in class com.tailf.maapi.Maapi
-
Prompts user for a string.
- CLIPromptOneOf(int, String, String[]) - Method in class com.tailf.maapi.Maapi
-
Prompt user for one of the strings given in the choice parameter.
- CLIPromptOneOf(int, String, String[], int) - Method in class com.tailf.maapi.Maapi
-
Prompt user for one of the strings given in the choice parameter.
- CLIReadEOF(int, boolean) - Method in class com.tailf.maapi.Maapi
-
Read a multi line string from the CLI.
- CLIReadEOF(int, boolean, int) - Method in class com.tailf.maapi.Maapi
-
Read a multi line string from the CLI.
- CLIWrite(int, String) - Method in class com.tailf.maapi.Maapi
-
Write to the CLI.
- clone() - Method in class com.tailf.conf.ConfObject
-
- clone() - Method in class com.tailf.conf.ConfPath
-
Clones the ConfPath
- clone() - Method in class com.tailf.proto.ConfEBinary
-
- clone() - Method in class com.tailf.proto.ConfEList
-
- clone() - Method in class com.tailf.proto.ConfEObject
-
- clone() - Method in class com.tailf.proto.ConfEPid
-
- clone() - Method in class com.tailf.proto.ConfERef
-
- clone() - Method in class com.tailf.proto.ConfETuple
-
- close() - Method in class com.tailf.cdb.Cdb
-
Closes the resources held by this Cdb
socket.
- close() - Method in class com.tailf.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- closeAllWorkerSockets() - Method in class com.tailf.dp.Dp
-
- cmd(String) - Method in class com.tailf.maapi.CLIInteraction
-
Execute CLI command in ongoing CLI session.
- cmd(String, EnumSet<CLIInteractionFlag>) - Method in class com.tailf.maapi.CLIInteraction
-
Execute CLI command in ongoing CLI session.
- cmd(String, EnumSet<CLIInteractionFlag>, String) - Method in class com.tailf.maapi.CLIInteraction
-
Execute CLI command in ongoing CLI session.
- cmdIO(String, EnumSet<CLIInteractionFlag>, String) - Method in class com.tailf.maapi.CLIInteraction
-
Execute CLI command in ongoing CLI session and output result on socket.
- COLUMN_ROW - Static variable in class com.tailf.conf.SnmpVarbind
-
- com.tailf.cdb - package com.tailf.cdb
-
Package with methods for connecting to the configuration database.
- com.tailf.conf - package com.tailf.conf
-
Data types and utilities for communication with the server.
- com.tailf.dp - package com.tailf.dp
-
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
- com.tailf.dp.annotations - package com.tailf.dp.annotations
-
Annotations and proxy helper classes for callbacks.
- com.tailf.dp.proto - package com.tailf.dp.proto
-
Callback method types for respective callback type.
- com.tailf.dp.services - package com.tailf.dp.services
-
Service callback specific context and utilities.
- com.tailf.ha - package com.tailf.ha
-
Package for setup and control of High Availability cluster nodes.
- com.tailf.maapi - package com.tailf.maapi
-
MAAPI is an API which provides full access to the systems internal
transaction engine.
- com.tailf.navu - package com.tailf.navu
-
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
- com.tailf.navu.traversal - package com.tailf.navu.traversal
-
Utility package for traversing the NAVU tree using NAVU API.
- com.tailf.notif - package com.tailf.notif
-
Package for subscription of asynchronous events.
- com.tailf.proto - package com.tailf.proto
-
Package containing java classes representation of
Erlang datatypes or terms which
is used internally in the communication between the Library and
ConfD/NCS.
- com.tailf.util - package com.tailf.util
-
Utility classes for representing compiled ConfNamespaces.
- command(DpActionTrans, String, String, String[]) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
- command(DpActionTrans, String, String, String[]) - Method in interface com.tailf.dp.DpActionCallback
-
The command() callback is invoked for CLI callback commands.
- commandFilter() - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
-
- commandFilter() - Method in interface com.tailf.dp.DpAuthorizationCallback
-
Thus method can be used to prevent access checks from causing invocation
of a checkCommandAccess callback even though it is registered.
- commit(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
-
- commit(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
-
This callback is responsible for
undoing whatever was done in the prepare() phase.
- COMMIT_NCS_ASYNC_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NCS_BYPASS_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NCS_NO_FASTMAP - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NCS_NO_NETWORKING - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NCS_NO_OUT_OF_SYNC_CHECK - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NCS_NO_OVERWRITE - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NCS_NO_REVISION_DROP - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NCS_SYNC_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NCS_THROUGH_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NO_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NO_DEVICE_MGR - Static variable in class com.tailf.maapi.Maapi
-
- COMMIT_NO_REVISION_DROP - Static variable in class com.tailf.maapi.Maapi
-
DEPRECATED - use COMMIT_NCS_* flags instead.
- COMMIT_USE_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
-
- CommitDiffNotification - Class in com.tailf.notif
-
Data structure for CommitDiff notifications.
- CommitDiffNotification(int, DpUserInfo, int) - Constructor for class com.tailf.notif.CommitDiffNotification
-
- CommitFailedNotification - Class in com.tailf.notif
-
Data structure for failing commit notifications.
- CommitFailedNotification(int, int, DpUserInfo, String, InetAddress, ConfObject, int) - Constructor for class com.tailf.notif.CommitFailedNotification
-
- CommitNotification - Class in com.tailf.notif
-
Data structure for simple commit notifications.
- CommitNotification(int, boolean, DpUserInfo) - Constructor for class com.tailf.notif.CommitNotification
-
- CommitProgressNotification - Class in com.tailf.notif
-
Data structure for commit progress notifications.
- CommitProgressNotification(int, int, int, String) - Constructor for class com.tailf.notif.CommitProgressNotification
-
- CommitQueueProgressNotification - Class in com.tailf.notif
-
Data structure for commit queue progress notifications.
- CommitQueueProgressNotification(int, ConfDatetime, String, ConfUInt64, List<String>, List<String>, Map<String, String>) - Constructor for class com.tailf.notif.CommitQueueProgressNotification
-
- CommitQueueResult - Class in com.tailf.maapi
-
- CommitQueueResult(long, long) - Constructor for class com.tailf.maapi.CommitQueueResult
-
- commitQueueResult(int, int) - Method in class com.tailf.maapi.Maapi
-
This method must be called if applyTrans() or prepareTrans() was
called, and one of the flags COMMIT_NCS_ASYNC_COMMIT_QUEUE or
COMMIT_NCS_SYNC_COMMIT_QUEUE was set, and must not be called
otherwise.
- commitTrans(int) - Method in class com.tailf.maapi.Maapi
-
Commit a transaction specified by transaction handle tid.
- commitUpgrade() - Method in class com.tailf.maapi.Maapi
-
Note, This method is only applicable for Confd.
- compareMethods(Method, Method) - Static method in class com.tailf.dp.annotations.ProxyUtils
-
Comparison of method signatures.
- compareTo(ConfAttributeValue) - Method in class com.tailf.conf.ConfAttributeValue
-
- compareTo(ConfBinary) - Method in class com.tailf.conf.ConfBinary
-
- compareTo(ConfBit32) - Method in class com.tailf.conf.ConfBit32
-
- compareTo(ConfBool) - Method in class com.tailf.conf.ConfBool
-
- compareTo(ConfBuf) - Method in class com.tailf.conf.ConfBuf
-
- compareTo(ConfDate) - Method in class com.tailf.conf.ConfDate
-
- compareTo(ConfDatetime) - Method in class com.tailf.conf.ConfDatetime
-
Deprecated.
- compareTo(ConfDefault) - Method in class com.tailf.conf.ConfDefault
-
- compareTo(ConfDottedQuad) - Method in class com.tailf.conf.ConfDottedQuad
-
- compareTo(ConfDouble) - Method in class com.tailf.conf.ConfDouble
-
- compareTo(ConfDuration) - Method in class com.tailf.conf.ConfDuration
-
- compareTo(ConfEnumeration) - Method in class com.tailf.conf.ConfEnumeration
-
- compareTo(ConfFloat) - Method in class com.tailf.conf.ConfFloat
-
- compareTo(ConfHexString) - Method in class com.tailf.conf.ConfHexString
-
- compareTo(ConfInt32) - Method in class com.tailf.conf.ConfInt32
-
- compareTo(ConfInt64) - Method in class com.tailf.conf.ConfInt64
-
- compareTo(ConfIPv4) - Method in class com.tailf.conf.ConfIPv4
-
- compareTo(ConfIPv4AndPrefixLen) - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
-
- compareTo(ConfIPv4Prefix) - Method in class com.tailf.conf.ConfIPv4Prefix
-
- compareTo(ConfIPv6) - Method in class com.tailf.conf.ConfIPv6
-
- compareTo(ConfIPv6AndPrefixLen) - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
-
- compareTo(ConfIPv6Prefix) - Method in class com.tailf.conf.ConfIPv6Prefix
-
- compareTo(ConfList) - Method in class com.tailf.conf.ConfList
-
- compareTo(ConfNoExists) - Method in class com.tailf.conf.ConfNoExists
-
- compareTo(ConfObjectRef) - Method in class com.tailf.conf.ConfObjectRef
-
- compareTo(ConfOID) - Method in class com.tailf.conf.ConfOID
-
- compareTo(ConfQname) - Method in class com.tailf.conf.ConfQname
-
- compareTo(ConfTime) - Method in class com.tailf.conf.ConfTime
-
- compareTo(ConfUInt32) - Method in class com.tailf.conf.ConfUInt32
-
- compareTo(ConfUInt64) - Method in class com.tailf.conf.ConfUInt64
-
- compareTo(ConfXMLTagH) - Method in class com.tailf.conf.ConfXMLTagH
-
- COMPILED_PATTERN - Static variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
-
- compiledPattern - Variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
-
Deprecated.
- Compiler - Interface in com.tailf.conf
-
- completion(DpActionTrans, char, String, char, ConfObject[], String, String, ConfQname, String) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
- Completion - Class in com.tailf.dp
-
Reply structure container for completion callbacks.
- Completion() - Constructor for class com.tailf.dp.Completion
-
- completion(DpActionTrans, char, String, char, ConfObject[], String, String, ConfQname, String) - Method in interface com.tailf.dp.DpActionCallback
-
The completion() callback is invoked for CLI completion
and information.
- CompletionDefaultReply - Class in com.tailf.dp
-
Default completion reply for callbacks invoked by a
tailf:cli-completion-actionpoint or a
tailf:cli-custom-range-actionpoint directive.
- CompletionRangeEnumReply - Class in com.tailf.dp
-
Reply structure container for completion callbacks invoked by a
tailf:cli-custom-range-enumerator directive.
- CompletionReply - Class in com.tailf.dp
-
Reply structure container for completion callbacks invoked by a
tailf:cli-completion-actionpoint or a
tailf:cli-custom-range-actionpoint directive.
- componentType() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
- componentType() - Method in interface com.tailf.dp.DpNanoServiceCallback
-
The name of the plan component
- compressed - Static variable in class com.tailf.proto.ConfExternal
-
The tag is used for compressed terms
- concatArrays(Object[], Object[]) - Static method in class com.tailf.util.ArrayTool
-
Creates a copies a new array that is the concatenation of two.
- concatArrays(Object[], Object) - Static method in class com.tailf.util.ArrayTool
-
Creates and copy a new array that has appended a object in the end of a
source array
- Conf - Class in com.tailf.conf
-
General class for static methods and constants used
by the ConfD API:s (Maapi, Cdb, Dp, and Notif)
- Conf() - Constructor for class com.tailf.conf.Conf
-
- ConfAttributeType - Enum in com.tailf.conf
-
Database types specified when setting up CDB sessions
- ConfAttributeValue - Class in com.tailf.conf
-
Class that represent attribute value for an elements in a model.
- ConfAttributeValue(ConfAttributeType, ConfValue) - Constructor for class com.tailf.conf.ConfAttributeValue
-
Constructor of ConfAttributeValue
Consists of a value and a type.
- ConfBadTermException - Exception in com.tailf.conf
-
Exception thrown when protocol data is malformed.
- ConfBadTermException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.conf.ConfBadTermException
-
- ConfBadTermException(String, int, Throwable) - Constructor for exception com.tailf.conf.ConfBadTermException
-
- ConfBinary - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG tailf:hex-list and tailf:octet-list.
- ConfBinary(byte[]) - Constructor for class com.tailf.conf.ConfBinary
-
- ConfBinary(String) - Constructor for class com.tailf.conf.ConfBinary
-
- ConfBinary(ConfEObject) - Constructor for class com.tailf.conf.ConfBinary
-
- ConfBit32 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG bit32 type.
- ConfBit32(long) - Constructor for class com.tailf.conf.ConfBit32
-
- ConfBit32(ConfELong) - Constructor for class com.tailf.conf.ConfBit32
-
- ConfBit32(ConfEObject) - Constructor for class com.tailf.conf.ConfBit32
-
- ConfBit64 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG bit64 type.
- ConfBit64(long) - Constructor for class com.tailf.conf.ConfBit64
-
- ConfBit64(byte[]) - Constructor for class com.tailf.conf.ConfBit64
-
- ConfBit64(ConfEObject) - Constructor for class com.tailf.conf.ConfBit64
-
- ConfBool - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG boolean type.
- ConfBool(boolean) - Constructor for class com.tailf.conf.ConfBool
-
- ConfBool(String) - Constructor for class com.tailf.conf.ConfBool
-
- ConfBuf - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG string type.
- ConfBuf(byte[]) - Constructor for class com.tailf.conf.ConfBuf
-
- ConfBuf(String) - Constructor for class com.tailf.conf.ConfBuf
-
- ConfCLIToken - Class in com.tailf.conf
-
- ConfCLIToken(ConfObject, ConfBuf) - Constructor for class com.tailf.conf.ConfCLIToken
-
- CONFD_ACCESS_CHK_FINAL - Static variable in class com.tailf.dp.DpProto
-
- CONFD_ACCESS_CHK_INTERMEDIATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_ACCESS_OP_CREATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_ACCESS_OP_DELETE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_ACCESS_OP_EXECUTE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_ACCESS_OP_READ - Static variable in class com.tailf.dp.DpProto
-
- CONFD_ACCESS_OP_UPDATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_ACCESS_OP_WRITE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_CALL_ACTION - Static variable in class com.tailf.dp.DpProto
-
- CONFD_CALL_ACTION_COMMAND - Static variable in class com.tailf.dp.DpProto
-
- CONFD_CALL_ACTION_COMPLETION - Static variable in class com.tailf.dp.DpProto
-
- CONFD_CALL_ACTION_SYNC - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_CREATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_DELETE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_EXISTS_OPTIONAL - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_FIND_NEXT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_FIND_NEXT_OBJECT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_GET_ATTRS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_GET_CASE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_GET_ELEM - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_GET_NEXT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_GET_NEXT_OBJECT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_GET_OBJECT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_MOVE_AFTER - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_NUM_INSTANCES - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_SET_ATTR - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_SET_CASE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_SET_ELEM - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DATA_CB_WRITE_ALL - Static variable in class com.tailf.dp.DpProto
-
- CONFD_DB_CB_REGISTER - Static variable in class com.tailf.dp.DpProto
-
- CONFD_ERRTYPE_VALIDATION - Static variable in class com.tailf.dp.DpProto
-
- CONFD_GET_CRYPTO_KEYS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_NANO_SERVICE_CB_CREATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_NANO_SERVICE_CB_DELETE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_ABORT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_ABORT_ACTION - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_ACTION_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_ACTIVATE_CHECKPOINT_RUNNING - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_ADD_CHECKPOINT_RUNNING - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_AUTH_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_AUTHORIZATION_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CALLBACK - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CALLBACK_TIMEOUT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CANDIDATE_CHK_NOT_MODIFIED - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CANDIDATE_COMMIT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CANDIDATE_CONFIRMING_COMMIT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CANDIDATE_RESET - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CANDIDATE_ROLLBACK_RUNNING - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CANDIDATE_VALIDATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CHK_CMD_ACCESS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CHK_DATA_ACCESS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CLOSE_TRANS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CLOSE_USESS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_CLOSE_VALIDATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_COMMIT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_COPY_RUNNING_TO_STARTUP - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_DAEMON - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_DAEMON_TIMEOUT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_DATA_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_DB_REPLY - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_DEBUG - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_DEL_CHECKPOINT_RUNNING - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_DELETE_CONFIG - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_ERROR - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_ERROR_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_ID - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_INTERRUPT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_LOCK - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_LOCK_PARTIAL - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NANO_SERVICE_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NEW_ACTION - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NEW_TRANS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NEW_USESS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NEW_VALIDATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_FLUSH - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_GET_LOG_TIMES - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_RECV_SNMP - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_REPLAY - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_REPLAY_COMPLETE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_REPLAY_FAILED - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_SEND - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_SEND_SNMP - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_SNMP_INFORM_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_SNMP_INFORM_RESULT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_SNMP_INFORM_TARGETS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_STREAM_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_SUB_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_NOTIF_SUB_SNMP_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_OLD_USESS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_PREPARE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_REGISTER - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_REGISTER_DONE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_REGISTER_NANO - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_REGISTER_RANGE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_REQUEST - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_RUNNING_CHK_NOT_MODIFIED - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_SERVICE_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_TRANS_LOCK - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_TRANS_UNLOCK - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_UNLOCK - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_UNLOCK_PARTIAL - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_USERTYPE_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_VALIDATE_CB - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_WARNING - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_WORKER - Static variable in class com.tailf.dp.DpProto
-
- CONFD_PROTO_WRITE_START - Static variable in class com.tailf.dp.DpProto
-
- CONFD_RANGE_MAX_EXCLUSIVE - Static variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
-
- CONFD_RANGE_MAX_INCLUSIVE - Static variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
-
- CONFD_RANGE_MIN_EXCLUSIVE - Static variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
-
- CONFD_RANGE_MIN_INCLUSIVE - Static variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
-
- CONFD_SERVICE_CB_CREATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_SERVICE_CB_DELETE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_SERVICE_CB_POST_MODIFICATION - Static variable in class com.tailf.dp.DpProto
-
- CONFD_SERVICE_CB_PRE_LOCK_CREATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_SERVICE_CB_PRE_MODIFICATION - Static variable in class com.tailf.dp.DpProto
-
- CONFD_SERVICE_CB_UPDATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TRANS_CB_REGISTER - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_CHECK_VAL - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_CLEAN_SAVED - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_CLEAN_STATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_GET_POINTS - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_INIT - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_LOAD - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_RESTORE_SAVED - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_SAVE_STATE - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_STR2VAL - Static variable in class com.tailf.dp.DpProto
-
- CONFD_TYPECMD_VAL2STR - Static variable in class com.tailf.dp.DpProto
-
- CONFD_VALIDATE_VALUE - Static variable in class com.tailf.dp.DpProto
-
- ConfDate - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the confspec xs:date type.
- ConfDate(ConfEObject) - Constructor for class com.tailf.conf.ConfDate
-
- ConfDate(int, int, int, int, int) - Constructor for class com.tailf.conf.ConfDate
-
- ConfDate(String) - Constructor for class com.tailf.conf.ConfDate
-
- ConfDatetime - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG date-and-time type.
- ConfDatetime(ConfEObject) - Constructor for class com.tailf.conf.ConfDatetime
-
For internal usage.
- ConfDatetime(int, int, int, int, int, int, int, int, int) - Constructor for class com.tailf.conf.ConfDatetime
-
- ConfDatetime(String) - Constructor for class com.tailf.conf.ConfDatetime
-
- ConfDatetime() - Constructor for class com.tailf.conf.ConfDatetime
-
Deprecated.
- ConfDatetime(GregorianCalendar) - Constructor for class com.tailf.conf.ConfDatetime
-
Deprecated.
- ConfDecimal64 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG decimal64 type.
- ConfDecimal64(long, int) - Constructor for class com.tailf.conf.ConfDecimal64
-
- ConfDecimal64(BigInteger, int) - Constructor for class com.tailf.conf.ConfDecimal64
-
- ConfDecimal64(ConfEObject) - Constructor for class com.tailf.conf.ConfDecimal64
-
- ConfDecimal64(String) - Constructor for class com.tailf.conf.ConfDecimal64
-
- ConfDefault - Class in com.tailf.conf
-
Class representing value of type J_DEFAULT.
- ConfDefault() - Constructor for class com.tailf.conf.ConfDefault
-
- ConfDottedQuad - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG dotted-quad type.
- ConfDottedQuad(String) - Constructor for class com.tailf.conf.ConfDottedQuad
-
Construct a ConfDottedQuad from a string of bytes in the format of octets
(decimal values) separated with dots.
- ConfDottedQuad(byte[]) - Constructor for class com.tailf.conf.ConfDottedQuad
-
- ConfDottedQuad(ConfBinary) - Constructor for class com.tailf.conf.ConfDottedQuad
-
Constructs a ConfDottedQuad from a ConfBinary object.
- ConfDottedQuad(ConfEObject) - Constructor for class com.tailf.conf.ConfDottedQuad
-
- ConfDouble - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the confspec xs:double type.
- ConfDouble(double) - Constructor for class com.tailf.conf.ConfDouble
-
- ConfDouble(ConfEObject) - Constructor for class com.tailf.conf.ConfDouble
-
- ConfDuration - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the confspec xs:duration type.
- ConfDuration(ConfEObject) - Constructor for class com.tailf.conf.ConfDuration
-
- ConfDuration(int, int, int, int, int, int, int) - Constructor for class com.tailf.conf.ConfDuration
-
- ConfDuration(String) - Constructor for class com.tailf.conf.ConfDuration
-
- ConfEAtom - Class in com.tailf.proto
-
Provides a Java representation of E atoms.
- ConfEAtom(String) - Constructor for class com.tailf.proto.ConfEAtom
-
Create an atom from the given string.
- ConfEAtom(ConfInputStream) - Constructor for class com.tailf.proto.ConfEAtom
-
Create an atom from a stream containing an atom encoded in E external
format.
- ConfEAtom(boolean) - Constructor for class com.tailf.proto.ConfEAtom
-
Create an atom whose value is "true" or "false".
- ConfEBig - Class in com.tailf.proto
-
Provides a Java representation of E integral types.
- ConfEBig(byte[]) - Constructor for class com.tailf.proto.ConfEBig
-
Create an E integer from the given value.
- ConfEBig(BigInteger) - Constructor for class com.tailf.proto.ConfEBig
-
- ConfEBig(ConfInputStream) - Constructor for class com.tailf.proto.ConfEBig
-
Create an E integer from a stream containing an integer encoded in E
external format.
- ConfEBinary - Class in com.tailf.proto
-
Provides a Java representation of E binaries.
- ConfEBinary(byte[]) - Constructor for class com.tailf.proto.ConfEBinary
-
Create a binary from a byte array
- ConfEBinary(String) - Constructor for class com.tailf.proto.ConfEBinary
-
- ConfEBinary(ConfInputStream) - Constructor for class com.tailf.proto.ConfEBinary
-
Create a binary from a stream containing a binary encoded in E external
format.
- ConfEBinary(Object) - Constructor for class com.tailf.proto.ConfEBinary
-
Create a binary from an arbitrary Java Object.
- ConfEBoolean - Class in com.tailf.proto
-
Provides a Java representation of E booleans, which are special cases of
atoms with values 'true' and 'false'.
- ConfEBoolean(boolean) - Constructor for class com.tailf.proto.ConfEBoolean
-
Create a boolean from the given value
- ConfEBoolean(ConfInputStream) - Constructor for class com.tailf.proto.ConfEBoolean
-
Create a boolean from a stream containing an atom encoded in E external
format.
- ConfEByte - Class in com.tailf.proto
-
Provides a Java representation of E integral types.
- ConfEByte(byte) - Constructor for class com.tailf.proto.ConfEByte
-
Create an E integer from the given value.
- ConfEByte(ConfInputStream) - Constructor for class com.tailf.proto.ConfEByte
-
Create an E integer from a stream containing an integer encoded in E
external format.
- ConfEChar - Class in com.tailf.proto
-
Provides a Java representation of E integral types.
- ConfEChar(char) - Constructor for class com.tailf.proto.ConfEChar
-
Create an E integer from the given value.
- ConfEChar(ConfInputStream) - Constructor for class com.tailf.proto.ConfEChar
-
Create an E integer from a stream containing an integer encoded in E
external format.
- ConfEDecodeException - Exception in com.tailf.proto
-
Exception raised when an attempt is made to create an E term by decoding a
sequence of bytes that does not represent the type of term that was
requested.
- ConfEDecodeException(String, Throwable) - Constructor for exception com.tailf.proto.ConfEDecodeException
-
Provides a detailed message.
- ConfEDecodeException(String) - Constructor for exception com.tailf.proto.ConfEDecodeException
-
- ConfEDouble - Class in com.tailf.proto
-
Provides a Java representation of E floats and doubles.
- ConfEDouble(double) - Constructor for class com.tailf.proto.ConfEDouble
-
Create an E float from the given double value.
- ConfEDouble(ConfInputStream) - Constructor for class com.tailf.proto.ConfEDouble
-
Create an E float from a stream containing a double encoded in E external
format.
- ConfEException - Exception in com.tailf.proto
-
Base class for the other Conf E exception classes.
- ConfEException(Throwable) - Constructor for exception com.tailf.proto.ConfEException
-
Provides no message.
- ConfEException(String, Throwable) - Constructor for exception com.tailf.proto.ConfEException
-
Provides a detailed message.
- ConfEException(String) - Constructor for exception com.tailf.proto.ConfEException
-
- ConfEFloat - Class in com.tailf.proto
-
Provides a Java representation of E floats and doubles.
- ConfEFloat(float) - Constructor for class com.tailf.proto.ConfEFloat
-
Create an E float from the given float value.
- ConfEFloat(ConfInputStream) - Constructor for class com.tailf.proto.ConfEFloat
-
Create an E float from a stream containing a float encoded in E external
format.
- ConfEInt - Class in com.tailf.proto
-
Provides a Java representation of E integral types.
- ConfEInt(int) - Constructor for class com.tailf.proto.ConfEInt
-
Create an E integer from the given value.
- ConfEInt(ConfInputStream) - Constructor for class com.tailf.proto.ConfEInt
-
Create an E integer from a stream containing an integer encoded in E
external format.
- ConfEList - Class in com.tailf.proto
-
Provides a Java representation of E lists.
- ConfEList() - Constructor for class com.tailf.proto.ConfEList
-
Create an empty list.
- ConfEList(String) - Constructor for class com.tailf.proto.ConfEList
-
Create a list of characters.
- ConfEList(ConfEObject) - Constructor for class com.tailf.proto.ConfEList
-
Create a list containing one element.
- ConfEList(ConfEObject[]) - Constructor for class com.tailf.proto.ConfEList
-
Create a list from an array of arbitrary E terms.
- ConfEList(ConfEObject[], int, int) - Constructor for class com.tailf.proto.ConfEList
-
Create a list from an array of arbitrary E terms.
- ConfEList(ConfInputStream) - Constructor for class com.tailf.proto.ConfEList
-
Create a list from a stream containing an list encoded in E external
format.
- ConfELong - Class in com.tailf.proto
-
Provides a Java representation of E integral types.
- ConfELong(long) - Constructor for class com.tailf.proto.ConfELong
-
Create an E integer from the given value.
- ConfELong(ConfInputStream) - Constructor for class com.tailf.proto.ConfELong
-
Create an E integer from a stream containing an integer encoded in E
external format.
- ConfEnumeration - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG Enumeration type.
- ConfEnumeration(ConfEObject) - Constructor for class com.tailf.conf.ConfEnumeration
-
- ConfEnumeration(int, ArrayList<ConfNamespace>) - Constructor for class com.tailf.conf.ConfEnumeration
-
Deprecated.
- ConfEnumeration(int) - Constructor for class com.tailf.conf.ConfEnumeration
-
Constructor for ordinalvalue.
- ConfEObject - Class in com.tailf.proto
-
Base class of the E data type classes.
- ConfEObject() - Constructor for class com.tailf.proto.ConfEObject
-
- ConfEPid - Class in com.tailf.proto
-
Provides a Java representation of E pids.
- ConfEPid(ConfInputStream) - Constructor for class com.tailf.proto.ConfEPid
-
Create an E pid from a stream containing a pid encoded in E external
format.
- ConfEPid(String, int, int, int) - Constructor for class com.tailf.proto.ConfEPid
-
- ConfERangeException - Exception in com.tailf.proto
-
Exception raised when an attempt is made to create an E term with data that
is out of range for the term in question.
- ConfERangeException(String, Throwable) - Constructor for exception com.tailf.proto.ConfERangeException
-
Provides a detailed message.
- ConfERangeException(String) - Constructor for exception com.tailf.proto.ConfERangeException
-
- ConfERef - Class in com.tailf.proto
-
Provides a Java representation of E refs.
- ConfERef(ConfInputStream) - Constructor for class com.tailf.proto.ConfERef
-
Create an E ref from a stream containing a ref encoded in E external
format.
- ConfERef(String, int, int) - Constructor for class com.tailf.proto.ConfERef
-
Create an old style E ref from its components.
- ConfERef(String, int[], int) - Constructor for class com.tailf.proto.ConfERef
-
Create a new style E ref from its components.
- ConfEShort - Class in com.tailf.proto
-
Provides a Java representation of E integral types.
- ConfEShort(short) - Constructor for class com.tailf.proto.ConfEShort
-
Create an E integer from the given value.
- ConfEShort(ConfInputStream) - Constructor for class com.tailf.proto.ConfEShort
-
Create an E integer from a stream containing an integer encoded in E
external format.
- ConfEString - Class in com.tailf.proto
-
Provides a Java representation of E strings.
- ConfEString(String) - Constructor for class com.tailf.proto.ConfEString
-
Create an E string from the given string.
- ConfEString(ConfInputStream) - Constructor for class com.tailf.proto.ConfEString
-
Create an E string from a stream containing a string encoded in E
external format.
- ConfETuple - Class in com.tailf.proto
-
Provides a Java representation of E tuples.
- ConfETuple(ConfEObject) - Constructor for class com.tailf.proto.ConfETuple
-
Create a unary tuple containing the given element.
- ConfETuple(ConfEObject[]) - Constructor for class com.tailf.proto.ConfETuple
-
Create a tuple from an array of terms.
- ConfETuple(ConfEObject[], int, int) - Constructor for class com.tailf.proto.ConfETuple
-
Create a tuple from an array of terms.
- ConfETuple(ConfInputStream) - Constructor for class com.tailf.proto.ConfETuple
-
Create a tuple from a stream containing an tuple encoded in E external
format.
- ConfEUInt - Class in com.tailf.proto
-
Provides a Java representation of E integral types.
- ConfEUInt(int) - Constructor for class com.tailf.proto.ConfEUInt
-
Create an E integer from the given value.
- ConfEUInt(ConfInputStream) - Constructor for class com.tailf.proto.ConfEUInt
-
Create an E integer from a stream containing an integer encoded in E
external format.
- ConfEUShort - Class in com.tailf.proto
-
Provides a Java representation of E integral types.
- ConfEUShort(short) - Constructor for class com.tailf.proto.ConfEUShort
-
Create an E integer from the given value.
- ConfEUShort(ConfInputStream) - Constructor for class com.tailf.proto.ConfEUShort
-
Create an E integer from a stream containing an integer encoded in E
external format.
- ConfException - Exception in com.tailf.conf
-
Exception base class.
- ConfException(String) - Constructor for exception com.tailf.conf.ConfException
-
- ConfException(Throwable) - Constructor for exception com.tailf.conf.ConfException
-
- ConfException(String, Throwable) - Constructor for exception com.tailf.conf.ConfException
-
- ConfException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.conf.ConfException
-
- ConfException(String, ErrorCode) - Constructor for exception com.tailf.conf.ConfException
-
- ConfException(String, int, Throwable) - Constructor for exception com.tailf.conf.ConfException
-
- ConfException(String, ErrorCode, Throwable, Object) - Constructor for exception com.tailf.conf.ConfException
-
- ConfException(String, int) - Constructor for exception com.tailf.conf.ConfException
-
- ConfExternal - Class in com.tailf.proto
-
Provides a collection of constants used when encoding and decoding E terms.
- ConfFindNextType - Enum in com.tailf.conf
-
Enum used in findNext calls to determine if the element extraction
should start at indicated element or the element after that
- ConfFloat - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the confspec xs:float type.
- ConfFloat(float) - Constructor for class com.tailf.conf.ConfFloat
-
- ConfFloat(ConfEObject) - Constructor for class com.tailf.conf.ConfFloat
-
- ConfHaNode - Class in com.tailf.conf
-
ConfHaNode represents a HA node by identity and IP address
- ConfHaNode(ConfValue, ConfValue) - Constructor for class com.tailf.conf.ConfHaNode
-
Constructor for a HA node
- ConfHexList - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG tailf:hex-list
type.
- ConfHexList(String) - Constructor for class com.tailf.conf.ConfHexList
-
Construct a ConfHexList
from a string of bytes in the
format of hexadecimal values separated with colons.
- ConfHexList(byte[]) - Constructor for class com.tailf.conf.ConfHexList
-
Construct a ConfHexList
from a byte array.
- ConfHexList(ConfBinary) - Constructor for class com.tailf.conf.ConfHexList
-
Constructs a ConfHexList
from a ConfBinary
object.
- ConfHexString - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG hex-string
type.
- ConfHexString(String) - Constructor for class com.tailf.conf.ConfHexString
-
Construct a ConfHexString
from a string of bytes in the
format of hexadecimal values separated with colons.
- ConfHexString(byte[]) - Constructor for class com.tailf.conf.ConfHexString
-
Construct a ConfHexString
from a byte array.
- ConfHexString(ConfBinary) - Constructor for class com.tailf.conf.ConfHexString
-
Constructs a ConfHexString
from a ConfBinary
object.
- ConfHexString(ConfEObject) - Constructor for class com.tailf.conf.ConfHexString
-
- ConfIdentityRef - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG identityRef type.
- ConfIdentityRef(String, String) - Constructor for class com.tailf.conf.ConfIdentityRef
-
- ConfIdentityRef(String) - Constructor for class com.tailf.conf.ConfIdentityRef
-
- ConfIdentityRef(int, int) - Constructor for class com.tailf.conf.ConfIdentityRef
-
- ConfIdentityRef(ConfEObject) - Constructor for class com.tailf.conf.ConfIdentityRef
-
- configSubscriber(String, int) - Static method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
Retrieve a new instance of a NavuCdbConfigSubscriber.
- configSubscriber(String, int, String) - Static method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
Retrieve a new instance of a NavuCdbConfigSubscriber.
- configSubscriber(InetSocketAddress) - Static method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
- configSubscriber(Cdb) - Static method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
Retrieve a new instance of a NavuCdbConfigSubscriber.
- ConfInputStream - Class in com.tailf.proto
-
Provides a stream for decoding E terms from external format.
- ConfInputStream(byte[]) - Constructor for class com.tailf.proto.ConfInputStream
-
Create a stream from a buffer containing encoded E terms.
- ConfInputStream(byte[], int, int) - Constructor for class com.tailf.proto.ConfInputStream
-
Create a stream from a buffer containing encoded E terms at the given
offset and length.
- ConfInt16 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG int16 type.
- ConfInt16(int) - Constructor for class com.tailf.conf.ConfInt16
-
- ConfInt16(ConfEObject) - Constructor for class com.tailf.conf.ConfInt16
-
- ConfInt32 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG int32 type.
- ConfInt32(int) - Constructor for class com.tailf.conf.ConfInt32
-
- ConfInt32(ConfEObject) - Constructor for class com.tailf.conf.ConfInt32
-
- ConfInt64 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG int64 type.
- ConfInt64(long) - Constructor for class com.tailf.conf.ConfInt64
-
- ConfInt64(BigInteger) - Constructor for class com.tailf.conf.ConfInt64
-
- ConfInt64(ConfEObject) - Constructor for class com.tailf.conf.ConfInt64
-
- ConfInt8 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG int8 type.
- ConfInt8(int) - Constructor for class com.tailf.conf.ConfInt8
-
- ConfInt8(ConfEObject) - Constructor for class com.tailf.conf.ConfInt8
-
- ConfInternal - Class in com.tailf.conf
-
This class implements the internal communication API in Java.
- ConfInternal() - Constructor for class com.tailf.conf.ConfInternal
-
- ConfIP - Class in com.tailf.conf
-
DATA_CONTAINER - Base class for ConfIPv4 and ConfIPv6 containers
- ConfIP() - Constructor for class com.tailf.conf.ConfIP
-
- ConfIPAndPrefixLen - Class in com.tailf.conf
-
DATA_CONTAINER - Base class for ConfIPv4AndPrefixLen and
ConfIPv6AndPrefixLen containers
- ConfIPAndPrefixLen() - Constructor for class com.tailf.conf.ConfIPAndPrefixLen
-
- ConfIPPrefix - Class in com.tailf.conf
-
DATA_CONTAINER - Base class for ConfIPv4Prefix and
ConfIPv6Prefix containers
- ConfIPPrefix() - Constructor for class com.tailf.conf.ConfIPPrefix
-
- ConfIPv4 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG inet:ipv4-address type.
- ConfIPv4(ConfETuple) - Constructor for class com.tailf.conf.ConfIPv4
-
- ConfIPv4(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv4
-
- ConfIPv4(InetAddress) - Constructor for class com.tailf.conf.ConfIPv4
-
- ConfIPv4(int[]) - Constructor for class com.tailf.conf.ConfIPv4
-
- ConfIPv4(int, int, int, int) - Constructor for class com.tailf.conf.ConfIPv4
-
- ConfIPv4(String) - Constructor for class com.tailf.conf.ConfIPv4
-
- ConfIPv4AndPrefixLen - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG tailf:ipv4-address-and-prefix-length
type.
- ConfIPv4AndPrefixLen(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
-
- ConfIPv4AndPrefixLen(InetAddress, int) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
-
- ConfIPv4AndPrefixLen(int[], int) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
-
- ConfIPv4AndPrefixLen(int, int, int, int, int) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
-
- ConfIPv4AndPrefixLen(String) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
-
- ConfIPv4Prefix - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG inet:ipv4-prefix type.
- ConfIPv4Prefix(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv4Prefix
-
- ConfIPv4Prefix(InetAddress, int) - Constructor for class com.tailf.conf.ConfIPv4Prefix
-
- ConfIPv4Prefix(int[], int) - Constructor for class com.tailf.conf.ConfIPv4Prefix
-
- ConfIPv4Prefix(int, int, int, int, int) - Constructor for class com.tailf.conf.ConfIPv4Prefix
-
- ConfIPv4Prefix(String) - Constructor for class com.tailf.conf.ConfIPv4Prefix
-
- ConfIPv6 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG inet:ipv6-address type.
- ConfIPv6(ConfETuple) - Constructor for class com.tailf.conf.ConfIPv6
-
- ConfIPv6(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv6
-
- ConfIPv6(int, int, int, int, int, int, int, int) - Constructor for class com.tailf.conf.ConfIPv6
-
- ConfIPv6(String) - Constructor for class com.tailf.conf.ConfIPv6
-
Constructor for IPv6 expecting string of 8 values separated by :
- ConfIPv6AndPrefixLen - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG tailf:ipv6-address-and-prefix-length
type.
- ConfIPv6AndPrefixLen(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv6AndPrefixLen
-
- ConfIPv6AndPrefixLen(InetAddress, int) - Constructor for class com.tailf.conf.ConfIPv6AndPrefixLen
-
- ConfIPv6AndPrefixLen(int[], int) - Constructor for class com.tailf.conf.ConfIPv6AndPrefixLen
-
- ConfIPv6AndPrefixLen(String) - Constructor for class com.tailf.conf.ConfIPv6AndPrefixLen
-
- ConfIPv6Prefix - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG inet:ipv6-prefix type.
- ConfIPv6Prefix(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv6Prefix
-
- ConfIPv6Prefix(InetAddress, int) - Constructor for class com.tailf.conf.ConfIPv6Prefix
-
- ConfIPv6Prefix(int[], int) - Constructor for class com.tailf.conf.ConfIPv6Prefix
-
- ConfIPv6Prefix(String) - Constructor for class com.tailf.conf.ConfIPv6Prefix
-
- CONFIRMED_COMMIT - Static variable in class com.tailf.notif.ConfirmNotification
-
- confirmedCommitInProgress() - Method in class com.tailf.maapi.Maapi
-
Checks whether a confirmed commit is pending.
- CONFIRMING_COMMIT - Static variable in class com.tailf.notif.ConfirmNotification
-
- ConfirmNotification - Class in com.tailf.notif
-
Data structure for Confirmed commit notifications.
- ConfirmNotification(int, int, DpUserInfo) - Constructor for class com.tailf.notif.ConfirmNotification
-
- ConfIterate - Interface in com.tailf.conf
-
The subinterfaces to this interfaces is used as parameter to various
diffIterate
methods.
- ConfIterateFlags - Enum in com.tailf.conf
-
- ConfIterateResultFlag - Enum in com.tailf.conf
-
flags us by DiffIterate interface The iterate() method should return any
of the following constants
- ConfKey - Class in com.tailf.conf
-
This class represents a list key, a list key can consist of one or more
values.
- ConfKey(ConfObject) - Constructor for class com.tailf.conf.ConfKey
-
- ConfKey(ConfObject[]) - Constructor for class com.tailf.conf.ConfKey
-
- ConfKey(ConfEObject) - Constructor for class com.tailf.conf.ConfKey
-
- ConfList - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG leaf-list.
- ConfList(ConfObject[]) - Constructor for class com.tailf.conf.ConfList
-
- ConfList() - Constructor for class com.tailf.conf.ConfList
-
- ConfList(ConfEObject) - Constructor for class com.tailf.conf.ConfList
-
- ConfList.WhereTo - Enum in com.tailf.conf
-
- ConfNamespace - Class in com.tailf.conf
-
Base class of the ConfNamespace objects.
- ConfNamespace() - Constructor for class com.tailf.conf.ConfNamespace
-
- ConfNoExists - Class in com.tailf.conf
-
Class representing value of type J_NOEXISTS.
- ConfNoExists() - Constructor for class com.tailf.conf.ConfNoExists
-
- ConfObject - Class in com.tailf.conf
-
Base class of the Conf data type classes.
- ConfObject() - Constructor for class com.tailf.conf.ConfObject
-
- ConfObjectRef - Class in com.tailf.conf
-
Corresponds to the YANG instance-identifier type
- ConfObjectRef(ConfObject[]) - Constructor for class com.tailf.conf.ConfObjectRef
-
Constructor using the autoloaded namespaces.
- ConfObjectRef(String) - Constructor for class com.tailf.conf.ConfObjectRef
-
- ConfObjectRef(ConfPath) - Constructor for class com.tailf.conf.ConfObjectRef
-
Construct a ConfObjectRef from a given Absolute ConfPath.
- ConfOctetList - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG tailf:octet-list type.
- ConfOctetList(String) - Constructor for class com.tailf.conf.ConfOctetList
-
Construct a ConfOctetList from a string of bytes in the format of octets
(decimal values) separated with dots.
- ConfOctetList(byte[]) - Constructor for class com.tailf.conf.ConfOctetList
-
- ConfOctetList(ConfBinary) - Constructor for class com.tailf.conf.ConfOctetList
-
Constructs a ConfOctetList from a ConfBinary object.
- ConfOID - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG tailf:oid type.
- ConfOID(long[]) - Constructor for class com.tailf.conf.ConfOID
-
- ConfOID(String) - Constructor for class com.tailf.conf.ConfOID
-
- ConfOID(ConfEObject) - Constructor for class com.tailf.conf.ConfOID
-
- ConfOutputStream - Class in com.tailf.proto
-
Provides a stream for encoding E terms to external format, for transmission
or storage.
- ConfOutputStream() - Constructor for class com.tailf.proto.ConfOutputStream
-
Create a stream with the default initial size.
- ConfOutputStream(int) - Constructor for class com.tailf.proto.ConfOutputStream
-
Create a stream with the specified initial size.
- ConfOutputStream(ConfEObject) - Constructor for class com.tailf.proto.ConfOutputStream
-
Create a stream containing the encoded version of the given E term.
- ConfPath - Class in com.tailf.conf
-
Class Representing an KeyPath path.
- ConfPath(ConfEBinary) - Constructor for class com.tailf.conf.ConfPath
-
Initialize a ConfPath.
- ConfPath(ConfEList) - Constructor for class com.tailf.conf.ConfPath
-
Initialize a ConfPath.
- ConfPath(String, Object...) - Constructor for class com.tailf.conf.ConfPath
-
Construct a ConfPath
from a string path representation
and of optional arguments.
- ConfPath(ConfObject[]) - Constructor for class com.tailf.conf.ConfPath
-
Initializes a new instance of this class from a given
reverted ConfObject[] keypath where elements
is either ConfTag
or
ConfKey
.
- ConfQname - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the confspec xs:qName type.
- ConfQname(String, String) - Constructor for class com.tailf.conf.ConfQname
-
- ConfQname(ConfEObject) - Constructor for class com.tailf.conf.ConfQname
-
- ConfResponse - Class in com.tailf.conf
-
Internal Class.
- ConfResponse() - Constructor for class com.tailf.conf.ConfResponse
-
- ConfTag - Class in com.tailf.conf
-
Class representing an element in a model.
- ConfTag(int, String) - Constructor for class com.tailf.conf.ConfTag
-
- ConfTag(String, int) - Constructor for class com.tailf.conf.ConfTag
-
- ConfTag(int, int) - Constructor for class com.tailf.conf.ConfTag
-
- ConfTag(ConfNamespace, int) - Constructor for class com.tailf.conf.ConfTag
-
- ConfTag(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfTag
-
- ConfTag(ConfEObject) - Constructor for class com.tailf.conf.ConfTag
-
- ConfTag(String) - Constructor for class com.tailf.conf.ConfTag
-
- ConfTag(String, String) - Constructor for class com.tailf.conf.ConfTag
-
- ConfTime - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the confspec xs:time type.
- ConfTime(ConfEObject) - Constructor for class com.tailf.conf.ConfTime
-
- ConfTime(int, int, int, int, int, int) - Constructor for class com.tailf.conf.ConfTime
-
- ConfTime(String) - Constructor for class com.tailf.conf.ConfTime
-
- ConfTypeDescriptor - Class in com.tailf.conf
-
Conf value type descriptor.
- ConfTypeDescriptor(int) - Constructor for class com.tailf.conf.ConfTypeDescriptor
-
Constructor for ConfTypeDescriptor class
- ConfUInt16 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG uint16 type
- ConfUInt16(long) - Constructor for class com.tailf.conf.ConfUInt16
-
- ConfUInt16(ConfEObject) - Constructor for class com.tailf.conf.ConfUInt16
-
- ConfUInt32 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG uint32 type
- ConfUInt32(long) - Constructor for class com.tailf.conf.ConfUInt32
-
- ConfUInt32(ConfEObject) - Constructor for class com.tailf.conf.ConfUInt32
-
- ConfUInt64 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG uint64 type
- ConfUInt64(long) - Constructor for class com.tailf.conf.ConfUInt64
-
- ConfUInt64(byte[]) - Constructor for class com.tailf.conf.ConfUInt64
-
- ConfUInt64(BigInteger) - Constructor for class com.tailf.conf.ConfUInt64
-
- ConfUInt64(ConfEObject) - Constructor for class com.tailf.conf.ConfUInt64
-
- ConfUInt8 - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the YANG uint8 type
- ConfUInt8(long) - Constructor for class com.tailf.conf.ConfUInt8
-
- ConfUInt8(ConfEObject) - Constructor for class com.tailf.conf.ConfUInt8
-
- ConfUserInfo - Class in com.tailf.conf
-
User session information container.
- ConfUserInfo(ConfETuple) - Constructor for class com.tailf.conf.ConfUserInfo
-
Internally used constructor to create a UserInfo record
- ConfValue - Class in com.tailf.conf
-
Base class of the DATA_CONTAINER Conf classes.
- ConfValue() - Constructor for class com.tailf.conf.ConfValue
-
- confValue() - Method in interface com.tailf.maapi.ResultTypeKeyPathValue
-
Retrieves the result value from a query
- ConfWarning - Class in com.tailf.conf
-
Warning messages container.
- ConfWarning(ConfPath, String) - Constructor for class com.tailf.conf.ConfWarning
-
- ConfWarningException - Exception in com.tailf.conf
-
Warning exception base class.
- ConfWarningException(String, ErrorCode, ConfWarning[]) - Constructor for exception com.tailf.conf.ConfWarningException
-
- ConfWarningException(String, int, ConfWarning[]) - Constructor for exception com.tailf.conf.ConfWarningException
-
- ConfXKey - Class in com.tailf.conf
-
- ConfXKey(ConfObject[], Map<MaapiSchemas.CSNode, ConfValue>) - Constructor for class com.tailf.conf.ConfXKey
-
- ConfXMLParam - Class in com.tailf.conf
-
Represents the base class of a flat XML structure.
- ConfXMLParamCdbStart - Class in com.tailf.conf
-
Identifies a starting point in the model from which other parameters are
relatively defined (used in CDB).
- ConfXMLParamCdbStart(int, int, int) - Constructor for class com.tailf.conf.ConfXMLParamCdbStart
-
- ConfXMLParamCdbStart(ConfNamespace, String, int) - Constructor for class com.tailf.conf.ConfXMLParamCdbStart
-
- ConfXMLParamCdbStart(String, String, int) - Constructor for class com.tailf.conf.ConfXMLParamCdbStart
-
- ConfXMLParamCdbStart(ConfEObject, int) - Constructor for class com.tailf.conf.ConfXMLParamCdbStart
-
- ConfXMLParamLeaf - Class in com.tailf.conf
-
Identifies a leaf parameter.
- ConfXMLParamLeaf(int, int) - Constructor for class com.tailf.conf.ConfXMLParamLeaf
-
- ConfXMLParamLeaf(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfXMLParamLeaf
-
- ConfXMLParamLeaf(String, String) - Constructor for class com.tailf.conf.ConfXMLParamLeaf
-
- ConfXMLParamLeaf(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamLeaf
-
- ConfXMLParamStart - Class in com.tailf.conf
-
Identifies a starting point in the model from which other parameters are
relatively defined.
- ConfXMLParamStart(int, int) - Constructor for class com.tailf.conf.ConfXMLParamStart
-
- ConfXMLParamStart(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfXMLParamStart
-
- ConfXMLParamStart(String, String) - Constructor for class com.tailf.conf.ConfXMLParamStart
-
- ConfXMLParamStart(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamStart
-
- ConfXMLParamStartDel - Class in com.tailf.conf
-
Identifies a starting point in the model for a list item that should be
deleted.
- ConfXMLParamStartDel(int, int) - Constructor for class com.tailf.conf.ConfXMLParamStartDel
-
- ConfXMLParamStartDel(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfXMLParamStartDel
-
- ConfXMLParamStartDel(String, String) - Constructor for class com.tailf.conf.ConfXMLParamStartDel
-
- ConfXMLParamStartDel(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamStartDel
-
- ConfXMLParamStop - Class in com.tailf.conf
-
Identifies the end point for parameter definitions.
- ConfXMLParamStop(int, int) - Constructor for class com.tailf.conf.ConfXMLParamStop
-
- ConfXMLParamStop(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfXMLParamStop
-
- ConfXMLParamStop(String, String) - Constructor for class com.tailf.conf.ConfXMLParamStop
-
- ConfXMLParamStop(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamStop
-
- ConfXMLParamToXML - Class in com.tailf.util
-
Utility class to transform ConfXMLParam[]
which represents a XML-fragment to a equivalent
DOM (org.w3c.dom.Document
) or to a string
XML representation.
- ConfXMLParamToXML() - Constructor for class com.tailf.util.ConfXMLParamToXML
-
- ConfXMLParamValue - Class in com.tailf.conf
-
Identifies a parameter with its value.
- ConfXMLParamValue(int, int, ConfObject) - Constructor for class com.tailf.conf.ConfXMLParamValue
-
- ConfXMLParamValue(ConfNamespace, String, ConfObject) - Constructor for class com.tailf.conf.ConfXMLParamValue
-
- ConfXMLParamValue(String, String, ConfObject) - Constructor for class com.tailf.conf.ConfXMLParamValue
-
- ConfXMLParamValue(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamValue
-
- ConfXMLTagH - Class in com.tailf.conf
-
DATA_CONTAINER - Corresponds to the confspec XML Tag.
- ConfXMLTagH(long) - Constructor for class com.tailf.conf.ConfXMLTagH
-
- ConfXMLTagH(String) - Constructor for class com.tailf.conf.ConfXMLTagH
-
- ConfXMLTagH(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLTagH
-
- ConfXPath - Class in com.tailf.conf
-
Class Representing an XPath path.
- ConfXPath(String) - Constructor for class com.tailf.conf.ConfXPath
-
- container(Integer) - Method in class com.tailf.navu.NavuAction
-
- container(String) - Method in class com.tailf.navu.NavuAction
-
- container(String, String) - Method in class com.tailf.navu.NavuAction
-
- container(Integer) - Method in class com.tailf.navu.NavuContainer
-
Returns a subordinate reference to a container according to
the given hash value.
- container(String) - Method in class com.tailf.navu.NavuContainer
-
Returns a subordinate reference to container according to
the given string key
.
- container(String, String) - Method in class com.tailf.navu.NavuContainer
-
Returns a subordinate reference to container according to
the given key
and prefix
.
- container(Integer) - Method in class com.tailf.navu.NavuNode
-
Returns a subordinate reference to a container according to
the given hash value.
- container(String) - Method in class com.tailf.navu.NavuNode
-
Returns a subordinate reference to NavuNode according to
the given string key
.
- container(String, String) - Method in class com.tailf.navu.NavuNode
-
Returns a subordinate reference to container according to
the given key
and prefix
.
- contains(NavuNode) - Method in class com.tailf.navu.NavuChange
-
Checks if a node is already contained by the change.
- containsCase(MaapiSchemas.CSCase) - Method in class com.tailf.navu.NavuChoice
-
Checks if a given case node is a case of this choice.
- containsChoice(MaapiSchemas.CSChoice) - Method in class com.tailf.navu.NavuChoice
-
Checks if a choice is contained in a case of this choice.
- containsNode(MaapiSchemas.CSNode) - Method in class com.tailf.navu.NavuChoice
-
Checks if a node is contained directly within this choice.
- containsNode(NavuNode) - Method in class com.tailf.navu.NavuContainer
-
Checks if the given node is contained in the schema in this container.
- containsNode(String) - Method in class com.tailf.navu.NavuContainer
-
Checks if there is a child node in the schema with given name.
- containsNode(ConfKey) - Method in class com.tailf.navu.NavuList
-
Returns true if and only if this
NavuList
contains a
NavuListEntry
where
NavuListEntry.getKey()
equals
the specified
key.
- containsNode(NavuContainer) - Method in class com.tailf.navu.NavuList
-
Returns true if this NavuList maps a
ConfKey to the specified NavuContainer.
- containsNode(String) - Method in class com.tailf.navu.NavuList
-
Returns true if this NavuList contains a mapping
for the specified string representation of a key.
- containsNode(String[]) - Method in class com.tailf.navu.NavuList
-
Returns true if this NavuList contains a mapping
for the specified string representation of a key.
- context() - Method in class com.tailf.navu.NavuAction
-
Returns the current
NavuContext
that this node is
attached to.
- context() - Method in class com.tailf.navu.NavuNode
-
Returns the current
NavuContext
that this node is
attached to.
- copy(int, int) - Method in class com.tailf.maapi.Maapi
-
If we open two transactions from the same user sessions but towards
different data stores, such as one transaction towards the candidate and
one towards running, we can copy all data from one data store to the
other with this method.
- copy_tree(int, ConfPath, ConfPath) - Method in class com.tailf.maapi.Maapi
-
- copy_tree(int, boolean, ConfPath, ConfPath) - Method in class com.tailf.maapi.Maapi
-
This function is used to copy an entire subtree in the configuration from
one point to another.
- copyAppend(String) - Method in class com.tailf.conf.ConfPath
-
CopyAppends to the keypath
- copyOfRange(T[], int, int) - Static method in class com.tailf.util.ArrayTool
-
Returns a subarray from the original array
from from to tt.
- copyRunningToStartup(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- copyRunningToStartup(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
Copies the 'running' database to 'startup'.
- copyRunningToStartup() - Method in class com.tailf.maapi.Maapi
-
Copies running to startup.
- count() - Method in class com.tailf.proto.ConfOutputStream
-
Get the number of bytes in the stream.
- create(ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Create a new optional element or list entry.
- create(String, Object...) - Method in class com.tailf.cdb.CdbSession
-
- create(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- create(NanoServiceContext, NavuNode, NavuNode, Properties) - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
- create(ServiceContext, NavuNode, NavuNode, Properties) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
-
- CREATE - Static variable in class com.tailf.dp.DpAccumulate
-
An accumulated create operation.
- create(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
-
This callback creates a new presence container, list entry or empty leaf.
- create(NanoServiceContext, NavuNode, NavuNode, Properties) - Method in interface com.tailf.dp.DpNanoServiceCallback
-
Nano Create callback method.
- create(ServiceContext, NavuNode, NavuNode, Properties) - Method in interface com.tailf.dp.DpServiceCallback
-
Create callback method.
- create(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Create a new list entry in the XML tree.
- create(int, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Create an entity in the XML tree.
- create() - Method in class com.tailf.navu.NavuContainer
-
Creates an optional container.
- create() - Method in class com.tailf.navu.NavuLeaf
-
Create an empty leaf node.
- create(ConfKey) - Method in class com.tailf.navu.NavuList
-
Creates list element.
- create(ConfObject) - Method in class com.tailf.navu.NavuList
-
Creates list element.
- create(String) - Method in class com.tailf.navu.NavuList
-
Creates list element.
- create(String[]) - Method in class com.tailf.navu.NavuList
-
Creates list element.
- createInstance(NavuContext, NavuTraversalMean) - Static method in class com.tailf.navu.traversal.NavuTreeTraversal
-
Factory method to retrieve an instance of this class.
- createNotifStream(String) - Method in class com.tailf.dp.Dp
-
Creates (and registers) a notifications stream with ConfD/NCS.
- createNotifStream(String, DpNotifReplayCallback) - Method in class com.tailf.dp.Dp
-
Creates (and registers) a notifications stream with ConfD/NCS.
- createNotifStream(String, DpNotifReplayCallback, Socket) - Method in class com.tailf.dp.Dp
-
Creates (and registers) a notifications stream with ConfD/NCS.
- createSnmpNotifier(String, String) - Method in class com.tailf.dp.Dp
-
- createSnmpNotifier(String, String, Object) - Method in class com.tailf.dp.Dp
-
- createSnmpNotifier(String, String, Object, Socket) - Method in class com.tailf.dp.Dp
-
- creation() - Method in class com.tailf.proto.ConfEPid
-
Get the creation number from the pid
- creation() - Method in class com.tailf.proto.ConfERef
-
Get the creation number from the ref.
- currentCdbSession() - Method in class com.tailf.navu.NavuContextBase
-
Deprecated.
- currentNode(NavuNode) - Method in interface com.tailf.navu.traversal.TraversalFilter
-
- DATABASE_CANDIDATE - Static variable in class com.tailf.notif.CommitFailedNotification
-
- DATABASE_CANDIDATE - Static variable in class com.tailf.notif.CommitProgressNotification
-
- DATABASE_NO_DB - Static variable in class com.tailf.notif.CommitFailedNotification
-
- DATABASE_NO_DB - Static variable in class com.tailf.notif.CommitProgressNotification
-
- DATABASE_RUNNING - Static variable in class com.tailf.notif.CommitFailedNotification
-
- DATABASE_RUNNING - Static variable in class com.tailf.notif.CommitProgressNotification
-
- DATABASE_STARTUP - Static variable in class com.tailf.notif.CommitFailedNotification
-
- DATABASE_STARTUP - Static variable in class com.tailf.notif.CommitProgressNotification
-
- DataCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for Data Callbacks Attributes are callPoint
and callType
.
- DataCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for Data Callbacks.
- DataCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.DataCallbackProxy
-
Constructor for Callback proxys.
- DataCBType - Enum in com.tailf.dp.proto
-
Enumeration of Data callback methods
- dataFilter() - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
-
- dataFilter() - Method in interface com.tailf.dp.DpAuthorizationCallback
-
Thus method can be used to prevent access checks from causing invocation
of a checkDataAccess callback even though it is registered.
- dataSetTimeout(int) - Method in class com.tailf.dp.DpTrans
-
A data callback should normally complete "quickly", since e.g.
- DB_CANDIDATE - Static variable in class com.tailf.conf.Conf
-
Indicates the candidate configuration.
- DB_NONE - Static variable in class com.tailf.conf.Conf
-
Indicates the null db (should not be used).
- DB_OPERATIONAL - Static variable in class com.tailf.conf.Conf
-
Indicates the operational db.
- DB_PRE_COMMIT_RUNNING - Static variable in class com.tailf.conf.Conf
-
Indicates the pre commit running db.
- DB_RUNNING - Static variable in class com.tailf.conf.Conf
-
Indicates the running configuration.
- DB_STARTUP - Static variable in class com.tailf.conf.Conf
-
Indicates the startup configuration.
- DBCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for DB Callbacks Attribute are callType
- DBCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for DB Callbacks.
- DBCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.DBCallbackProxy
-
Constructor for Callback proxys.
- DBCBType - Enum in com.tailf.dp.proto
-
Enumeration of DB callback methods
- dbnameToString(int) - Static method in class com.tailf.conf.Conf
-
Converts a dbname constant into a string
- debug(NavuNode, String, ConfIdentityRef) - Static method in class com.tailf.dp.services.ServiceLog
-
Write service log entry with level debug.
- DEBUG_NORMAL - Static variable in class com.tailf.conf.Conf
-
Debug level flag.
- DEBUG_PROTO - Static variable in class com.tailf.conf.Conf
-
Debug level flag.
- DEBUG_SILENT - Static variable in class com.tailf.conf.Conf
-
Debug level flag.
- DEBUG_TRACE - Static variable in class com.tailf.conf.Conf
-
Debug level flag.
- decode(ConfEObject) - Static method in class com.tailf.conf.ConfObject
-
- decode(ConfInputStream) - Static method in class com.tailf.proto.ConfEObject
-
Read binary data in the E external format, and produce a corresponding E
data type object.
- DECODE - Static variable in class com.tailf.util.Base64
-
Specify decoding.
- decode(byte[], int, int, int) - Static method in class com.tailf.util.Base64
-
Very low-level access to decoding ASCII characters in the form of a byte
array.
- decode(String) - Static method in class com.tailf.util.Base64
-
Decodes data from Base64 notation, automatically detecting
gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class com.tailf.util.Base64
-
Decodes data from Base64 notation, automatically detecting
gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class com.tailf.util.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class com.tailf.util.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeParam(ConfEObject) - Static method in class com.tailf.conf.ConfXMLParam
-
Decode the internal representation to a ConfXMLParam
Used internally.
- decodeParams(ConfEObject) - Static method in class com.tailf.conf.ConfXMLParam
-
- decodeToFile(String, String) - Static method in class com.tailf.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class com.tailf.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeToObject(String, ClassLoader) - Static method in class com.tailf.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object
using a specified classloader for resolving the class.
- decrypt(String) - Method in class com.tailf.maapi.MaapiCrypto
-
- decrypt(byte[]) - Method in class com.tailf.util.Encrypter
-
- DEFAULT_NAME - Static variable in class com.tailf.dp.DpThread
-
- defaultIncrement - Static variable in class com.tailf.proto.ConfOutputStream
-
The default increment used when growing the stream.
- defaultInitialSize - Static variable in class com.tailf.proto.ConfOutputStream
-
The default initial size of the stream.
- delCheckpointRunning(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- delCheckpointRunning(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
This method should delete a checkpoint created by addCheckPointRunning().
- delete(ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Delete an optional element or list entry and all its child elements.
- delete(String, Object...) - Method in class com.tailf.cdb.CdbSession
-
- delete(ConfObject) - Method in class com.tailf.conf.ConfList
-
Delete arbitrary object from the ConfList
- delete(NanoServiceContext, NavuNode, NavuNode, Properties) - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
- delete(ServiceContext, NavuNode, Properties) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
-
- delete(NanoServiceContext, NavuNode, NavuNode, Properties) - Method in interface com.tailf.dp.DpNanoServiceCallback
-
Nano Delete callback method.
- delete(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Deletes a node and all its children from the XML data tree.
- delete(int, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Deletes a node and all its children from the XML data tree.
- delete() - Method in class com.tailf.navu.NavuContainer
-
Deletes an optional container.
- delete() - Method in class com.tailf.navu.NavuLeaf
-
Deletes a leaf.
- delete(ConfKey) - Method in class com.tailf.navu.NavuList
-
Deletes an element from the list.
- delete(String) - Method in class com.tailf.navu.NavuList
-
Deletes an element from the list.
- delete(String[]) - Method in class com.tailf.navu.NavuList
-
Deletes an element from the list.
- delete() - Method in class com.tailf.navu.NavuListEntry
-
Deletes this entry from the NavuList it contains
returns this NavuListEntry as NavuContainer.
- deleteAll() - Method in class com.tailf.navu.NavuList
-
Deletes all element from the list.
- deleteConfig(DpDbContext, int) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- deleteConfig(DpDbContext, int) - Method in interface com.tailf.dp.DpDbCallback
-
Will be called for 'startup' or 'candidate' only.
- deleteConfig(int) - Method in class com.tailf.maapi.Maapi
-
This function empties a data store.
- deref(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
This method dereferences a leafref and returns a list of the objects the
leafref "points" to.
- deref() - Method in class com.tailf.navu.NavuLeaf
-
Derefs a leafref and returns the referenced objects
- Des3Encrypter - Class in com.tailf.util
-
DES3 algorithm encryption/decryption utility class
- Des3Encrypter(byte[], byte[]) - Constructor for class com.tailf.util.Des3Encrypter
-
- detach(int) - Method in class com.tailf.maapi.Maapi
-
Detaches an attached MAAPI socket.
- detachRunningTrans() - Method in class com.tailf.navu.NavuContext
-
- diffIterate(int, CdbDiffIterate) - Method in class com.tailf.cdb.CdbSubscription
-
Iterate over changes made in CDB.
- diffIterate(int, CdbDiffIterate, EnumSet<DiffIterateFlags>, Object) - Method in class com.tailf.cdb.CdbSubscription
-
Iterate over changes made in CDB with additional supplied flags.
- diffIterate(Object, ConfIterate, Object) - Static method in class com.tailf.conf.ConfInternal
-
- diffIterate(SelectionKey, ConfIterate, Object) - Static method in class com.tailf.conf.ConfInternal
-
Common static method for diffIterate with CdbSubscription.
- diffIterate(int, MaapiDiffIterate) - Method in class com.tailf.maapi.Maapi
-
Iterates through the transaction diff.
- diffIterate(int, MaapiDiffIterate, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Iterates through the transaction diff.
- diffIterate(int, MaapiDiffIterate, Object, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Iterates through the transaction diff.
- diffIterate(int, Object, EnumSet<DiffIterateFlags>, MaapiDiffIterate, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Iterates through the transaction diff.
- DiffIterateFlags - Enum in com.tailf.conf
-
- DiffIterateOperFlag - Enum in com.tailf.conf
-
- DiffIterateResultFlag - Enum in com.tailf.conf
-
flags us by DiffIterate interface The iterate() method should return any
of the following constants
- diffNotificationDone(int) - Method in class com.tailf.notif.Notif
-
If the received event from
Notif.read()
was a
CommitDiffNotification
it is important that we call this function
when we are done reading the transaction diffs over MAAPI.
- disconnectRemote(String) - Method in class com.tailf.maapi.Maapi
-
Disconnect all remote connections between CONFD_IPC_PORT (see the IPC
section in the Advanced Topics chapter in the User Guide) and address.
- doConnect(Socket, int) - Static method in class com.tailf.conf.ConfInternal
-
- doConnect(SelectionKey, int) - Static method in class com.tailf.conf.ConfInternal
-
Connects the provided selectable channel to the Erlang process
using the supplied selector with the buffer buf with the identifier
id.
- doDisplay(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
If the data model uses the YANG 'when' or 'tailf:display-when'
statement, this function can be used to determine if the item
given by the path in fmt should be displayed or not.
- DONT_BREAK_LINES - Static variable in class com.tailf.util.Base64
-
Don't break lines when encoding (violates strict Base64 specification)
- doubleTag - Static variable in class com.tailf.proto.ConfExternal
-
The tag used for double numbers
- doubleValue() - Method in class com.tailf.conf.ConfDecimal64
-
- doubleValue() - Method in class com.tailf.conf.ConfDouble
-
- doubleValue() - Method in class com.tailf.proto.ConfEDouble
-
Get the value, as a double.
- Dp - Class in com.tailf.dp
-
This class implements the Data Provider API (DP).
- Dp(String, Socket) - Constructor for class com.tailf.dp.Dp
-
This constructor will initialize the Dp class library and connect to
ConfD/NCS on the provided control socket.
- Dp(String, Socket, boolean) - Constructor for class com.tailf.dp.Dp
-
This constructor will initialize the Dp class library and connect to
ConfD/NCS on the provided control socket.
- Dp(String, Socket, boolean, int, int, long, TimeUnit, BlockingQueue<Runnable>, boolean) - Constructor for class com.tailf.dp.Dp
-
This constructor will initialize the Dp class library and connect to
ConfD/NCS on the provided control socket.
- DP_CDB - Static variable in class com.tailf.notif.CommitFailedNotification
-
- DP_EXTERNAL - Static variable in class com.tailf.notif.CommitFailedNotification
-
- DP_JAVASCRIPT - Static variable in class com.tailf.notif.CommitFailedNotification
-
- DP_NETCONF - Static variable in class com.tailf.notif.CommitFailedNotification
-
- DP_SNMPGW - Static variable in class com.tailf.notif.CommitFailedNotification
-
- DpAccumulate - Class in com.tailf.dp
-
The DpAccumulate object is used for accumulating operations on database from
the DpDataCallbacks setElem
, create
, and
remove
operations when they return
Conf.REPLY_ACCUMULATE
.
- DpActionCallback - Interface in com.tailf.dp
-
This interface is used for the user actions callbacks.
- DpActionTrans - Class in com.tailf.dp
-
The action transaction context.
- DpAuthCallback - Interface in com.tailf.dp
-
With this interface we can register a callback with ConfDs AAA subsystem, to
be invoked whenever AAA has completed processing of an authentication
attempt.
- DpAuthContext - Class in com.tailf.dp
-
Authentication context class.
- DpAuthContext(DpUserInfo, String, boolean, int, String[], int, String, String) - Constructor for class com.tailf.dp.DpAuthContext
-
- DpAuthorizationCallback - Interface in com.tailf.dp
-
We can register two authorization callbacks with ConfD´s AAA subsystem.
- DpAuthorizationContext - Class in com.tailf.dp
-
Authorization context class.
- DpAuthorizationContext(DpUserInfo, String[], int, int, Dp) - Constructor for class com.tailf.dp.DpAuthorizationContext
-
- DpCallbackException - Exception in com.tailf.dp
-
Exception thrown from inside callbacks to identify problems.
- DpCallbackException(String) - Constructor for exception com.tailf.dp.DpCallbackException
-
- DpCallbackException(String, Throwable) - Constructor for exception com.tailf.dp.DpCallbackException
-
- DpCallbackException(Throwable) - Constructor for exception com.tailf.dp.DpCallbackException
-
- DpCallbackException(String, ErrorCode) - Constructor for exception com.tailf.dp.DpCallbackException
-
- DpCallbackException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.dp.DpCallbackException
-
- DpCallbackExtendedException - Exception in com.tailf.dp
-
Extended errorcode Exceptions thrown from inside callbacks to
identify problems.
- DpCallbackExtendedException(int, String) - Constructor for exception com.tailf.dp.DpCallbackExtendedException
-
- DpCallbackExtendedException(int, ConfNamespace, String, String, Object...) - Constructor for exception com.tailf.dp.DpCallbackExtendedException
-
- DpCallbackExtendedException(int, ConfNamespace, String, ConfException) - Constructor for exception com.tailf.dp.DpCallbackExtendedException
-
- DpCallbackWarningException - Exception in com.tailf.dp
-
Warnings thrown from inside callbacks to identify problems.
- DpCallbackWarningException(String) - Constructor for exception com.tailf.dp.DpCallbackWarningException
-
- DpDataCallback - Interface in com.tailf.dp
-
This interface is used for the user data callbacks.
- DpDataFindNextIterator - Interface in com.tailf.dp
-
Extended Iterator interface used to get findNext
functionality.
- DpDbCallback - Interface in com.tailf.dp
-
This interface is used for the user database callbacks.
- DpDbContext - Class in com.tailf.dp
-
Database context.
- DpDbContext(int, int, int, DpUserInfo) - Constructor for class com.tailf.dp.DpDbContext
-
- DpException - Exception in com.tailf.dp
-
General Dp Exception
- DpException(String) - Constructor for exception com.tailf.dp.DpException
-
- DpException(String, Throwable) - Constructor for exception com.tailf.dp.DpException
-
- DpException(Throwable) - Constructor for exception com.tailf.dp.DpException
-
- DpException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.dp.DpException
-
- DpException(String, int, Throwable) - Constructor for exception com.tailf.dp.DpException
-
- DpExceptionReporter - Interface in com.tailf.dp
-
Interface for the user of the Dp deamon to handle catched exceptions
in the implicit threads started in the Dp.read() method
- DpNanoServiceCallback - Interface in com.tailf.dp
-
This interface is used for the Nano Service callbacks.
- DpNotifReplayCallback - Interface in com.tailf.dp
-
This interface is used for the notifications replay callback.
- DpNotifReplayThread - Class in com.tailf.dp
-
This class implements the Notification streams thread.
- DpNotifStream - Class in com.tailf.dp
-
The application can generate notifications that are sent via the northbound
protocols.
- DpProto - Class in com.tailf.dp
-
General class for protocol constants
- DpProto() - Constructor for class com.tailf.dp.DpProto
-
- DpServiceCallback - Interface in com.tailf.dp
-
This interface is used for the service callbacks.
- DpSnmpInformResponseCallback - Interface in com.tailf.dp
-
This interface is used for the SNMP notifier callbacks.
- DpSnmpNotifier - Class in com.tailf.dp
-
The application can send SNMP notifications and inform requests.
- DpThread - Class in com.tailf.dp
-
DpThread with the ability to log more info about
a thread and that uses a Uncaught exception handler.
- DpThread(Runnable) - Constructor for class com.tailf.dp.DpThread
-
- DpThread(Runnable, String) - Constructor for class com.tailf.dp.DpThread
-
- DpThreadPoolFactory - Class in com.tailf.dp
-
The customized thread Factory
this is used for creating customized threads
that uses UncaughtExceptionHandler and for thread
that performs debug logging message so we could
interpret the thread dumps and error logs.
- DpThreadPoolFactory(String) - Constructor for class com.tailf.dp.DpThreadPoolFactory
-
- DpTrans - Class in com.tailf.dp
-
The transaction context.
- DpTransCallback - Interface in com.tailf.dp
-
This interface is used for the user transaction callbacks.
- DpTransValidateCallback - Interface in com.tailf.dp
-
This interface is used for the user validation callbacks.
- DpUserInfo - Class in com.tailf.dp
-
The user information.
- DpUserInfo(ConfETuple) - Constructor for class com.tailf.dp.DpUserInfo
-
Internally used Constructor.
- DpValidateTrans - Class in com.tailf.dp
-
The validate transaction context.
- DpValpointCallback - Interface in com.tailf.dp
-
This interface is used for the user valpoint callbacks.
- DpWorkerThreadPool - Class in com.tailf.dp
-
Dp Thread pool of worker thread.
- DpWorkerThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class com.tailf.dp.DpWorkerThreadPool
-
Constructor for Thread pool.
- drainRemaining() - Method in class com.tailf.navu.NavuCdbSubscriptionIterQueue
-
Deprecated.
- elem(ConfKey) - Method in class com.tailf.navu.NavuList
-
Returns a list element according to the given key.
- elem(String) - Method in class com.tailf.navu.NavuList
-
Returns a list element according to the given key.
- elem(String[]) - Method in class com.tailf.navu.NavuList
-
Returns a list element according to the given array of keys.
- elementAt(int) - Method in class com.tailf.conf.ConfKey
-
- elementAt(int) - Method in class com.tailf.proto.ConfEList
-
Get the specified element from the list.
- elementAt(int) - Method in class com.tailf.proto.ConfETuple
-
Get the specified element from the tuple.
- elements() - Method in class com.tailf.conf.ConfKey
-
- elements() - Method in class com.tailf.conf.ConfList
-
Return a copy as array of this
- elements() - Method in class com.tailf.navu.NavuList
-
Returns a shallow copy of elements contained by the list node.
- elements() - Method in class com.tailf.proto.ConfEList
-
Get all the elements from the list as an array.
- elements() - Method in class com.tailf.proto.ConfETuple
-
Get all the elements from the tuple as an array.
- encode() - Method in class com.tailf.conf.ConfAttributeValue
-
- encode() - Method in class com.tailf.conf.ConfBinary
-
- encode() - Method in class com.tailf.conf.ConfBit32
-
- encode() - Method in class com.tailf.conf.ConfBit64
-
- encode() - Method in class com.tailf.conf.ConfBool
-
- encode() - Method in class com.tailf.conf.ConfBuf
-
- encode() - Method in class com.tailf.conf.ConfDate
-
- encode() - Method in class com.tailf.conf.ConfDatetime
-
- encode() - Method in class com.tailf.conf.ConfDecimal64
-
- encode() - Method in class com.tailf.conf.ConfDefault
-
- encode() - Method in class com.tailf.conf.ConfDottedQuad
-
- encode() - Method in class com.tailf.conf.ConfDouble
-
- encode() - Method in class com.tailf.conf.ConfDuration
-
- encode() - Method in class com.tailf.conf.ConfEnumeration
-
- encode() - Method in class com.tailf.conf.ConfFloat
-
- encode() - Method in class com.tailf.conf.ConfHexString
-
- encode() - Method in class com.tailf.conf.ConfIdentityRef
-
- encode() - Method in class com.tailf.conf.ConfInt16
-
- encode() - Method in class com.tailf.conf.ConfInt32
-
- encode() - Method in class com.tailf.conf.ConfInt64
-
- encode() - Method in class com.tailf.conf.ConfInt8
-
- encode() - Method in class com.tailf.conf.ConfIP
-
- encode() - Method in class com.tailf.conf.ConfIPAndPrefixLen
-
- encode() - Method in class com.tailf.conf.ConfIPPrefix
-
- encode() - Method in class com.tailf.conf.ConfIPv4
-
- encode() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
-
- encode() - Method in class com.tailf.conf.ConfIPv4Prefix
-
- encode() - Method in class com.tailf.conf.ConfIPv6
-
- encode() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
-
- encode() - Method in class com.tailf.conf.ConfIPv6Prefix
-
- encode() - Method in class com.tailf.conf.ConfKey
-
- encode() - Method in class com.tailf.conf.ConfList
-
- encode() - Method in class com.tailf.conf.ConfNoExists
-
- encode() - Method in class com.tailf.conf.ConfObject
-
- encode() - Method in class com.tailf.conf.ConfObjectRef
-
- encode() - Method in class com.tailf.conf.ConfOID
-
- encode() - Method in class com.tailf.conf.ConfQname
-
- encode() - Method in class com.tailf.conf.ConfTag
-
- encode() - Method in class com.tailf.conf.ConfTime
-
- encode() - Method in class com.tailf.conf.ConfTypeDescriptor
-
- encode() - Method in class com.tailf.conf.ConfUInt16
-
- encode() - Method in class com.tailf.conf.ConfUInt32
-
- encode() - Method in class com.tailf.conf.ConfUInt64
-
- encode() - Method in class com.tailf.conf.ConfUInt8
-
- encode() - Method in class com.tailf.conf.ConfValue
-
encode value.
- encode(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
-
- encode() - Method in class com.tailf.conf.ConfXMLParam
-
- encode() - Method in class com.tailf.conf.ConfXMLTagH
-
- encode() - Method in class com.tailf.conf.InstancePath
-
Returns the path encoded as an ConfEList.
- encode() - Method in class com.tailf.conf.SnmpVarbind
-
Return encoded term.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEAtom
-
Convert this atom to the equivalent E external representation.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEBig
-
Convert this number to the equivalent E external representation.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEBinary
-
Convert this binary to the equivalent E external representation.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEDouble
-
Convert this double to the equivalent E external representation.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEList
-
Convert this list to the equivalent E external representation.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfELong
-
Convert this number to the equivalent E external representation.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEObject
-
Convert the object according to the rules of the E external format.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEPid
-
Convert this pid to the equivalent E external representation.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfERef
-
Convert this ref to the equivalent E external representation.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEString
-
Convert this string to the equivalent E external representation.
- encode(ConfOutputStream) - Method in class com.tailf.proto.ConfETuple
-
Convert this tuple to the equivalent E external representation.
- ENCODE - Static variable in class com.tailf.util.Base64
-
Specify encoding.
- encodeBytes(byte[]) - Static method in class com.tailf.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class com.tailf.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class com.tailf.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class com.tailf.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeFileToFile(String, String) - Static method in class com.tailf.util.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class com.tailf.util.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeHKP(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
-
- encodeHKP() - Method in class com.tailf.conf.ConfXMLParam
-
Encode this ConfXMLParam to HKP representation
(i.e hashbased [ns | tag] where where ns and tag are both
in long).
- encodeIKP() - Method in class com.tailf.conf.ConfTag
-
- encodeIKP(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
-
- encodeIKP() - Method in class com.tailf.conf.ConfXMLParam
-
- encodeIKP() - Method in class com.tailf.conf.InstancePath
-
Returns the path as ConfEList in IKP format.
- encodeObject(Serializable) - Static method in class com.tailf.util.Base64
-
Serializes an object and returns the Base64-encoded version of that
serialized object.
- encodeObject(Serializable, int) - Static method in class com.tailf.util.Base64
-
Serializes an object and returns the Base64-encoded version of that
serialized object.
- encodeOid(int[]) - Method in class com.tailf.conf.SnmpVarbind
-
- encodeToFile(byte[], String) - Static method in class com.tailf.util.Base64
-
Convenience method for encoding data to a file.
- encodeValues() - Method in class com.tailf.navu.NavuAction
-
- encodeValues() - Method in class com.tailf.navu.NavuContainer
-
- encodeValues() - Method in class com.tailf.navu.NavuLeaf
-
- encodeValues() - Method in class com.tailf.navu.NavuList
-
- encodeValues() - Method in class com.tailf.navu.NavuNode
-
Encoding the sub-tree including the current
NavuNode
as the topmost
NavuNode
to a
ConfXMLParam
array.
- encodeXML() - Method in class com.tailf.navu.NavuAction
-
- encodeXML() - Method in class com.tailf.navu.NavuContainer
-
- encodeXML() - Method in class com.tailf.navu.NavuLeaf
-
- encodeXML() - Method in class com.tailf.navu.NavuList
-
- encodeXML() - Method in class com.tailf.navu.NavuNode
-
Encoding the sub-tree including the current
NavuNode
as the topmost
NavuNode
to a
ConfXMLParam
array.
- encrypt(String) - Method in class com.tailf.util.Encrypter
-
- Encrypter - Class in com.tailf.util
-
Base class for encryption algorithm utility classes
- Encrypter() - Constructor for class com.tailf.util.Encrypter
-
- endSession() - Method in class com.tailf.cdb.CdbSession
-
Ends the data session
- endUserSession() - Method in class com.tailf.maapi.Maapi
-
Ends the current user session on this Maapi
instance.
- entrySet() - Method in class com.tailf.navu.NavuChoice
-
Deprecated.
- entrySet() - Method in class com.tailf.navu.NavuContainer
-
Returns a set of value-pairs.
- entrySet() - Method in class com.tailf.navu.NavuList
-
Returns a set of entries with element key and element.
- enumSetOf(int) - Static method in enum com.tailf.cdb.CdbSubscriptionFlagType
-
- equal(Object, Object) - Method in interface com.tailf.conf.Compiler
-
Produces an EXPRESSION object representing the comparison:
left equals to right
- equal(Object, Object) - Method in class com.tailf.conf.XPathAbrevCompiler
-
- equals(Object) - Method in class com.tailf.cdb.CdbTxId
-
Compares this CdbTxId to the specified object.
- equals(Object) - Method in class com.tailf.conf.ConfAttributeValue
-
- equals(Object) - Method in class com.tailf.conf.ConfBinary
-
- equals(Object) - Method in class com.tailf.conf.ConfBit32
-
- equals(Object) - Method in class com.tailf.conf.ConfBit64
-
- equals(Object) - Method in class com.tailf.conf.ConfBool
-
- equals(Object) - Method in class com.tailf.conf.ConfBuf
-
- equals(Object) - Method in class com.tailf.conf.ConfCLIToken
-
- equals(Object) - Method in class com.tailf.conf.ConfDate
-
- equals(Object) - Method in class com.tailf.conf.ConfDatetime
-
- equals(Object) - Method in class com.tailf.conf.ConfDecimal64
-
- equals(Object) - Method in class com.tailf.conf.ConfDefault
-
- equals(Object) - Method in class com.tailf.conf.ConfDottedQuad
-
- equals(Object) - Method in class com.tailf.conf.ConfDouble
-
- equals(Object) - Method in class com.tailf.conf.ConfDuration
-
- equals(Object) - Method in class com.tailf.conf.ConfEnumeration
-
- equals(Object) - Method in class com.tailf.conf.ConfFloat
-
- equals(Object) - Method in class com.tailf.conf.ConfHexList
-
- equals(Object) - Method in class com.tailf.conf.ConfHexString
-
- equals(Object) - Method in class com.tailf.conf.ConfIdentityRef
-
- equals(Object) - Method in class com.tailf.conf.ConfInt16
-
- equals(Object) - Method in class com.tailf.conf.ConfInt32
-
- equals(Object) - Method in class com.tailf.conf.ConfInt64
-
- equals(Object) - Method in class com.tailf.conf.ConfInt8
-
- equals(Object) - Method in class com.tailf.conf.ConfIPv4
-
- equals(Object) - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
-
- equals(Object) - Method in class com.tailf.conf.ConfIPv4Prefix
-
- equals(Object) - Method in class com.tailf.conf.ConfIPv6
-
- equals(Object) - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
-
- equals(Object) - Method in class com.tailf.conf.ConfIPv6Prefix
-
- equals(Object) - Method in class com.tailf.conf.ConfKey
-
Indicates whether a ConfKey
is "equal to" this.
- equals(Object) - Method in class com.tailf.conf.ConfList
-
- equals(Object) - Method in class com.tailf.conf.ConfNoExists
-
- equals(Object) - Method in class com.tailf.conf.ConfObject
-
Determine if two Conf objects are equal.
- equals(Object) - Method in class com.tailf.conf.ConfObjectRef
-
- equals(Object) - Method in class com.tailf.conf.ConfOID
-
- equals(Object) - Method in class com.tailf.conf.ConfQname
-
- equals(Object) - Method in class com.tailf.conf.ConfTag
-
Determine if two ConfTags are equal.
- equals(Object) - Method in class com.tailf.conf.ConfTime
-
- equals(Object) - Method in class com.tailf.conf.ConfTypeDescriptor
-
- equals(Object) - Method in class com.tailf.conf.ConfUInt16
-
- equals(Object) - Method in class com.tailf.conf.ConfUInt32
-
- equals(Object) - Method in class com.tailf.conf.ConfUInt64
-
- equals(Object) - Method in class com.tailf.conf.ConfUInt8
-
- equals(Object) - Method in class com.tailf.conf.ConfValue
-
Determine if two ConfValue are equal.
- equals(Object) - Method in class com.tailf.conf.ConfXMLParam
-
- equals(Object) - Method in class com.tailf.conf.ConfXMLParamLeaf
-
- equals(Object) - Method in class com.tailf.conf.ConfXMLParamStart
-
- equals(Object) - Method in class com.tailf.conf.ConfXMLParamStartDel
-
- equals(Object) - Method in class com.tailf.conf.ConfXMLParamStop
-
- equals(Object) - Method in class com.tailf.conf.ConfXMLParamValue
-
- equals(Object) - Method in class com.tailf.conf.ConfXMLTagH
-
- equals(Object) - Method in class com.tailf.conf.ConfXPath
-
- equals(Object) - Method in class com.tailf.conf.InstancePath
-
- equals(Object) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Return true if and onlfy if this nodes
is equal the specified node
- equals(Object) - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
- equals(Object) - Method in class com.tailf.navu.NavuAction
-
Compares the specified object with this NavuAction
for equality.
- equals(Object) - Method in class com.tailf.navu.NavuContainer
-
Compares the specified object with this NavuContainer
for equality.
- equals(Object) - Method in class com.tailf.navu.NavuLeaf
-
- equals(Object) - Method in class com.tailf.navu.NavuList
-
- equals(Object) - Method in class com.tailf.navu.NavuListEntry
-
Compares the specified object with this NavuListEntry
for equality.
- equals(Object) - Method in class com.tailf.navu.NavuNode
-
Check the equality of this NavuNode against the targeted
NavuNode.
- equals(Object) - Method in class com.tailf.proto.ConfEAtom
-
Determine if two atoms are equal.
- equals(Object) - Method in class com.tailf.proto.ConfEBig
-
Determine if two numbers are equal.
- equals(Object) - Method in class com.tailf.proto.ConfEBinary
-
Determine if two binaries are equal.
- equals(Object) - Method in class com.tailf.proto.ConfEDouble
-
Determine if two floats are equal.
- equals(Object) - Method in class com.tailf.proto.ConfEList
-
Determine if two lists are equal.
- equals(Object) - Method in class com.tailf.proto.ConfELong
-
Determine if two numbers are equal.
- equals(Object) - Method in class com.tailf.proto.ConfEObject
-
Determine if two E objects are equal.
- equals(Object) - Method in class com.tailf.proto.ConfEPid
-
Determine if two pids are equal.
- equals(Object) - Method in class com.tailf.proto.ConfERef
-
Determine if two refs are equal.
- equals(Object) - Method in class com.tailf.proto.ConfEString
-
Determine if two strings are equal.
- equals(Object) - Method in class com.tailf.proto.ConfETuple
-
Determine if two tuples are equal.
- equalsTo(int) - Method in enum com.tailf.conf.ErrorCode
-
- erlMax - Static variable in class com.tailf.proto.ConfExternal
-
The largest value that can be encoded as an integer
- erlMin - Static variable in class com.tailf.proto.ConfExternal
-
The smallest value that can be encoded as an integer
- ERRCODE_ACCESS_DENIED - Static variable in exception com.tailf.cdb.CdbExtendedException
-
- ERRCODE_ACCESS_DENIED - Static variable in exception com.tailf.dp.DpCallbackExtendedException
-
- ERRCODE_APPLICATION - Static variable in exception com.tailf.cdb.CdbExtendedException
-
- ERRCODE_APPLICATION - Static variable in exception com.tailf.dp.DpCallbackExtendedException
-
- ERRCODE_APPLICATION_INTERNAL - Static variable in exception com.tailf.cdb.CdbExtendedException
-
- ERRCODE_APPLICATION_INTERNAL - Static variable in exception com.tailf.dp.DpCallbackExtendedException
-
- ERRCODE_DATA_MISSING - Static variable in exception com.tailf.cdb.CdbExtendedException
-
- ERRCODE_DATA_MISSING - Static variable in exception com.tailf.dp.DpCallbackExtendedException
-
- ERRCODE_IN_USE - Static variable in exception com.tailf.cdb.CdbExtendedException
-
- ERRCODE_IN_USE - Static variable in exception com.tailf.dp.DpCallbackExtendedException
-
- ERRCODE_INCONSISTENT_VALUE - Static variable in exception com.tailf.cdb.CdbExtendedException
-
- ERRCODE_INCONSISTENT_VALUE - Static variable in exception com.tailf.dp.DpCallbackExtendedException
-
- ERRCODE_INTERRUPT - Static variable in exception com.tailf.cdb.CdbExtendedException
-
- ERRCODE_INTERRUPT - Static variable in exception com.tailf.dp.DpCallbackExtendedException
-
- ERRCODE_RESOURCE_DENIED - Static variable in exception com.tailf.cdb.CdbExtendedException
-
- ERRCODE_RESOURCE_DENIED - Static variable in exception com.tailf.dp.DpCallbackExtendedException
-
- error - Variable in class com.tailf.conf.ConfResponse
-
- error(NavuNode, String, ConfIdentityRef) - Static method in class com.tailf.dp.services.ServiceLog
-
Write service log entry with level error.
- ERROR_FLAG_MASK - Static variable in class com.tailf.cdb.CdbProto
-
- errorCode - Variable in class com.tailf.conf.ConfResponse
-
- ErrorCode - Enum in com.tailf.conf
-
Error codes for all errors delivered over the protocol.
- ErrorMessageFormatter - Class in com.tailf.conf
-
- ErrorMessageFormatter() - Constructor for class com.tailf.conf.ErrorMessageFormatter
-
- errorString - Variable in class com.tailf.conf.ConfResponse
-
- ErrorVerbosity - Enum in com.tailf.conf
-
verbosity levels for reported errors
- eventTime() - Method in class com.tailf.notif.StreamNotification
-
- executor() - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
- executor() - Method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
Retrieve the underlying ExecutorService.
- exists(ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Containers and leafs in a YANG model may be optional.
- exists(String, Object...) - Method in class com.tailf.cdb.CdbSession
-
Checks whether an element exists.
- exists(int, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Boolean function which return 1 or 0 if a path defines an existing
element in the XML data tree.
- exists(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
- exists() - Method in class com.tailf.navu.NavuAction
-
- exists() - Method in class com.tailf.navu.NavuContainer
-
Verifies the existence of container.
- exists() - Method in class com.tailf.navu.NavuLeaf
-
Tests for the existence of the leaf node.
- exists() - Method in class com.tailf.navu.NavuList
-
Tests for the existence of the List node in the instance tree.
- exists() - Method in class com.tailf.navu.NavuNode
-
Generic exists test for Navu navigational elements
- existsOptional(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- existsOptional(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
-
If we have presence containers or optional leafs (empty leafs) without a
type, we cannot use the getElem() callback to read such a leaf - since
the element is typeless.
- expressionPath(Object, Object[], Object[]) - Method in interface com.tailf.conf.Compiler
-
Produces an EXPRESSION object representing a filter expression
- expressionPath(Object, Object[], Object[]) - Method in class com.tailf.conf.XPathAbrevCompiler
-
- extendedErrorCode - Variable in exception com.tailf.cdb.CdbExtendedException
-
- extendedErrorCode - Variable in exception com.tailf.dp.DpCallbackExtendedException
-
- get(String) - Method in class com.tailf.maapi.CLIInteraction
-
Read CLI session parameter.
- get(int) - Method in class com.tailf.navu.NavuChange
-
Returns a node at a certain position.
- get(String) - Method in class com.tailf.navu.NavuContainer
-
Returns a subordinate node with the name nodeName
.
- get_int16(int, byte[]) - Static method in class com.tailf.conf.ConfInternal
-
- get_int32(int, byte[]) - Static method in class com.tailf.conf.ConfInternal
-
- getAbortedExceptionMsg() - Method in interface com.tailf.navu.NavuCdbSubscriptionTwoPhaseContext
-
Deprecated.
- getActionCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.ActionCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getActionPoint() - Method in class com.tailf.dp.DpActionTrans
-
- getActionState() - Method in class com.tailf.dp.DpActionTrans
-
Returns the current state of this action transaction.
- getAddr() - Method in class com.tailf.conf.ConfHaNode
-
Get the IP address for the node as ConfIPv4 or ConfIPv6
- getAddress() - Method in class com.tailf.conf.ConfIP
-
- getAddress() - Method in class com.tailf.conf.ConfIPAndPrefixLen
-
- getAddress() - Method in class com.tailf.conf.ConfIPPrefix
-
- getAddress() - Method in class com.tailf.conf.ConfIPv4
-
- getAddress() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
-
- getAddress() - Method in class com.tailf.conf.ConfIPv4Prefix
-
- getAddress() - Method in class com.tailf.conf.ConfIPv6
-
- getAddress() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
-
- getAddress() - Method in class com.tailf.conf.ConfIPv6Prefix
-
- getAesIV() - Method in class com.tailf.maapi.MaapiCrypto
-
- getAesKey() - Method in class com.tailf.maapi.MaapiCrypto
-
- getAPIndex() - Method in class com.tailf.dp.DpActionTrans
-
- getAppNS() - Method in exception com.tailf.cdb.CdbExtendedException
-
- getAppNS() - Method in exception com.tailf.dp.DpCallbackExtendedException
-
- getAppTag() - Method in exception com.tailf.cdb.CdbExtendedException
-
- getAppTag() - Method in exception com.tailf.dp.DpCallbackExtendedException
-
- getAttributeType() - Method in class com.tailf.conf.ConfAttributeValue
-
Get the Attribute type for this attribute value
- getAttributeValue() - Method in class com.tailf.conf.ConfAttributeValue
-
Get the value of the attribute
- getAttrs(DpTrans, ConfObject[], List<ConfAttributeValue>) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- getAttrs(DpTrans, ConfObject[], List<ConfAttributeValue>) - Method in interface com.tailf.dp.DpDataCallback
-
This callback only needs to be implemented for callpoints specified for
configuration data, and only if attributes are enabled in the server
configuration (/confdConfig/enableAttributes set to true).
- getAttrs(int, ConfAttributeType[], String, Object...) - Method in class com.tailf.maapi.Maapi
-
Retrieve attributes for a configuration node.
- getAuthCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.AuthCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getAuthorizationCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getAutoNsList() - Static method in class com.tailf.maapi.Maapi
-
- getAutoNsList(ArrayList<ConfNamespace>) - Static method in class com.tailf.maapi.Maapi
-
- getBackingStoreCdb() - Method in class com.tailf.navu.NavuContextBase
-
Get the backing store Cdb instance.
- getBackingStoreCdbSession() - Method in class com.tailf.navu.NavuContextBase
-
Get the backing store CdbSession in this context was based on this.
- getBackupObject() - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.AuthCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.TransCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
-
Retrieve the callback POJO
- getBackupObject() - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
-
Retrieve the callback POJO
- getBitArray() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeBits
-
- getBytes(String) - Static method in class com.tailf.util.UTF8
-
- getCalendar() - Method in class com.tailf.conf.ConfDatetime
-
Deprecated.
- getCalendar() - Method in class com.tailf.conf.ConfDuration
-
- getCallPoint() - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
Retrieve the callback callpoint
- getCallPoint() - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
Retrieve the callback callpoint
- getCallPoint() - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
-
Retrieve the callback callpoint
- getCallPoint() - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
-
Retrieve the callback callpoint
- getCallPoint() - Method in class com.tailf.dp.DpAccumulate
-
The callpoint that handled the operation.
- getCase(String, String, Object...) - Method in class com.tailf.cdb.CdbSession
-
Retrieve the currently selected case.
- getCase(String, ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Retrieve the currently selected case.
- getCase(DpTrans, ConfObject[], ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- getCase(DpTrans, ConfObject[], ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
-
This callback method needs to return the currently chosen 'case' for a
'choice' construct.
- getCase(int, String, String, Object...) - Method in class com.tailf.maapi.Maapi
-
This returns the current 'case' for a 'choice' construct.
- getCase(int, String, ConfPath) - Method in class com.tailf.maapi.Maapi
-
- getCase(MaapiSchemas.CSNode) - Method in class com.tailf.navu.NavuChoice
-
Returns the case in which a node is contained within.
- getCase(MaapiSchemas.CSChoice) - Method in class com.tailf.navu.NavuChoice
-
Returns the case in which a choice is contained within.
- getCaseChoices(String) - Method in class com.tailf.navu.NavuChoice
-
- getCaseNodes(String) - Method in class com.tailf.navu.NavuChoice
-
- getCaseParent() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
If this choice is defined as a case for another choice this method
returns the case, otherwise null is returned.
- getCases() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
get List of cases for this choice.
- getCdb() - Method in class com.tailf.cdb.CdbSession
-
- getCdb() - Method in class com.tailf.navu.NavuContextBase
-
Deprecated.
- getCdbOperSession() - Method in class com.tailf.navu.NavuContextBase
-
Deprecated.
- getCdbOperSession(EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
-
Deprecated.
- getCdbSession(CdbDBType) - Method in class com.tailf.navu.NavuAction
-
Deprecated.
- getCdbSession(CdbDBType) - Method in class com.tailf.navu.NavuContextBase
-
Deprecated.
- getCdbSession(CdbDBType, EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
-
Deprecated.
- getCdbSession(CdbDBType) - Method in class com.tailf.navu.NavuLeaf
-
Deprecated.
- getCdbSession(CdbDBType) - Method in class com.tailf.navu.NavuNode
-
Deprecated.
- getCdbSession() - Method in class com.tailf.navu.SessionContainer
-
- getChange() - Method in class com.tailf.navu.NavuChange
-
- getChange() - Method in class com.tailf.navu.NavuNode
-
Deprecated.
- getChangeFlag() - Method in class com.tailf.navu.NavuAction
-
- getChangeFlag() - Method in class com.tailf.navu.NavuLeaf
-
- getChangeFlag() - Method in class com.tailf.navu.NavuList
-
- getChangeFlag() - Method in class com.tailf.navu.NavuNode
-
Returns the latest change that this NavuNode
has
been a subject to by a transaction.
- getChanges(boolean, DiffIterateOperFlag...) - Method in class com.tailf.navu.NavuAction
-
- getChanges() - Method in class com.tailf.navu.NavuAction
-
- getChanges(boolean) - Method in class com.tailf.navu.NavuAction
-
- getChanges() - Method in class com.tailf.navu.NavuNode
-
Return the descendant NavuNode
's
(including this element) that has been affected by
changes to the MAAPI
transaction.
- getChanges(boolean) - Method in class com.tailf.navu.NavuNode
-
Return the descendant NavuNode
including this
NavuNode
that has been affected by the
current MAAPI transaction.
- getChanges(boolean, DiffIterateOperFlag...) - Method in class com.tailf.navu.NavuNode
-
Return the descendant NavuNode
including this
NavuNode
that has been affected by the
current MAAPI transaction.
- getChild(long) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Retrieve a child with the specified tag
Returns null if no child exists.
- getChildren() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Retrieves children for this node as List or
null if no children exists.
- getChoices() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
-
get List of choices defined in this Case.
- getChoices() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
get List object of choices for this node.
- getChoices() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
get List object of choices for this node.
- getClearpass() - Method in class com.tailf.conf.ConfUserInfo
-
Get User session clear text password if available otherwise ""
- getCLIInteraction(int) - Method in class com.tailf.maapi.Maapi
-
Get CLIInteraction object which enables communication with the user via
the CLI.
- getCLIStr() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
- getCLITokens() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
- getColumn() - Method in class com.tailf.conf.SnmpVarbind
-
- getColumn() - Method in class com.tailf.notif.SnmpaNotification.SnmpVar
-
- getComment() - Method in class com.tailf.maapi.MaapiRollback
-
- getCompiledPattern() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
-
- getCompletedDevices() - Method in class com.tailf.notif.CommitQueueProgressNotification
-
- getComponent() - Method in interface com.tailf.dp.services.NanoServiceContext
-
- getConfDatetime() - Static method in class com.tailf.conf.ConfDatetime
-
- getConfirmType() - Method in class com.tailf.notif.ConfirmNotification
-
- getConfNamespace() - Method in class com.tailf.conf.ConfIdentityRef
-
- getConfNamespace() - Method in class com.tailf.conf.ConfTag
-
- getConfNamespace() - Method in class com.tailf.conf.ConfXMLParam
-
Returns the namespace for this parameter.
- getConfPath() - Method in class com.tailf.navu.NavuNode
-
Returns the corresponding ConfPath for the corresponding NavuNode.
- getConfTypeDescriptor(ConfObject) - Static method in class com.tailf.conf.ConfTypeDescriptor
-
Generates a ConfTypeDescriptor representing the type of a specified
ConfObject.
- getConfXMLParams() - Method in class com.tailf.navu.PreparedXMLStatement
-
- getContext() - Method in class com.tailf.conf.ConfUserInfo
-
Get User session context, one of
"cli" | "webui" | "netconf" | "noaaa" | any MAAPI string
- getContext() - Method in class com.tailf.dp.DpUserInfo
-
Get User session context, one of
"cli" | "webui" | "netconf" | "noaaa" | any MAAPI string
- getContext() - Method in class com.tailf.maapi.MaapiUserSession
-
Get User session context, one of
"cli" | "webui" | "netconf" | "noaaa" | any MAAPI string
- getContextName() - Method in class com.tailf.dp.DpSnmpNotifier
-
- getCQId() - Method in class com.tailf.notif.CommitQueueProgressNotification
-
- getCQNotifType() - Method in class com.tailf.notif.CommitQueueProgressNotification
-
- getCQNotifTypeStr() - Method in class com.tailf.notif.CommitQueueProgressNotification
-
- getCQTag() - Method in class com.tailf.notif.CommitQueueProgressNotification
-
- getCreator() - Method in class com.tailf.maapi.MaapiRollback
-
- getCSNode() - Method in class com.tailf.conf.InstancePath
-
Returns MaapiSchemas node corresponding to the path.
- getCsNode() - Method in class com.tailf.navu.NavuNodeInfo
-
Returns the schema node from which the object is derive from.
- getCSNode() - Method in class com.tailf.navu.NavuNodeInfo
-
- getCSSchema() - Method in class com.tailf.navu.NavuNodeInfo
-
- getCSSchemas() - Method in class com.tailf.navu.NavuNodeInfo
-
- getCtrlSocket() - Method in class com.tailf.dp.Dp
-
The control socket which is connected to ConfD/NCS.
- getCurrentPhase() - Method in class com.tailf.cdb.CdbPhase
-
The phase CDB is currently in.
- getCurrentSession() - Method in class com.tailf.cdb.Cdb
-
Retrieve the current CdbSession
started on this
Cdb
socket.
- getCurrentStack() - Method in exception com.tailf.navu.InternalSAXException
-
- getcwd() - Method in class com.tailf.cdb.CdbSession
-
- getCwd(int) - Method in class com.tailf.maapi.Maapi
-
Returns the current position as previously set by Maapi.cd(),
Maapi.pushd(), or Maapi.popd() as a String.
- getcwdPath() - Method in class com.tailf.cdb.CdbSession
-
- getCwdPath(int) - Method in class com.tailf.maapi.Maapi
-
Returns the current position like Maapi.getCwd(), but as a ConfPath
instead of as a String.
- getDaemonId() - Method in class com.tailf.dp.Dp
-
The daemon identifier (assigned by ConfD/NCS).
- getDaemonName() - Method in class com.tailf.notif.CommitFailedNotification
-
- GetDatabase() - Method in class com.tailf.notif.CommitDiffNotification
-
- GetDatabase() - Method in class com.tailf.notif.CommitNotification
-
- getDatabase() - Method in class com.tailf.notif.UserSessNotification
-
- getDataCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.DataCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getDataProvider() - Method in class com.tailf.notif.CommitFailedNotification
-
- getDate() - Method in class com.tailf.maapi.MaapiRollback
-
- getDay() - Method in class com.tailf.conf.ConfDate
-
- getDay() - Method in class com.tailf.conf.ConfDatetime
-
- getDay() - Method in class com.tailf.conf.ConfDuration
-
- getDBCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.DBCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getDBName() - Method in class com.tailf.dp.DpTrans
-
The database name.
- getDBName() - Method in class com.tailf.notif.CommitFailedNotification
-
target name in confd.conf
- getDBName() - Method in class com.tailf.notif.CommitProgressNotification
-
- getDbType() - Method in class com.tailf.cdb.CdbSession
-
retrieve the dbType for this session.
- getDbType() - Method in class com.tailf.navu.SessionContainer
-
- getDefaultCase() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
get default case for the choice.
- getDefaultErrorVerbosity() - Static method in class com.tailf.conf.ErrorMessageFormatter
-
- getDefval() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
get default value represented as a subclass to ConfObject
- getDefval() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
get default value represented as a subclass to ConfObject
- getDefval() - Method in class com.tailf.maapi.MaapiSchemas.CSType
-
get default value
- getDes3IV() - Method in class com.tailf.maapi.MaapiCrypto
-
- getDes3Key() - Method in class com.tailf.maapi.MaapiCrypto
-
- getDeviceType() - Method in class com.tailf.dp.DpTrans
-
for ConfM
The device type
(needs to be public since access from Maapi package)
- getDevNo() - Method in class com.tailf.dp.DpTrans
-
for ConfM
The device number
(needs to be public since access from Maapi package)
- getDId() - Method in class com.tailf.dp.DpDbContext
-
- getDp() - Method in class com.tailf.dp.DpNotifStream
-
The Data Provider main class.
- getDp() - Method in class com.tailf.dp.DpTrans
-
Return the data provider (DP) instance that this transaction
belongs to.
- getElem(ConfPath) - Method in class com.tailf.cdb.CdbSession
-
This reads a a value from the path.
- getElem(String, Object...) - Method in class com.tailf.cdb.CdbSession
-
- getElem(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- getElem(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
-
This callback method needs to return a specific leaf value.
- getElem(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
This reads a value from the path in fmt and returns the result.
- getElem(int, ConfPath) - Method in class com.tailf.maapi.Maapi
-
- getElems() - Method in class com.tailf.conf.ConfObjectRef
-
- getEnterprise() - Method in class com.tailf.notif.SnmpaNotification.TrapInfo
-
- getEnumByLabel(ConfPath, String) - Static method in class com.tailf.conf.ConfEnumeration
-
Get an ConfEnumeration from the string label at a given
position in the schema.
- getEnumByLabel(String, String) - Static method in class com.tailf.conf.ConfEnumeration
-
Get an ConfEnumeration from the string label at a given
position in the schema.
- getErrorCode() - Method in exception com.tailf.conf.ConfException
-
- getErrorIndex() - Method in class com.tailf.notif.SnmpaNotification
-
- getErrorMessageFormatter() - Method in class com.tailf.dp.Dp
-
Return the errorMessageFormatter for this Dp.
- getErrorStatus() - Method in class com.tailf.notif.SnmpaNotification
-
- getErrorString() - Method in class com.tailf.dp.DpAuthContext
-
errstr is an extended error information that can be set using method
setError() and is used in the response if the auth() callback returns
false;
- getErrorString() - Method in class com.tailf.notif.StreamNotification
-
- getErrorVerbosity() - Method in class com.tailf.conf.ErrorMessageFormatter
-
Get the local verbosity level for reported errors
If this verbosity is null the the default level governs the error
verbosity of this Formatter
- getErrorVerbosity() - Method in class com.tailf.dp.Dp
-
Get the local verbosity level for reported errors
If this verbosity is null the the default level governs the error
verbosity of this Dp
- getExceptionReporter() - Method in class com.tailf.dp.Dp
-
- getExtendedErrorCodeString() - Method in exception com.tailf.cdb.CdbExtendedException
-
Get string representation of this exception error code.
- getExtendedErrorCodeString() - Method in exception com.tailf.dp.DpCallbackExtendedException
-
Get string representation of this exception error code.
- getFailedDevices() - Method in class com.tailf.notif.CommitQueueProgressNotification
-
- getFD() - Method in class com.tailf.dp.DpNotifStream
-
file descriptor
- getFD() - Method in class com.tailf.dp.DpSnmpNotifier
-
file descriptor
- getFixedNR() - Method in class com.tailf.maapi.MaapiRollback
-
- getFlag() - Method in class com.tailf.cdb.CdbPhase
-
- getFlags() - Method in class com.tailf.cdb.CdbSubscription
-
Returns an EnumSet of current
flags for this subscription.
- getFlags() - Method in class com.tailf.conf.ConfUserInfo
-
Get User session flags
- getFlags() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
get flags for this node.
- getFlags() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeRange
-
- getForwardType() - Method in class com.tailf.notif.ForwardNotification
-
- getFractionDigits() - Method in class com.tailf.conf.ConfDecimal64
-
- getGenericTrap() - Method in class com.tailf.notif.SnmpaNotification.TrapInfo
-
- getGroups() - Method in class com.tailf.dp.DpAuthContext
-
If success is true, the AAA authentication succeeded, and groups is an
array of length ngroups that gives the groups that will be assigned to
the user at login.
- getGroups() - Method in class com.tailf.dp.DpAuthorizationContext
-
If success is true, the AAA authentication succeeded, and groups is an
array of length ngroups that gives the groups that will be assigned to
the user at login.
- getGroups() - Method in class com.tailf.maapi.MaapiAuthentication
-
- getHAInfoType() - Method in class com.tailf.notif.HaNotification
-
HA information type.
- getHANode() - Method in class com.tailf.notif.HaNotification
-
- getHaState() - Method in class com.tailf.ha.HaStatus
-
Get the HA node state - MASTER/SLAVE/SLAVE_RELAY/NONE
- getHealthCheckInterval() - Method in class com.tailf.notif.NotificationCfg
-
- getHeartbeatInterval() - Method in class com.tailf.notif.NotificationCfg
-
- getHigh() - Method in class com.tailf.maapi.MaapiSchemas.CSStringLength
-
- getHigh() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeRange
-
- getHour() - Method in class com.tailf.conf.ConfDatetime
-
- getHour() - Method in class com.tailf.conf.ConfDuration
-
- getHour() - Method in class com.tailf.conf.ConfTime
-
- getId() - Method in class com.tailf.maapi.MaapiCursor
-
- getId() - Method in class com.tailf.maapi.MaapiSchemas.CSIdref
-
- getInfo() - Method in class com.tailf.navu.NavuAction
-
- getInfo() - Method in class com.tailf.navu.NavuNode
-
Returns the NaveNodeInfo
regarding this node.
- getInformCb() - Method in class com.tailf.dp.DpSnmpNotifier
-
The inform callback.
- getIp() - Method in class com.tailf.conf.ConfUserInfo
-
Get User Session IP address as an Java InetAddress instance
- getIP() - Method in class com.tailf.notif.CommitFailedNotification
-
- getIP() - Method in class com.tailf.notif.SnmpaNotification
-
- getIPAddress() - Method in class com.tailf.dp.DpUserInfo
-
Get User session IP address as ConfIPv4 or ConfIPv6 respectively
- getIPAddress() - Method in class com.tailf.maapi.MaapiUserSession
-
Get user session ip address as java InetAddress instance
- getIpValue() - Method in class com.tailf.conf.ConfUserInfo
-
Get User session IP address as ConfIPv4 or ConfIPv6 respectively
- getIPValue() - Method in class com.tailf.notif.CommitFailedNotification
-
- getIPValue() - Method in class com.tailf.notif.SnmpaNotification
-
- getIterationQueue() - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Retrieve a iteration (notification) blocking queue where iteration
information from each made iteration could be received.
- getIterationQueue() - Method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
Retrieve a notification queue where additional thread
can poll for summary information about a iteration
and react appropriately.
- getIteratorKey(DpTrans, ConfObject[], Object) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- getIteratorKey(DpTrans, ConfObject[], Object) - Method in interface com.tailf.dp.DpDataCallback
-
The following callback is used with the iterator above.
- getIteratorObject(DpTrans, ConfObject[], Object) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- getIteratorObject(DpTrans, ConfObject[], Object) - Method in interface com.tailf.dp.DpDataCallback
-
The following callback is used with the iterator above.
- getIteratorObjectList(DpTrans, ConfObject[], Object, Iterator<? extends Object>) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- getIteratorObjectList(DpTrans, ConfObject[], Object, Iterator<? extends Object>) - Method in interface com.tailf.dp.DpDataCallback
-
The following callback is used as an replacement of the
getIteratorObject when a List of objects should be sent instead of a
single instance.
- getJavaPattern() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
-
- getKey(int) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Return a key at the given index.
- getKey() - Method in class com.tailf.navu.NavuChange
-
- getKey() - Method in class com.tailf.navu.NavuContainer
-
If this container is a list instance this method
can be used to get the list entry key.
- getKey() - Method in class com.tailf.navu.NavuListEntry
-
Return the associate key that this NavuList
is mapped to.
- getKeyPath() - Method in class com.tailf.navu.NavuAction
-
- getKeyPath() - Method in class com.tailf.navu.NavuNode
-
Returns the absolute keypath of this node.
- getKeys() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Return a list of keys.
- getKeys() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
get keys for the node.
- getKeys() - Method in class com.tailf.navu.NavuCursor
-
Returns an iterable item
- getKP() - Method in interface com.tailf.conf.Compiler
-
- getKP() - Method in class com.tailf.conf.ConfXPath
-
Returns an array of ConfTag
and ConfKey
objects which represents the path in reverted order.
- getKP() - Method in class com.tailf.conf.InstancePath
-
Returns an array of ConfTag
and ConfKey
objects which represents the path in reverted order.
- getKP() - Method in class com.tailf.conf.XPathAbrevCompiler
-
- getKP() - Method in class com.tailf.dp.DpAccumulate
-
The keypath consisting of an array of ConfTag and/or ConfKey objects.
- getLabel() - Method in class com.tailf.maapi.MaapiRollback
-
- getLabelByEnum(ConfPath, ConfEnumeration) - Static method in class com.tailf.conf.ConfEnumeration
-
Get the string label of an enumeration at a given
position in the schema.
- getLabelByEnum(String, ConfEnumeration) - Static method in class com.tailf.conf.ConfEnumeration
-
Get the string label of an enumeration at a given
position in the schema.
- getLastOp() - Method in class com.tailf.dp.DpDbContext
-
- getLastResultFlag() - Method in class com.tailf.navu.IterationEntry
-
Deprecated.
Returns the result flag associated with the completed
iteration.
- getLatestNotificationType() - Method in class com.tailf.cdb.CdbSubscription
-
Retrieve the latest notification type.
- getLatestSubscriptionFlag() - Method in class com.tailf.cdb.CdbSubscription
-
Deprecated.
- getLengthArray() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
-
- getLmode() - Method in class com.tailf.conf.ConfUserInfo
-
Get User session locks
- getLoadedSchemas() - Method in class com.tailf.maapi.MaapiSchemas
-
get all loaded schemas as a Collection of CSSchema objects
- getLocalCdb() - Method in class com.tailf.navu.SessionContainer
-
- getLocalSocket() - Method in class com.tailf.maapi.MaapiOutputStream
-
This method is intended to retrieve reference to the underlying
stream socket on which the write is performed.
- getLocalSocket() - Method in class com.tailf.navu.SessionContainer
-
- getLocks() - Method in class com.tailf.navu.SessionContainer
-
- getLogAgedTime(DpNotifStream) - Method in interface com.tailf.dp.DpNotifReplayCallback
-
The callback is called by ConfD/NCS to find out the event time of the
last notification aged out of the log, if any.
- getLogintime() - Method in class com.tailf.conf.ConfUserInfo
-
Get user session login time
- getLoginTime() - Method in class com.tailf.maapi.MaapiUserSession
-
Get user session login time
- getLogNo() - Method in class com.tailf.dp.DpAuthContext
-
If success is false, the AAA authentication failed, with the reason given
by logno (one of CONFD_BAD_LOCAL_PASS, CONFD_NO_SUCH_LOCAL_USER, or
CONFD_SSH_NO_LOGIN).
- getLogNo() - Method in class com.tailf.notif.AuditNotification
-
Number from confd_logsyms.h
- getLogNo() - Method in class com.tailf.notif.SyslogNotification
-
Log number (from confd_logsyms.h)
- getLogStartTime(DpNotifStream) - Method in interface com.tailf.dp.DpNotifReplayCallback
-
The callback is called by ConfD/NCS to find out the log's current start
time, relevant for replay requests.
- getLongDataBackstore() - Method in class com.tailf.conf.ConfDecimal64
-
- getLow() - Method in class com.tailf.maapi.MaapiSchemas.CSStringLength
-
- getLow() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeRange
-
- getMaapi() - Method in class com.tailf.navu.NavuContextBase
-
Getter for MAAPI
- getMaapiHandle() - Method in class com.tailf.navu.NavuContextBase
-
Getter for MAAPI transaction handle.
- getMaapiReadOnlyHandle() - Method in class com.tailf.navu.NavuContextBase
-
Deprecated.
- getMask() - Method in class com.tailf.maapi.MaapiSchemas.CSBit
-
- getMaskLength() - Method in class com.tailf.conf.ConfIPAndPrefixLen
-
- getMaskLength() - Method in class com.tailf.conf.ConfIPPrefix
-
- getMaskLength() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
-
- getMaskLength() - Method in class com.tailf.conf.ConfIPv4Prefix
-
- getMaskLength() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
-
- getMaskLength() - Method in class com.tailf.conf.ConfIPv6Prefix
-
- getMaxOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
get MaxOccurs for the node
- getMaxOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
get MaxOccurs for the node
- getMessage() - Method in class com.tailf.conf.ConfWarning
-
- getMessage() - Method in class com.tailf.notif.AuditNotification
-
Message
- getMessage() - Method in class com.tailf.notif.CommitProgressNotification
-
- getMessage() - Method in class com.tailf.notif.SyslogNotification
-
Syslog Message
- getMetaData() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
get meta data for this node.
- getMethod() - Method in class com.tailf.dp.DpAuthContext
-
The method string gives the authentication method used, as follows:
- getMicro() - Method in class com.tailf.conf.ConfDatetime
-
- getMicro() - Method in class com.tailf.conf.ConfDuration
-
- getMicro() - Method in class com.tailf.conf.ConfTime
-
- getMin() - Method in class com.tailf.conf.ConfDatetime
-
- getMin() - Method in class com.tailf.conf.ConfDuration
-
- getMin() - Method in class com.tailf.conf.ConfTime
-
- getMinOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
get MinOccurs for the choice
- getMinOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
get MinOccurs for the node
- getMinOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
get MinOccurs for the node
- getMode() - Method in class com.tailf.dp.DpTrans
-
The mode.
- getModifications(int, EnumSet<CdbGetModificationFlag>, ConfPath) - Method in class com.tailf.cdb.CdbSubscription
-
Retrieve changes that caused by subscription notification.
- getModifications(int, CdbGetModificationFlag, ConfPath) - Method in class com.tailf.cdb.CdbSubscription
-
Deprecated.
- getModifications(int, EnumSet<CdbGetModificationFlag>, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
-
Retrieve changes that caused by subscription notification.
- getModifications(int, CdbGetModificationFlag, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
-
Deprecated.
- getModifications(EnumSet<CdbGetModificationFlag>) - Method in class com.tailf.cdb.CdbSubscription
-
Retrieve changes that caused by subscription notification.
- getModifications(CdbGetModificationFlag) - Method in class com.tailf.cdb.CdbSubscription
-
Deprecated.
- getModificationsCLI(int, int) - Method in class com.tailf.cdb.CdbSubscription
-
CLI string that corresponds to the changes that triggered subscription.
- getModificationsCLI(int) - Method in class com.tailf.cdb.CdbSubscription
-
Return a string with the CLI commands that corresponds to the
changes that triggered subscription.
- getMonth() - Method in class com.tailf.conf.ConfDate
-
- getMonth() - Method in class com.tailf.conf.ConfDatetime
-
- getMonth() - Method in class com.tailf.conf.ConfDuration
-
- getMyUserSession() - Method in class com.tailf.maapi.Maapi
-
Returns the usid associated with this Maapi
- getName() - Method in class com.tailf.cdb.Cdb
-
Retrieve the name of this Cdb
socket.
- getName() - Method in class com.tailf.conf.ConfQname
-
- getName() - Method in class com.tailf.maapi.MaapiSchemas.CSBit
-
- getName() - Method in class com.tailf.maapi.MaapiSchemas.CSEnum
-
- getName() - Method in class com.tailf.maapi.MaapiSchemas.CSIdref
-
- getName() - Method in class com.tailf.maapi.MaapiSchemas.CSNamedType
-
get the type name
- getName() - Method in class com.tailf.navu.NavuAction
-
- getName() - Method in class com.tailf.navu.NavuChoice
-
Returns the choice name according to the Yang model.
- getName() - Method in class com.tailf.navu.NavuNode
-
Returns the name of this NavuNode.
- getName() - Method in class com.tailf.notif.SnmpaNotification.SnmpVar
-
- getName() - Method in class com.tailf.notif.SubagentNotification
-
Name of subagent.
- getNamedTypes() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
Get a Hashtable of all named types, the Hashtable has the type names
as keys represented as strings and the types as values represented as
CSType objects.
- getNanoServiceCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getNativeType() - Method in class com.tailf.maapi.MaapiSchemas.CSType
-
get native type represented by integer defined as static final int in
ConfObject
- getNavuNode(ConfPath) - Method in class com.tailf.navu.NavuAction
-
- getNavuNode(ConfPath) - Method in class com.tailf.navu.NavuNode
-
Retrieve a NavuNode based on the given absolute or relative
path.
- getNewValue() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
Retrieves the value of the affected node (if available).
- getNext(MaapiCursor) - Method in class com.tailf.maapi.Maapi
-
- getNode() - Method in class com.tailf.cdb.CdbTxId
-
Get the host node;
- getNode(ConfObject[], NavuContext) - Static method in class com.tailf.navu.KeyPath2NavuNode
-
- getNode(ConfPath, NavuContext) - Static method in class com.tailf.navu.KeyPath2NavuNode
-
- getNode() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
Returns the
NavuNode
that represents the current
node in the iteration.
- getNode() - Method in class com.tailf.navu.NavuXPathContext
-
Get current NavuNode
- getNodeId() - Method in class com.tailf.conf.ConfHaNode
-
Get the nodeid which is the identity of the HA node
- getNodeInfo() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Retrieves the node information
- getNodes() - Method in class com.tailf.ha.HaStatus
-
Get the array of slaves for a MASTER HA node, the MASTER node for a
SLAVE HA node, or the MASTER and the "sub-slaves" for a SLAVE_RELAY
HA node.
- getNodes() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
-
get List of the nodes defined in this Case.
- getNotificationType() - Method in class com.tailf.notif.Notification
-
- getNotifStream() - Method in class com.tailf.dp.DpNotifReplayThread
-
The Notification stream.
- getNotifType() - Method in class com.tailf.navu.IterationEntry
-
Deprecated.
- getNotifType() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
Return the current notification for this
subscription change set.
- getNotifyName() - Method in class com.tailf.dp.DpSnmpNotifier
-
The notify_init.xml notify name.
- getNR() - Method in class com.tailf.maapi.MaapiRollback
-
- getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
-
get namespace represented as string
- getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
get namespace represented as string
- getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSIdref
-
- getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
get namespace represented as string
- getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
Get Namespace string.
- getNSHash() - Method in class com.tailf.conf.ConfIdentityRef
-
- getNSHash() - Method in class com.tailf.conf.ConfTag
-
- getNSHash() - Method in class com.tailf.conf.ConfXMLParam
-
Returns the namespce hash for this parameter.
- getNSHash() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
-
get namespace represented as hash value
- getNSHash() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
get namespace represented as hash value
- getNSHash() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Retrieves the namespace represented as hash value
- getNSHash() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
Get Namespace hashvalue
- getNsList() - Method in class com.tailf.dp.Dp
-
Get a list of the installed namespaces.
- getNsList() - Method in class com.tailf.dp.DpTrans
-
Returns the namespace list stored by the data provider.
- getNsList() - Method in class com.tailf.maapi.Maapi
-
Get a list of the installed namespaces retrieved from the loaded
MaapiSchemas
.
- getNsList() - Method in class com.tailf.navu.NavuContextBase
-
- getNumberOfInstances(ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Returns the number of elements of a container type.
- getNumberOfInstances(String, Object...) - Method in class com.tailf.cdb.CdbSession
-
- getNumberOfInstances(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Return the number of instances in a list.
- getNumberOfInstances(int, ConfPath) - Method in class com.tailf.maapi.Maapi
-
- getNumGroups() - Method in class com.tailf.dp.DpAuthContext
-
If success is true, the AAA authentication succeeded, ngroups is the
number of groups that will be assigned to the user at login.
- getNumVariables() - Method in class com.tailf.notif.SnmpaNotification
-
size of vbinds
- getObject(int, String, Object...) - Method in class com.tailf.cdb.CdbSession
-
In some cases it can be motivated to read multiple values in one request
- this will be more efficient since it only incurs a single round trip to
the server, but usage is a bit more complex.
- getObject(int, ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Same functionality as getObject(numOfObjects, fmt, arguments) but takes a
already constructed ConfPath object as argument instead of fmt,
arguments.
- getObject() - Method in class com.tailf.conf.ConfCLIToken
-
- getObject(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- getObject(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
-
The purpose of the callback is to return an array of values,
corresponding to a complete list entry in one swoop.
- getObject(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
This reads a container object or a list entry object from the path in fmt
and returns the result.
- getObject() - Method in class com.tailf.proto.ConfEBinary
-
Get the java Object from the binary.
- getObjects(int, int, int, String, Object...) - Method in class com.tailf.cdb.CdbSession
-
Similar to cdb.getObject(), but reads multiple instances of a dynamic
container based on the "instance integer" otherwise given within square
brackets in the path - here the path must specify the dynamic container
without the instance integer.
- getObjects(int, int, int, ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Same functionality as getObjects(numOfObjects, instance, fmt, arguments)
but takes a already constructed ConfPath object as argument instead of
fmt, arguments.
- getObjects(MaapiCursor, int, int) - Method in class com.tailf.maapi.Maapi
-
Get several list instances with one request.
- getOID() - Method in class com.tailf.conf.SnmpVarbind
-
- getOID() - Method in class com.tailf.notif.SnmpaNotification.SnmpVar
-
- getOldValue() - Method in interface com.tailf.navu.NavuCdbSubscriptionConfigContext
-
Deprecated.
Retrieves the old value (if available) or null
- getOldValue() - Method in class com.tailf.navu.NavuLeaf
-
- getOpaque() - Method in exception com.tailf.conf.ConfException
-
- getOpaque() - Method in class com.tailf.dp.DpTrans
-
If the tailf:opaque substatement has been used with the tailf:callpoint
statement in the data model, the argument string is made available to
the callbacks via this method
- getOpaque() - Method in class com.tailf.maapi.MaapiSchemas.CSType
-
Get Opaque object used internally by validation methods
- getOperation() - Method in class com.tailf.dp.DpAccumulate
-
The op has one of the values: SET_ELEM
, CREATE
,
REMOVE
- getOperFlag() - Method in class com.tailf.navu.IterationEntry
-
Deprecated.
Returns the oper flag associated with the last completed iteration.
- getOperFlag() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
- getOrdinalValue() - Method in class com.tailf.conf.ConfEnumeration
-
Get the ordinal value (integer value) for this enumeration.
- getParamIndexes() - Method in class com.tailf.navu.NavuParser
-
- getParent() - Method in class com.tailf.navu.NavuAction
-
- getParent() - Method in class com.tailf.navu.NavuLeaf
-
- getParent() - Method in class com.tailf.navu.NavuList
-
- getParent() - Method in class com.tailf.navu.NavuNode
-
Returns the parent of the node.
- getParentChoice() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
-
get the parent choice defining this case.
- getParentNode() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
get parent node for the choice.
- getParentNode() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Retrieves the parent node for this node
- getParentType() - Method in class com.tailf.maapi.MaapiSchemas.CSType
-
get parent type if this is not an native type
- getPath() - Method in class com.tailf.conf.ConfWarning
-
- getPath() - Method in class com.tailf.maapi.MaapiCursor
-
- getPatternType() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
-
- getPDUType() - Method in class com.tailf.notif.SnmpaNotification
-
- getPhase() - Method in class com.tailf.cdb.Cdb
-
Returns the start-phase CDB database is currently in.
- getPort() - Method in class com.tailf.conf.ConfUserInfo
-
Get user session port
- getPort() - Method in class com.tailf.notif.CommitFailedNotification
-
- getPort() - Method in class com.tailf.notif.SnmpaNotification
-
- getPos() - Method in class com.tailf.proto.ConfInputStream
-
Get the current position in the stream.
- getPos() - Method in class com.tailf.proto.ConfOutputStream
-
Get the current position in the stream.
- getPrefix() - Method in class com.tailf.conf.ConfQname
-
- getPrefix() - Method in class com.tailf.conf.ConfTag
-
- getPrefix() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
Get Namespace prefix string
- getPrev() - Method in class com.tailf.maapi.MaapiCursor
-
- getPreviousCase() - Method in class com.tailf.navu.NavuChoice
-
Returns the previous case of the choice.
- getPrio() - Method in class com.tailf.notif.SyslogNotification
-
Priority (from syslog.h)
- getProto() - Method in class com.tailf.conf.ConfUserInfo
-
Get User session protocol type
- getProtocol() - Method in class com.tailf.dp.DpUserInfo
-
Get User session protocol type
- getQName() - Method in class com.tailf.maapi.MaapiSchemas.CSIdref
-
Return the string "prefix:name"
of a identity
- getQRef() - Method in class com.tailf.dp.DpDbContext
-
- getQRef() - Method in class com.tailf.dp.DpNotifStream
-
last qref
- getRawAddress() - Method in class com.tailf.conf.ConfIP
-
- getRawAddress() - Method in class com.tailf.conf.ConfIPAndPrefixLen
-
- getRawAddress() - Method in class com.tailf.conf.ConfIPPrefix
-
- getRawAddress() - Method in class com.tailf.conf.ConfIPv4
-
- getRawAddress() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
-
- getRawAddress() - Method in class com.tailf.conf.ConfIPv4Prefix
-
- getRawAddress() - Method in class com.tailf.conf.ConfIPv6
-
- getRawAddress() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
-
- getRawAddress() - Method in class com.tailf.conf.ConfIPv6Prefix
-
- getReadConfSession() - Method in class com.tailf.navu.NavuContextBase
-
- getReadOnlyMaapi() - Method in class com.tailf.navu.NavuContextBase
-
Deprecated.
- getReadOperSession() - Method in class com.tailf.navu.NavuContextBase
-
- getReason() - Method in class com.tailf.dp.DpAuthContext
-
If success is false, the AAA authentication failed, reason is a
explanatory string reason.
- getReason() - Method in class com.tailf.maapi.MaapiAuthentication
-
- getReplayCb() - Method in class com.tailf.dp.DpNotifStream
-
The replay callback
- getRequestId() - Method in class com.tailf.notif.SnmpaNotification
-
- getRevision() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
Get schema revision
- getRootCdb() - Method in class com.tailf.navu.SessionContainer
-
- getRootNode() - Method in interface com.tailf.dp.services.ServiceContext
-
Returns the path root as a NavuNode with the
NavuContext attached to the ongoing Maapi transaction.
- getRootNode() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
Get first Schema root node.
- getRootNS() - Method in class com.tailf.navu.NavuAction
-
Returns the root namespace of the topmost ancestor.
- getRootNS() - Method in class com.tailf.navu.NavuContainer
-
- getRootNS() - Method in class com.tailf.navu.NavuLeaf
-
- getRootNS() - Method in class com.tailf.navu.NavuNode
-
Returns the root namespace of the topmost ancestor.
- getRowIndex() - Method in class com.tailf.conf.SnmpVarbind
-
- getRowIndex() - Method in class com.tailf.notif.SnmpaNotification.SnmpVar
-
- getRunningDbStatus() - Method in class com.tailf.maapi.Maapi
-
Query ConfD/NCS for its consistency state.
- getS1() - Method in class com.tailf.cdb.CdbTxId
-
Get the s1 part of timestamp
- getS2() - Method in class com.tailf.cdb.CdbTxId
-
Get the s2 part of timestamp
- getS3() - Method in class com.tailf.cdb.CdbTxId
-
Get the s3 part of timestamp
- getSchemas() - Static method in class com.tailf.maapi.Maapi
-
Returns the currently loaded schema.
- getSec() - Method in class com.tailf.conf.ConfDatetime
-
- getSec() - Method in class com.tailf.conf.ConfDuration
-
- getSec() - Method in class com.tailf.conf.ConfTime
-
- getSecondaryIndex() - Method in class com.tailf.dp.DpTrans
-
Secondary index.
- getSecondaryIndex() - Method in class com.tailf.maapi.MaapiCursor
-
Return the name of the specified secondary index (if any).
- getSelectCaseAsNavuChoice(String) - Method in class com.tailf.navu.NavuContainer
-
Returns a collection of the "toplevel" choice elements of
the a current selected case.
- getSelectCaseAsNavuNode(String) - Method in class com.tailf.navu.NavuContainer
-
Returns a collection of the "toplevel" node elements of
the a current selected case.
- getSelectedCase() - Method in class com.tailf.navu.NavuChoice
-
Returns the current case.
- getSelectedCase(String) - Method in class com.tailf.navu.NavuContainer
-
Returns the selected cases of a given choice.
- getSelectionKey() - Method in class com.tailf.cdb.Cdb
-
Deprecated.
- getSelector() - Method in class com.tailf.cdb.Cdb
-
Deprecated.
- getServiceCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.ServiceCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getServiceNode() - Method in interface com.tailf.dp.services.ServiceContext
-
Returns the current service path as a NavuNode with the
NavuContext attached to the ongoing Maapi transaction.
- getServicePoint() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
Retrieve the callback servicepoint
- getServicePoint() - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
-
Retrieve the callback servicepoint
- getServicePointMaapi() - Method in class com.tailf.dp.Dp
-
- getSession(Cdb, CdbDBType, EnumSet<CdbLockType>) - Method in interface com.tailf.navu.NavuCdbSessionPoolable
-
Returns a Cdb session to dbType
datastore with
the locks locks
associated with the given Cdb.
- getSessionFlags() - Method in class com.tailf.maapi.MaapiUserSession
-
Get User session protocol
- getShallowType() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
get shallowtype represented as final static int in
ConfObject
- getSibling(long) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Retrieves sibling with specified tag or null
if no sibling exists.
- getSiblings() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
-
get List of sibling cases for this case.
- getSiblings() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
get List of sibling choices with the same parent node.
- getSiblings() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Retrieves siblings for this node as List or null
if no siblings exists.
- getSnmp_v3_ctx() - Method in class com.tailf.conf.ConfUserInfo
-
Get snmp v3 context
- getSnmpInformResponseCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getSnmpV3Context() - Method in class com.tailf.maapi.MaapiUserSession
-
Get snmpv3 context if available
- getSnmpVar() - Method in class com.tailf.notif.SnmpaNotification.Varbind
-
- getSocket() - Method in class com.tailf.cdb.Cdb
-
Retrieve the underlying socket used by this Cdb
instance
- getSocket(Object) - Static method in class com.tailf.conf.SocketFactory
-
Retrieve a socket which is connected to the default host/port.
- getSocket(Object, Socket) - Static method in class com.tailf.conf.SocketFactory
-
Retrieve a connected socket using a connected socket as basis.
- getSocket(Object, String, int) - Static method in class com.tailf.conf.SocketFactory
-
Retrieve a connected socket to a specified destination
If the default host/port is not set, it will be set to the same as
the given socket.
- getSocket(Object, InetAddress, int) - Static method in class com.tailf.conf.SocketFactory
-
Retrieve a connected socket to a specified destination
If the default host/port is not set, it will be set to the same as
the given socket.
- getSocket(Object, Socket) - Method in interface com.tailf.conf.SocketFactoryCallback
-
Retrieve a connected socket using a connected socket as basis.
- getSocket(Object, String, int) - Method in interface com.tailf.conf.SocketFactoryCallback
-
Retrieve a connected socket to a specified destination
- getSocket(Object, InetAddress, int) - Method in interface com.tailf.conf.SocketFactoryCallback
-
Retrieve a connected socket to a specified destination
- getSocket() - Method in class com.tailf.dp.DpNotifStream
-
The worker socket which is connected to ConfD/NCS.
- getSocket() - Method in class com.tailf.dp.DpSnmpNotifier
-
The worker socket which is connected to ConfD/NCS.
- getSocket() - Method in class com.tailf.dp.DpTrans
-
Return the worker socket socket
.
- getSocket() - Method in class com.tailf.maapi.Maapi
-
- getSocketChannel() - Method in class com.tailf.cdb.Cdb
-
Deprecated.
- getSocketFactoryCb() - Static method in class com.tailf.conf.SocketFactory
-
Retrieve the SocketFactoryCallback.
- getSpecificTrap() - Method in class com.tailf.notif.SnmpaNotification.TrapInfo
-
- getStart() - Method in class com.tailf.dp.DpNotifReplayThread
-
- getStartTime() - Method in class com.tailf.notif.NotificationCfg
-
- getState() - Method in interface com.tailf.dp.services.NanoServiceContext
-
- getStop() - Method in class com.tailf.dp.DpNotifReplayThread
-
- getStopTime() - Method in class com.tailf.notif.NotificationCfg
-
- getStreamEventType() - Method in class com.tailf.notif.StreamNotification
-
Stream event type.
- getStreamName() - Method in class com.tailf.dp.DpNotifStream
-
- getStreamName() - Method in class com.tailf.notif.NotificationCfg
-
- getStringByValue(ConfPath, ConfValue) - Static method in class com.tailf.conf.ConfValue
-
Get the string representation of a ConfValue at a given
position in the schema.
- getStringByValue(String, ConfValue) - Static method in class com.tailf.conf.ConfValue
-
Get the string representation of a ConfValue at a given
position in the schema.
- getSubAgentInfoType() - Method in class com.tailf.notif.SubagentNotification
-
- getSubId() - Method in class com.tailf.dp.DpNotifStream
-
last subid.
- getSubscriptionFlags() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
Return the current CdbSubscriptionFlagType flags for this
subscription change set.
- getSuperType() - Method in class com.tailf.maapi.MaapiSchemas.CSType
-
- getTag() - Method in class com.tailf.conf.ConfIdentityRef
-
- getTag() - Method in class com.tailf.conf.ConfTag
-
- getTag() - Method in class com.tailf.conf.ConfXMLParam
-
Returns the tag for this parameter.
- getTag() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
-
get case tag represented as string
- getTag() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
get choice tag represented as string
- getTag() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Retrieves the node tag represented as string
- getTagHash() - Method in class com.tailf.conf.ConfIdentityRef
-
- getTagHash() - Method in class com.tailf.conf.ConfTag
-
- getTagHash() - Method in class com.tailf.conf.ConfXMLParam
-
Returns the hash tag for this parameter.
- getTagHash() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
-
get case tag represented as hash value
- getTagHash() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
get choice tag represented as hash value
- getTagHash() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Retrieves the node tag represented as hash value
- getTarget() - Method in class com.tailf.notif.ForwardNotification
-
target name in confd.conf
- getTextPattern() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
-
- getTid() - Method in class com.tailf.maapi.MaapiCursor
-
- getTimeout() - Method in class com.tailf.dp.NextObjectArrayList
-
This method is used by the library to read the timeout value pertaining
to the objects in this instance.
- getTimeout() - Method in interface com.tailf.dp.NextObjectList
-
This method is used by the library to read the timeout value (in
milliseconds) pertaining to the objects in this List instance.
- getTimeout() - Method in class com.tailf.notif.ConfirmNotification
-
timeout time in seconds timeout is > 0 when type is
CONFD_CONFIRMED_COMMIT, otherwise it is 0
- getTimestamp() - Method in class com.tailf.notif.CommitQueueProgressNotification
-
- getTimestamp() - Method in class com.tailf.notif.SnmpaNotification.TrapInfo
-
- getTimezone() - Method in class com.tailf.conf.ConfDate
-
- getTimezone() - Method in class com.tailf.conf.ConfDatetime
-
- getTimezone() - Method in class com.tailf.conf.ConfTime
-
- getTimezoneMinutes() - Method in class com.tailf.conf.ConfDate
-
- getTimezoneMinutes() - Method in class com.tailf.conf.ConfDatetime
-
- getTimezoneMinutes() - Method in class com.tailf.conf.ConfTime
-
- getTransaction() - Method in class com.tailf.dp.DpTrans
-
Return the current transaction handle.
- getTransaction() - Method in class com.tailf.notif.CommitDiffNotification
-
Transaction handle
- getTransaction() - Method in class com.tailf.notif.CommitProgressNotification
-
transaction handle
- getTransaction() - Method in class com.tailf.notif.SnmpaNotification
-
- getTransactionUserOpaque() - Method in class com.tailf.dp.DpTrans
-
Get method for User owned opaque data.
- getTransCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.TransCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getTransientDevices() - Method in class com.tailf.notif.CommitQueueProgressNotification
-
- getTransValidateCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.TransValidateCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getTrapInfo() - Method in class com.tailf.notif.SnmpaNotification
-
- getTxId() - Method in class com.tailf.cdb.Cdb
-
Returns a CdbTxid object which represents the last transaction
id from CDB.
- getType(long) - Static method in enum com.tailf.conf.ConfAttributeType
-
Get a ConfAttributeType for given long value or
null if the long value does not represent a enum.
- getType() - Method in class com.tailf.conf.ConfTypeDescriptor
-
- getType() - Method in class com.tailf.conf.SnmpVarbind
-
- getType(int) - Static method in enum com.tailf.dp.AuthorizationOperCheck
-
Get a AuthorizationOperationCheck for given int value or
null if the int value does not represent a enum.
- getType(int) - Static method in enum com.tailf.dp.AuthorizationResult
-
Get a DpAuthorizationResult for given int value or
null if the int value does not represent a enum.
- getType() - Method in class com.tailf.maapi.MaapiSchemas.CSNamedType
-
get the type represented by an instance of CSType
- getType() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
get type for the node
- getType() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
get type for the node
- getType() - Method in class com.tailf.notif.SnmpaNotification.Varbind
-
- getUnconnectedSocket(Object) - Static method in class com.tailf.conf.SocketFactory
-
Retrieve an unconnected socket.
- getUnconnectedSocket(Object) - Method in interface com.tailf.conf.SocketFactoryCallback
-
Retrieve an unconnected socket.
- getUpgradeType() - Method in class com.tailf.notif.UpgradeNotification
-
- getUri() - Method in class com.tailf.conf.ConfIdentityRef
-
- getURI() - Method in class com.tailf.conf.ConfTag
-
- getURI() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
Get Schema uri string
- getUser() - Method in class com.tailf.maapi.MaapiUserSession
-
Get user name
- getUser() - Method in class com.tailf.notif.AuditNotification
-
User name
- getUserId() - Method in class com.tailf.dp.DpUserInfo
-
Get user session id
- getUserId() - Method in class com.tailf.maapi.MaapiUserSession
-
Get user session id
- getUserId() - Method in class com.tailf.notif.AuditNotification
-
Usid session id
- getUserId() - Method in class com.tailf.notif.CommitProgressNotification
-
user session id
- getUserInfo(int) - Method in class com.tailf.dp.Dp
-
Retrieves the user information.
- getUserInfo() - Method in class com.tailf.dp.DpAuthContext
-
The uinfo contains an instance of DpUserInfo with details about the user
logging in, specifically user name, password (if used), source IP
address, context, and protocol.
- getUserInfo() - Method in class com.tailf.dp.DpAuthorizationContext
-
The uinfo contains an instance of DpUserInfo with details about the user
logging in, specifically user name, password (if used), source IP
address, context, and protocol.
- getUserInfo() - Method in class com.tailf.dp.DpDbContext
-
- getUserInfo() - Method in class com.tailf.dp.DpTrans
-
The user information.
- getUserInfo() - Method in class com.tailf.notif.CommitDiffNotification
-
User information
- getUserInfo() - Method in class com.tailf.notif.CommitFailedNotification
-
User information
- getUserInfo() - Method in class com.tailf.notif.CommitNotification
-
User information
- getUserInfo() - Method in class com.tailf.notif.ConfirmNotification
-
User information
- getUserInfo() - Method in class com.tailf.notif.ForwardNotification
-
User information
- getUserInfo() - Method in class com.tailf.notif.UserSessNotification
-
User information.
- getUsername() - Method in class com.tailf.conf.ConfUserInfo
-
Get user name
- getUserName() - Method in class com.tailf.dp.DpUserInfo
-
Get user name
- getUserSession() - Method in class com.tailf.cdb.CdbSubscription
-
- getUserSession(int) - Method in class com.tailf.maapi.Maapi
-
- getUserSession() - Method in class com.tailf.navu.NavuContainer
-
Get the current Maapi user session if this container context uses
Maapi.
- getUserSessions() - Method in class com.tailf.maapi.Maapi
-
Return all user sessions id's currently connected to ConfD/NCS.
- getUserSessionType() - Method in class com.tailf.notif.UserSessNotification
-
- getUsid() - Method in class com.tailf.conf.ConfUserInfo
-
Get user session id
- getUsid() - Method in class com.tailf.notif.NotificationCfg
-
- getValidateCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.ValidateCallbackProxy
-
Get array of proxy objects from registered POJO callback.
- getValidationUserOpaque() - Method in class com.tailf.dp.DpValidateTrans
-
Get method for user owned opaque data.
- getValue() - Method in enum com.tailf.cdb.CdbDBType
-
- getValue() - Method in enum com.tailf.cdb.CdbGetModificationFlag
-
- getValue() - Method in enum com.tailf.cdb.CdbLockType
-
- getValue() - Method in enum com.tailf.cdb.CdbNotificationType
-
- getValue() - Method in enum com.tailf.cdb.CdbSubscrConfigFlag
-
- getValue() - Method in enum com.tailf.cdb.CdbSubscriptionFlagType
-
- getValue() - Method in enum com.tailf.cdb.CdbSubscriptionSyncType
-
- getValue() - Method in enum com.tailf.cdb.CdbSubscriptionType
-
- getValue() - Method in enum com.tailf.conf.ConfAttributeType
-
Get the long value representation of this attribute type
- getValue() - Method in class com.tailf.conf.ConfCLIToken
-
- getValue() - Method in enum com.tailf.conf.ConfFindNextType
-
get the ordinal value for the enumeration
- getValue() - Method in enum com.tailf.conf.ConfIterateFlags
-
- getValue() - Method in enum com.tailf.conf.ConfIterateResultFlag
-
- getValue() - Method in class com.tailf.conf.ConfXMLParam
-
Returns the value for this parameter.
- getValue() - Method in enum com.tailf.conf.DiffIterateFlags
-
- getValue() - Method in enum com.tailf.conf.DiffIterateOperFlag
-
- getValue() - Method in enum com.tailf.conf.DiffIterateResultFlag
-
- getValue() - Method in enum com.tailf.conf.ErrorCode
-
- getValue() - Method in class com.tailf.conf.SnmpVarbind
-
- getValue() - Method in enum com.tailf.dp.AuthorizationOperCheck
-
Get the int value representation of this authorization operation check
- getValue() - Method in enum com.tailf.dp.AuthorizationResult
-
Get the int value representation of this authorization result
- getValue() - Method in class com.tailf.dp.DpAccumulate
-
The value to be set if op is SET_ELEM
- getValue() - Method in enum com.tailf.dp.proto.ActionCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.AuthCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.AuthorizationCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.DataCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.DBCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.NanoServiceCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.ServiceCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.SnmpInformResponseCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.TransCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.TransValidateCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.dp.proto.ValidateCBType
-
get integer value for enum
- getValue() - Method in enum com.tailf.ha.HaOrderType
-
Get integer value representing this enum
- getValue() - Method in enum com.tailf.ha.HaStateType
-
Get the integer value represented by this enum value.
- getValue() - Method in enum com.tailf.maapi.CLIInteractionFlag
-
- getValue() - Method in enum com.tailf.maapi.MaapiConfigFlag
-
- getValue() - Method in enum com.tailf.maapi.MaapiFlag
-
- getValue() - Method in class com.tailf.maapi.MaapiSchemas.CSEnum
-
- getValue() - Method in enum com.tailf.maapi.MaapiSchemas.CSShallowType
-
- getValue() - Method in enum com.tailf.maapi.MaapiUserSessionFlag
-
- getValue() - Method in enum com.tailf.maapi.MoveWhereFlag
-
- getValue() - Method in enum com.tailf.maapi.XPathNodeIterateResultFlag
-
- getValue() - Method in class com.tailf.navu.NavuXPathContext
-
get NavuNode value if applicable
- getValue() - Method in enum com.tailf.notif.NotificationType
-
- getValue() - Method in class com.tailf.notif.SnmpaNotification.Varbind
-
- getValueByString(ConfPath, String) - Static method in class com.tailf.conf.ConfValue
-
Get a ConfValue representation a string at a given
position in the schema.
- getValueByString(String, String) - Static method in class com.tailf.conf.ConfValue
-
Get a ConfValue representation a string at a given
position in the schema.
- getValues(ConfXMLParam[], String, Object...) - Method in class com.tailf.cdb.CdbSession
-
Read an arbitrary set of sub-elements of a container element.
- getValues(ConfXMLParam[], ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Same functionality as getValues(params, fmt, arguments) but takes a
already constructed ConfPath object as argument instead of fmt,
arguments.
- getValues(int, T, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Read an arbitrary set of sub-elements of a container element.
- getValues(int, T, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Read an arbitrary set of sub-elements of a container element.
- getValues(int, T[], String, Object...) - Method in class com.tailf.maapi.Maapi
-
Read an arbitrary set of sub-elements of a container element.
- getValues(int, T[], ConfPath) - Method in class com.tailf.maapi.Maapi
-
Read an arbitrary set of sub-elements of a container element.
- getValues(String) - Method in class com.tailf.navu.NavuAction
-
Invokes or call an action defined in the data model (see
tailf_yang_extensions(5)
).
- getValues(ConfXMLParam[]) - Method in class com.tailf.navu.NavuAction
-
Invokes or call an action defined in the data model (see
tailf_yang_extensions(5)
).
- getValues(String) - Method in class com.tailf.navu.NavuLeaf
-
- getValues(ConfXMLParam[]) - Method in class com.tailf.navu.NavuNode
-
Read an arbitrary set of sub-elements from this NavuNode
.
- getValues(String) - Method in class com.tailf.navu.NavuNode
-
Read an arbitrary set of sub-elements of a container element.
- getValues() - Method in class com.tailf.notif.StreamNotification
-
- getVarBinds() - Method in class com.tailf.notif.SnmpaNotification
-
- getVariable() - Method in class com.tailf.conf.SnmpVarbind
-
- getVarType() - Method in class com.tailf.notif.SnmpaNotification.Varbind
-
- getVia() - Method in class com.tailf.maapi.MaapiRollback
-
- getWarnings() - Method in exception com.tailf.conf.ConfWarningException
-
- getWarnings() - Method in exception com.tailf.maapi.MaapiWarningException
-
- getWidth() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeBits
-
- getWorkerPool() - Method in class com.tailf.dp.Dp
-
Get current WorkerThreadPool
- getWorkerSocket() - Method in class com.tailf.dp.DpTrans
-
- getWriteOperSession() - Method in class com.tailf.navu.NavuContextBase
-
- getXml(String) - Method in class com.tailf.navu.NavuList
-
Read an arbitrary set of sub-elements of a container element.
- getXml(String) - Method in class com.tailf.navu.NavuNode
-
Deprecated.
- getXPathFilter() - Method in class com.tailf.notif.NotificationCfg
-
- getYear() - Method in class com.tailf.conf.ConfDate
-
- getYear() - Method in class com.tailf.conf.ConfDatetime
-
- getYear() - Method in class com.tailf.conf.ConfDuration
-
- GZIP - Static variable in class com.tailf.util.Base64
-
Specify that data should be gzip-compressed.
- IA_CLIENT_HA - Static variable in class com.tailf.ha.Ha
-
- IA_CLIENT_MAAPI - Static variable in class com.tailf.maapi.Maapi
-
- id() - Method in class com.tailf.conf.ConfNamespace
-
- id() - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
-
- id() - Method in interface com.tailf.dp.DpSnmpInformResponseCallback
-
The id of the SNMP inform callback.
- id() - Method in class com.tailf.maapi.MaapiSchemaNS
-
- id() - Method in class com.tailf.proto.ConfEPid
-
Get the id number from the pid.
- id() - Method in class com.tailf.proto.ConfERef
-
Get the id number from the ref.
- ids() - Method in class com.tailf.proto.ConfERef
-
Get the array of id numbers from the ref.
- IllegalParentNavuNodeException - Exception in com.tailf.navu
-
- index(ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Returns the position of a key
- index(String, Object...) - Method in class com.tailf.cdb.CdbSession
-
- info(NavuNode, String, ConfIdentityRef) - Static method in class com.tailf.dp.services.ServiceLog
-
Write service log entry with level info.
- init(DpActionTrans) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
-
- init(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
-
- init(DpTrans) - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
-
- init(DpActionTrans) - Method in interface com.tailf.dp.DpActionCallback
-
Similar to the init() callback for external data bases.
- init(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
-
The callback must indicate which WORKER_SOCKET
should be used for future communications in this transaction.
- init(DpTrans) - Method in interface com.tailf.dp.DpTransValidateCallback
-
- initCauseMessage(Throwable) - Method in class com.tailf.conf.ErrorMessageFormatter
-
Compose a exception message from the top and initial cause messages.
- initUpgrade(int, int) - Method in class com.tailf.maapi.Maapi
-
Note, This method is only applicable for Confd.
- insert(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
- insert(int, boolean, String, Object...) - Method in class com.tailf.maapi.Maapi
-
This function inserts a new element in an ordered list of elements.
- insert(ConfKey, boolean) - Method in class com.tailf.navu.NavuList
-
Inserts an element into a list using Maapi.insert().
- InstancePath - Class in com.tailf.conf
-
Class Representing an path.
- InstancePath(ConfEBinary) - Constructor for class com.tailf.conf.InstancePath
-
Initialize a ConfPath.
- InstancePath(ConfEList) - Constructor for class com.tailf.conf.InstancePath
-
Initialize a ConfPath.
- InstancePath(ConfObject[]) - Constructor for class com.tailf.conf.InstancePath
-
Initializes a new instance of this class from a given
reverted ConfObject[] keypath where elements
is either ConfTag
or
ConfKey
.
- InternalSAXException - Exception in com.tailf.navu
-
- InternalSAXException(String, Stack<MaapiSchemas.CSNode>) - Constructor for exception com.tailf.navu.InternalSAXException
-
- intTag - Static variable in class com.tailf.proto.ConfExternal
-
The tag used for integers
- intValue() - Method in class com.tailf.conf.ConfBit32
-
- intValue() - Method in class com.tailf.conf.ConfDecimal64
-
- intValue() - Method in class com.tailf.conf.ConfInt32
-
- intValue() - Method in class com.tailf.conf.ConfXMLTagH
-
- intValue() - Method in class com.tailf.proto.ConfELong
-
Get this number as an int.
- intWrite(Socket, int, int, int) - Static method in class com.tailf.conf.ConfInternal
-
Writes an integer op, a thandle, and a single integer argument to
ConfD/NCS.
- invocationTargetCheck(InvocationTargetException) - Static method in class com.tailf.dp.annotations.ProxyUtils
-
- isAction() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if a node is an action.
- isAction() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if a node is an action.
- isActionParam() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if a node is an action parameter node.
- isActionParam() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if a node is an action parameter node.
- isActionResult() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if a node is an action result node.
- isActionResult() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if a node is an action result node.
- isCandidateModified() - Method in class com.tailf.maapi.Maapi
-
Returns true if candidate has been modified, i.e if there are pending non
committed changes to the candidate data store.
- isCase() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if a node is top level of a case.
- isCase() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if a node is top level of a case.
- isCdb() - Method in class com.tailf.navu.NavuContextBase
-
- isCdb() - Method in class com.tailf.navu.NavuNodeInfo
-
- isCdbInitializedByCopy() - Method in class com.tailf.notif.HaNotification
-
- isCdbSession() - Method in class com.tailf.navu.NavuContextBase
-
- isChildNode() - Method in class com.tailf.navu.NavuNodeInfo
-
- isContainer() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if a node is a container node.
- isContainer() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if a node is a container node.
- isCurrentCase(MaapiSchemas.CSCase) - Method in class com.tailf.navu.NavuChoice
-
Checks if a given case is the currently selected case.
- isDefault(String, Object...) - Method in class com.tailf.cdb.CdbSession
-
- isDefault(ConfPath) - Method in class com.tailf.cdb.CdbSession
-
This method returns true for a leaf which has a default value defined
in the data model when no value has been set, i.e.
- isDiffAvailable() - Method in class com.tailf.notif.CommitNotification
-
Diff is available
- isDynamic() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
Check if Schema is dynamically lalala
- isEmpty() - Method in class com.tailf.navu.NavuChange
-
- isEmpty() - Method in class com.tailf.navu.NavuChoice
-
Checks if it is an empty choice.
- isEmpty() - Method in class com.tailf.navu.NavuContainer
-
Checks if the container has any members.
- isEmpty() - Method in class com.tailf.navu.NavuList
-
Checks if there are any elements in the list.
- isEmptyLeaf() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
- isEmptyLeaf() - Method in class com.tailf.navu.NavuNodeInfo
-
- isEncoding(String, byte[]) - Static method in class com.tailf.util.UTF8
-
- isHideInactive() - Method in class com.tailf.dp.DpTrans
-
hideInactive flag.
- isKey() - Method in class com.tailf.conf.InstancePath
-
- isKey() - Method in class com.tailf.navu.NavuLeaf
-
Returns true if this NavuLeaf is a key node.
- isLeaf() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if a node is a leaf node.
- isLeaf() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if a node is a leaf node.
- isLeafList() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if the node is a leaf-list node.
- isLeafList() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if the node is a leaf-list node.
- isLenient() - Method in class com.tailf.conf.ConfTag
-
- isList() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if a node is a list node.
- isList() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if a node is a list node.
- isListEntry() - Method in class com.tailf.navu.NavuNodeInfo
-
- isListInstance() - Method in class com.tailf.navu.NavuContainer
-
Returns true
if this NavuContainer
represents a list-entry
- isLockSet(int) - Method in class com.tailf.maapi.Maapi
-
This methods checks if a lock is taken or not.
- isMaapi() - Method in class com.tailf.navu.NavuContextBase
-
- isMember(ConfObject) - Method in class com.tailf.conf.ConfList
-
- isModule() - Method in class com.tailf.navu.NavuNodeInfo
-
- isNewRef() - Method in class com.tailf.proto.ConfERef
-
Determine whether this is a new style ref.
- isNodeNavuLocal() - Method in class com.tailf.navu.NavuList
-
- isNotif() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if the node is a notification
- isNotif() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if the node is a notification
- isOnline() - Method in class com.tailf.navu.NavuContextBase
-
- isOper() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
- isOper() - Method in class com.tailf.navu.NavuChoice
-
- isOper() - Method in class com.tailf.navu.NavuNodeInfo
-
- isRel() - Method in class com.tailf.conf.InstancePath
-
Check if this is a relative path.
- isRemoveValue() - Method in class com.tailf.conf.ConfAttributeValue
-
Check if the attribute is set to be removed
- isRootOfModules() - Method in class com.tailf.navu.NavuNodeInfo
-
- isRunning() - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Return true if this subscriber is running.
- isRunning() - Method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
- isRunningModified() - Method in class com.tailf.maapi.Maapi
-
Returns true if running has been modified since the last copy to startup,
false if it has not been modified.
- isStopped() - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Return true if this subscriber is stopped.
- isStopped() - Method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
- isSuccess() - Method in class com.tailf.dp.DpAuthContext
-
success is true if the user is accepted so far (before call of auth()
callback)
return boolean true if success
- isTimezoneSet() - Method in class com.tailf.conf.ConfDate
-
- isTimezoneSet() - Method in class com.tailf.conf.ConfDatetime
-
- isTimezoneSet() - Method in class com.tailf.conf.ConfTime
-
- isUTF8(byte[]) - Static method in class com.tailf.util.UTF8
-
- isValid() - Method in class com.tailf.maapi.MaapiAuthentication
-
- isWritable() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Checks if the node is writable.
- isWritable() - Method in class com.tailf.navu.NavuChoice
-
Checks if the node is writable.
- isWritable() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if the node is writable.
- isWritableAll() - Method in class com.tailf.navu.NavuChoice
-
Checks if the node is writable for all data.
- isWritableAll() - Method in class com.tailf.navu.NavuNodeInfo
-
Checks if the node is writable for all data.
- iterate(ConfObject[], DiffIterateOperFlag, ConfObject, ConfObject, ConfObject, ConfCLIToken[], Object) - Method in interface com.tailf.cdb.CdbCLIDiffIterate
-
This method used in CLIDiffIterate
method in
In addition to the standard iterate method a clistr
is also passed into this method.
- iterate(ConfObject[], DiffIterateOperFlag, ConfObject, ConfObject, Object) - Method in interface com.tailf.cdb.CdbDiffIterate
-
Iterate through a set of changes
- iterate(int, Object, EnumSet<ConfIterateFlags>, MaapiIterate, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Iterates through all the data in a transaction.
- iterate(ConfObject[], DiffIterateOperFlag, ConfObject, ConfObject, Object) - Method in interface com.tailf.maapi.MaapiDiffIterate
-
- iterate(ConfObject[], ConfObject, ConfAttributeValue[], Object) - Method in interface com.tailf.maapi.MaapiIterate
-
- iterate(NavuCdbSubscriptionConfigContext) - Method in interface com.tailf.navu.NavuCdbConfigDiffIterate
-
Deprecated.
This method will be called for each change entry in the
change set
- iterate(NavuCdbSubscriptionOperContext) - Method in interface com.tailf.navu.NavuCdbOperDiffIterate
-
Deprecated.
This method will be called for each change entry in the
change set
- iterate(ConfObject[], DiffIterateOperFlag, ConfObject, ConfObject, Object) - Method in class com.tailf.navu.NavuContainer
-
- iterate(NavuXPathContext) - Method in interface com.tailf.navu.NavuNodeSetIterate
-
This callback method is called for each iteration of a
xPathSelectIterate().
- IterateFlags - Annotation Type in com.tailf.conf
-
- IterationEntry - Class in com.tailf.navu
-
Deprecated.
- iterator(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- iterator(DpTrans, ConfObject[], ConfFindNextType, ConfKey) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- iterator(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
-
This callback makes it possible for ConfD/NCS to traverse a set of list
entries.
- iterator(DpTrans, ConfObject[], ConfFindNextType, ConfKey) - Method in interface com.tailf.dp.DpDataCallback
-
- iterator() - Method in class com.tailf.maapi.QueryResult
-
Retrieves an iterator from which one could iterate over the
result.
- iterator() - Method in class com.tailf.navu.NavuChange
-
- iterator() - Method in class com.tailf.navu.NavuList
-
Retrieve a iterator over the elements in this NavuList
(in proper sequence).
- iterator(NavuNode) - Static method in class com.tailf.navu.traversal.NavuTreeTraversal
-
Retrieve an iterator to traverse part of a NAVU tree.
- iterator(NavuContext) - Static method in class com.tailf.navu.traversal.NavuTreeTraversal
-
Retrieve an iterator to traverse the entire NAVU tree.
- iterContinue() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
Ignores the children to the node (if any), and continues with
the node's siblings.
- iterRecurse() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
Continue with all children of the node (if any).
- iterStop() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
Stop the iteration of the current change set.
- read() - Method in class com.tailf.cdb.CdbSubscription
-
Reads the Cdb subscription socket for events and blocks.
- read() - Method in class com.tailf.dp.Dp
-
Receives data on the control socket which is connected to ConfD/NCS.
- read() - Method in class com.tailf.maapi.MaapiInputStream
-
read a byte from the input stream or -1 if EOF
- read(byte[], int, int) - Method in class com.tailf.maapi.MaapiInputStream
-
- read() - Method in class com.tailf.notif.Notif
-
Read in the data.
- read() - Method in class com.tailf.util.Base64.InputStream
-
Reads enough of the input stream to convert to/from Base64 and
returns the next byte.
- read(byte[], int, int) - Method in class com.tailf.util.Base64.InputStream
-
- read1() - Method in class com.tailf.proto.ConfInputStream
-
Read a one byte integer from the stream.
- read2BE() - Method in class com.tailf.proto.ConfInputStream
-
Read a two byte big endian integer from the stream.
- read2LE() - Method in class com.tailf.proto.ConfInputStream
-
Read a two byte little endian integer from the stream.
- read4BE() - Method in class com.tailf.proto.ConfInputStream
-
Read a four byte big endian integer from the stream.
- read4LE() - Method in class com.tailf.proto.ConfInputStream
-
Read a four byte little endian integer from the stream.
- read_any() - Method in class com.tailf.proto.ConfInputStream
-
Read an arbitrary E term from the stream.
- read_atom() - Method in class com.tailf.proto.ConfInputStream
-
Read an E atom from the stream.
- read_big() - Method in class com.tailf.proto.ConfInputStream
-
- read_binary() - Method in class com.tailf.proto.ConfInputStream
-
Read an E binary from the stream.
- read_boolean() - Method in class com.tailf.proto.ConfInputStream
-
Read an E atom from the stream and interpret the value as a boolean.
- read_byte() - Method in class com.tailf.proto.ConfInputStream
-
Read one byte from the stream.
- read_char() - Method in class com.tailf.proto.ConfInputStream
-
Read a character from the stream.
- read_double() - Method in class com.tailf.proto.ConfInputStream
-
Read an E float from the stream.
- read_float() - Method in class com.tailf.proto.ConfInputStream
-
Read an E float from the stream.
- read_int() - Method in class com.tailf.proto.ConfInputStream
-
Read an integer from the stream.
- read_list_head() - Method in class com.tailf.proto.ConfInputStream
-
Read a list header from the stream.
- read_long() - Method in class com.tailf.proto.ConfInputStream
-
Read a long from the stream.
- read_long(boolean) - Method in class com.tailf.proto.ConfInputStream
-
- read_long_big() - Method in class com.tailf.proto.ConfInputStream
-
- read_nil() - Method in class com.tailf.proto.ConfInputStream
-
Read an empty list from the stream.
- read_pid() - Method in class com.tailf.proto.ConfInputStream
-
Read an E pid from the stream.
- read_ref() - Method in class com.tailf.proto.ConfInputStream
-
Read an E reference from the stream.
- read_short() - Method in class com.tailf.proto.ConfInputStream
-
Read a short from the stream.
- read_string() - Method in class com.tailf.proto.ConfInputStream
-
Read a string from the stream.
- read_tuple_head() - Method in class com.tailf.proto.ConfInputStream
-
Read a tuple header from the stream.
- read_uint() - Method in class com.tailf.proto.ConfInputStream
-
Read an unsigned integer from the stream.
- read_ulong() - Method in class com.tailf.proto.ConfInputStream
-
Read an unsigned long from the stream.
- read_ushort() - Method in class com.tailf.proto.ConfInputStream
-
Read an unsigned short from the stream.
- readBE(int) - Method in class com.tailf.proto.ConfInputStream
-
Read a big endian integer from the stream.
- readEOF(boolean) - Method in class com.tailf.maapi.CLIInteraction
-
Read a multi line string from the CLI.
- readEOF(boolean, int) - Method in class com.tailf.maapi.CLIInteraction
-
This function does the same as readEOF(boolean echo), but also takes a
timeout parameter, which indicates how long the user may be idle (in
seconds) before the reading is aborted.
- readFill(Socket, byte[]) - Static method in class com.tailf.conf.ConfInternal
-
Reads data into a buffer.
- readFill(SelectionKey, ByteBuffer, int) - Static method in class com.tailf.conf.ConfInternal
-
Read exactly siz
data into the buffer
buf
.
- readLE(int) - Method in class com.tailf.proto.ConfInputStream
-
Read a little endian integer from the stream.
- readN(byte[]) - Method in class com.tailf.proto.ConfInputStream
-
Read an array of bytes from the stream.
- readPayLoad(SelectionKey, ByteBuffer, int) - Static method in class com.tailf.conf.ConfInternal
-
- readSize(SelectionKey, ByteBuffer, int) - Static method in class com.tailf.conf.ConfInternal
-
- refTag - Static variable in class com.tailf.proto.ConfExternal
-
The tag used for old stype references
- register(NavuCdbDiffIterate, ConfPath) - Method in class com.tailf.navu.NavuCdbConfigSubscriber
-
Deprecated.
Registers a subscription item onto
the NavuCdbConfigSubscriber
with a given user provided callback that will be invoked on
Cdb notifications.
- register(NavuCdbDiffIterate, ConfPath, EnumSet<DiffIterateFlags>) - Method in class com.tailf.navu.NavuCdbConfigSubscriber
-
Deprecated.
Registers a subscription item onto the
NavuCdbConfigSubscriber
with a given user provided callback that will be invoked on
Cdb notifications.
- register(NavuCdbDiffIterate, NavuNode, EnumSet<DiffIterateFlags>) - Method in class com.tailf.navu.NavuCdbConfigSubscriber
-
Deprecated.
Registers a subscription item onto the
NavuCdbConfigSubscriber
with a given user provided callback that will be invoked on
Cdb notifications.
- register(NavuCdbDiffIterate, NavuNode) - Method in class com.tailf.navu.NavuCdbConfigSubscriber
-
Deprecated.
Registers a subscription item onto the
NavuCdbConfigSubscriber
with a given user provided callback that will be invoked on
Cdb notifications.
- register(NavuCdbDiffIterate, ConfPath) - Method in class com.tailf.navu.NavuCdbOperSubscriber
-
Deprecated.
Registers a subscription item onto the this
NavuCdbOperSubscriber
with a given user provided callback that will be invoked on
Cdb notifications.
- register(NavuCdbDiffIterate, ConfPath, EnumSet<DiffIterateFlags>) - Method in class com.tailf.navu.NavuCdbOperSubscriber
-
Deprecated.
Registers a subscription item onto the this
NavuCdbOperSubscriber
with a given user provided callback that will be invoked on
Cdb notifications.
- register(NavuCdbDiffIterate, NavuNode, EnumSet<DiffIterateFlags>) - Method in class com.tailf.navu.NavuCdbOperSubscriber
-
Deprecated.
Registers a subscription item onto the this
NavuCdbOperSubscriber
with a given user provided callback that will be invoked on
Cdb notifications.
- register(NavuCdbDiffIterate, NavuNode) - Method in class com.tailf.navu.NavuCdbOperSubscriber
-
Deprecated.
Registers a subscription item onto the this
NavuCdbOperSubscriber
with a given user provided callback that will be invoked on
Cdb notifications.
- register(NavuCdbDiffIterate, ConfPath) - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Register a user provided callback with a specified path.
- register(NavuCdbDiffIterate, ConfPath, EnumSet<DiffIterateFlags>) - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Register a user provided callback with a specified path with additional
iteration flags.
- register(NavuCdbDiffIterate, NavuNode) - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Register a user provided callback with a specified NavuNode.
- register(NavuCdbDiffIterate, NavuNode, EnumSet<DiffIterateFlags>) - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Register a user provided callback with a specified NavuNode with
additional iteration flags.
- registerAnnotatedCallbacks(Object) - Method in class com.tailf.dp.Dp
-
All Data, Trans, Action, Validate, TransValidate and DB callbacks
are registered using this method.
- registerAnnotatedRangeActionCallbacks(Object, ConfValue[], ConfValue[], ConfPath) - Method in class com.tailf.dp.Dp
-
- registerAnnotatedRangeDataCallbacks(Object, ConfValue[], ConfValue[], ConfPath) - Method in class com.tailf.dp.Dp
-
DataCallbacks can be registered for a range of values using this method
- registerCallback(SocketFactoryCallback) - Static method in class com.tailf.conf.SocketFactory
-
Register a SocketFactoryCallback that will be responsible for all
socket connection
- registerDone() - Method in class com.tailf.dp.Dp
-
When we have registered all the callbacks for a daemon
we must call this function to synchronize with ConfD/NCS.
- registerStoppedHandler(NavuCdbStoppedHandler) - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Register callback which will be invoked on subscriber shutdown event.
- registerStoppedHandler(NavuCdbStoppedHandler) - Method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
Register a stop handler when the subscriber will be stopped.
- registerSyncTypeOnException(CdbSubscriptionSyncType) - Method in class com.tailf.navu.NavuCdbConfigSubscriber
-
Deprecated.
When a user callback throws unexpected exception which is not caught
by the application callback the default behavior for a
NavuCdbConfigSubscriber is to sync with
CdbSubscriptionSyncType.DONE_SOCKET
and shutdown
the subscriber.
- reinstallRemovedNs(List<ConfNamespace>) - Static method in class com.tailf.conf.ConfNamespace
-
This method should only be used in cdb data migration scenarios.
- REL_FLAG_MASK - Static variable in class com.tailf.cdb.CdbProto
-
- reloadConfig() - Method in class com.tailf.maapi.Maapi
-
Request that the daemon reloads its configuration files.
- reloadSchemas() - Method in class com.tailf.maapi.Maapi
-
This method throws away any old MaapiSchemas container and downloads a
new from the server.
- reloadSchemas(String[]) - Method in class com.tailf.maapi.Maapi
-
This method throws away any old MaapiSchemas container and downloads a
new from the server.
- remove(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- REMOVE - Static variable in class com.tailf.dp.DpAccumulate
-
An accumulated remove operation.
- remove(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
-
This callback is used to remove a presence container, list entry or empty
leaf and all its sub elements.
- removeAllForCdb(Cdb) - Method in interface com.tailf.navu.NavuCdbSessionPoolable
-
Removes or closes all CdbSession associated with the supplied Cdb.
- removeAllSessions() - Method in interface com.tailf.navu.NavuCdbSessionPoolable
-
Removes all established session held by any Cdb.
- removeCdbSessions() - Method in class com.tailf.navu.NavuContextBase
-
Clears all the CDB sessions associates with the mapping
between the the supplied Cdb socket and the ( in CDB mode )
- ReopenLogsNotification - Class in com.tailf.notif
-
Data structure for ReopenLogs notifications.
- ReopenLogsNotification() - Constructor for class com.tailf.notif.ReopenLogsNotification
-
- replay(DpNotifStream, ConfDatetime, ConfDatetime) - Method in interface com.tailf.dp.DpNotifReplayCallback
-
The replay() callback is called by ConfD/NCS to request replay.
- REPLY_ACCUMULATE - Static variable in class com.tailf.conf.Conf
-
General return value for many of the API methods.
- REPLY_ALREADY_LOCKED - Static variable in class com.tailf.conf.Conf
-
General return value for many of the API methods.
- REPLY_DELAYED_RESPONSE - Static variable in class com.tailf.conf.Conf
-
General return value for many of the API methods.
- REPLY_EOF - Static variable in class com.tailf.conf.Conf
-
General return value for many of the API methods.
- REPLY_ERR - Static variable in class com.tailf.conf.Conf
-
General return value for many of the API methods.
- REPLY_OK - Static variable in class com.tailf.conf.Conf
-
General return value for many of the API methods.
- REPLY_VALIDATION_WARN - Static variable in class com.tailf.conf.Conf
-
General return value for many of the API methods.
- reportException(Throwable) - Method in interface com.tailf.dp.DpExceptionReporter
-
Method called when exceptions are catched in the internal threads
started in the Dp.read() method.
- requestAction(ConfXMLParam[], String, Object...) - Method in class com.tailf.maapi.Maapi
-
Invokes an action defined in the data model annotated with
tailf:action
(see tailf_yang_extensions(5)).
- requestAction(List<ConfXMLParam>, String, Object...) - Method in class com.tailf.maapi.Maapi
-
- requestAction(ConfXMLParam[], int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
- requestAction(List<ConfXMLParam>, int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
- requestActionTh(int, ConfXMLParam[], String, Object...) - Method in class com.tailf.maapi.Maapi
-
- requestActionTh(int, List<ConfXMLParam>, String, Object...) - Method in class com.tailf.maapi.Maapi
-
- requestInt(Socket, int, int) - Static method in class com.tailf.conf.ConfInternal
-
Requests an integer value from ConfD/NCS.
- requestInt(Socket, int) - Static method in class com.tailf.conf.ConfInternal
-
Request an integer from ConfD/NCS.
- requestTerm(Socket, int, int, boolean, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
-
Requests a term from ConfD/NCS.
- requestTerm(SelectionKey, int, int, boolean, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
-
Write a term arg
for the specified operation
op
, transaction handle thandle
( if available -1 otherwise ) and read the response,
from ConfD/NCS.
- requestTerm(Socket, int) - Static method in class com.tailf.conf.ConfInternal
-
Requests a term from ConfD/NCS.
- requestTerm(SelectionKey, int) - Static method in class com.tailf.conf.ConfInternal
-
Request the operation op
with no argument,
and read the response from ConfD/NCS.
- requestTerm(Socket, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
-
Requests a term from ConfD/NCS.
- requestTerm(SelectionKey, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
-
Write a term arg
for the specified operation
op
and read the response,
from ConfD/NCS.
- reRegisterAnnotatedCallbacks(Object) - Method in class com.tailf.dp.Dp
-
reRegisters an existing callback.
- reRegisterAnnotatedRangeActionCallbacks(Object) - Method in class com.tailf.dp.Dp
-
reRegisters an existing callback.
- reRegisterAnnotatedRangeDataCallbacks(Object) - Method in class com.tailf.dp.Dp
-
reRegisters an existing callback.
- reset() - Method in class com.tailf.maapi.QueryResult
-
Reset/Rewind a running query so that it starts from the
beginning again.
- reset(int) - Method in class com.tailf.maapi.QueryResult
-
Reset/Rewind a running query to a specific offset.
- reset() - Method in class com.tailf.navu.NavuAction
-
Not supported does nothing
- reset() - Method in class com.tailf.navu.NavuContainer
-
Resets the contained nodes
- reset() - Method in class com.tailf.navu.NavuLeaf
-
When navigating through NAVU to a certain leaf and retrieving its value,
this value will be cached.
- reset() - Method in class com.tailf.navu.NavuList
-
When navigating through NAVU to a certain list.
- reset() - Method in class com.tailf.navu.NavuNode
-
When navigating through NAVU to a certain location.
- reset() - Method in class com.tailf.navu.PreparedXMLStatement
-
- reset() - Method in class com.tailf.proto.ConfOutputStream
-
Reset the stream so that it can be reused.
- result(Integer, ConfETuple, Boolean) - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
-
- result(Integer, ConfETuple, Boolean) - Method in interface com.tailf.dp.DpSnmpInformResponseCallback
-
This callback provides the application with possibility to to take
actions based on the result of an inform request for a specific receiver.
- result(ConfObject[], ConfValue, Object) - Method in interface com.tailf.maapi.MaapiXPathEvalResult
-
For each node in the resulting node set evaluated by the xpath
this method will be called.
- resultCount() - Method in class com.tailf.maapi.QueryResult
-
Get number of elements in the result.
- ResultType - Interface in com.tailf.maapi
-
Specifies the result type from XPath query.
- ResultTypeKeyPath - Interface in com.tailf.maapi
-
XPath Result in keypath format.
- ResultTypeKeyPathValue - Interface in com.tailf.maapi
-
XPath Result in keypath and value format.
- ResultTypeString - Interface in com.tailf.maapi
-
XPath Result in string format.
- ResultTypeTag - Interface in com.tailf.maapi
-
XPath Result in ConfXMLParam format.
- resumeEncoding() - Method in class com.tailf.util.Base64.OutputStream
-
Resumes encoding of the stream.
- reverse() - Method in class com.tailf.proto.ConfEList
-
- revert(int) - Method in class com.tailf.maapi.Maapi
-
Remove all changes in the transaction.
- rollbackConfig(int, String, String...) - Method in class com.tailf.maapi.Maapi
-
This function can be used to save the equivalent of a rollback file for a
given configuration before it is committed (or a subtree thereof) in
curly bracket format.
- root() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
Return the NavuContainer
that represents
the module for the current node.
- run() - Method in class com.tailf.dp.DpActionTrans
-
Runs the thread.
- run() - Method in class com.tailf.dp.DpNotifReplayThread
-
Run method derived from Thread
- run() - Method in class com.tailf.dp.DpThread
-
- run() - Method in class com.tailf.dp.DpTrans
-
Runs the thread.
- run() - Method in class com.tailf.dp.DpValidateTrans
-
Runs the thread.
- run() - Method in class com.tailf.navu.NavuCdbConfigSubscriber
-
Deprecated.
The implemented run method that the subscriber thread
will run when started.
- run() - Method in class com.tailf.navu.NavuCdbOperSubscriber
-
Deprecated.
The implemented run method that the subscriber thread
will run when started.
- runningChkNotModified(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
-
- runningChkNotModified(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
-
This function should check to see if running has been modified or not.
- safeCreate(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Create a new entity in the XML tree.
- safeCreate(int, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Create a new list entity in the XML tree.
- safeCreate() - Method in class com.tailf.navu.NavuContainer
-
Creates an optional container.
- safeCreate() - Method in class com.tailf.navu.NavuLeaf
-
Create an empty leaf node, silently succeeding
if the leaf already exists
- safeCreate(ConfKey) - Method in class com.tailf.navu.NavuList
-
The variant of create
that succeeds even if the
object already exists
- safeCreate(ConfObject) - Method in class com.tailf.navu.NavuList
-
The variant of create
that succeeds even if the
object already exists.
- safeCreate(String) - Method in class com.tailf.navu.NavuList
-
The variant of create
that succeeds even if the
object already exists.
- safeCreate(String[]) - Method in class com.tailf.navu.NavuList
-
The variant of create
that succeeds even if the
object already exists.
- safeDelete(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Deletes a node and all its children from the XML data tree.
- safeGetElem(int, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Reads a value from the path
specified
- safeGetElem(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
This reads a value from the path in fmt and returns the result.
- safeGetObject(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
This is a variant of getObject() that returns null if the object doesn't
exist
- saveConfig(int, EnumSet<MaapiConfigFlag>, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Save the subtree in different formats.
- saveConfig(int, EnumSet<MaapiConfigFlag>) - Method in class com.tailf.maapi.Maapi
-
Save the entire config in different formats.
- saveConfig(int, EnumSet<MaapiConfigFlag>, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Save the subtree in different formats, with ability to XPath Filtering.
- select(List<String>) - Method in class com.tailf.navu.NavuAction
-
Not supported returns only an empty Collection
- select(String) - Method in class com.tailf.navu.NavuAction
-
Not supported returns only an empty Collection
- select(ConfObject[]) - Method in class com.tailf.navu.NavuAction
-
- select(List<String>) - Method in class com.tailf.navu.NavuContainer
-
- select(String) - Method in class com.tailf.navu.NavuContainer
-
- select(ConfObject[]) - Method in class com.tailf.navu.NavuContainer
-
- select(List<String>) - Method in class com.tailf.navu.NavuLeaf
-
- select(String) - Method in class com.tailf.navu.NavuLeaf
-
- select(ConfObject[]) - Method in class com.tailf.navu.NavuLeaf
-
- select(List<String>) - Method in class com.tailf.navu.NavuList
-
- select(String) - Method in class com.tailf.navu.NavuList
-
- select(ConfObject[]) - Method in class com.tailf.navu.NavuList
-
- select(List<String>) - Method in class com.tailf.navu.NavuNode
-
- select(String) - Method in class com.tailf.navu.NavuNode
-
- select(ConfObject[]) - Method in class com.tailf.navu.NavuNode
-
- send(ConfDatetime, ConfXMLParam) - Method in class com.tailf.dp.DpNotifStream
-
Send a notification on this notification stream to ConfD/NCS.
- send(ConfDatetime, ConfXMLParam[]) - Method in class com.tailf.dp.DpNotifStream
-
Send a notification on this notification stream to ConfD/NCS.
- send(String, SnmpVarbind[]) - Method in class com.tailf.dp.DpSnmpNotifier
-
Send SNMP notification.
- send(String, SnmpVarbind[], Integer) - Method in class com.tailf.dp.DpSnmpNotifier
-
Send SNMP notification with the option to receive an Inform Response.
- serial() - Method in class com.tailf.proto.ConfEPid
-
Get the serial number from the pid
- serialize(Document, OutputStream) - Method in class com.tailf.util.ConfXMLParamToXML
-
Flushes the source document doc
to
the target out
.
- serialize(Document, Writer) - Method in class com.tailf.util.ConfXMLParamToXML
-
Flushes the source document doc
to
the target out
- ServiceCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for Service Callbacks.
- ServiceCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for Service Callbacks.
- ServiceCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.ServiceCallbackProxy
-
Constructor for Callback proxys.
- ServiceCBType - Enum in com.tailf.dp.proto
-
Enumeration of Service callback methods
- ServiceContext - Interface in com.tailf.dp.services
-
The service context object.
- ServiceLog - Class in com.tailf.dp.services
-
This class contains methods to write service log entries.
- ServiceLog() - Constructor for class com.tailf.dp.services.ServiceLog
-
- ServiceModificationContextImpl - Class in com.tailf.dp.services
-
Internal class implementing the service context for PRE/POST MODIFICATION
callbacks.
- ServiceModificationContextImpl(DpTrans, Dp, ConfEObject) - Constructor for class com.tailf.dp.services.ServiceModificationContextImpl
-
Internally used constructor
- ServiceOperationType - Enum in com.tailf.dp.services
-
The service operation type
- servicepoint() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
- servicepoint() - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
-
- servicepoint() - Method in interface com.tailf.dp.DpNanoServiceCallback
-
The name of the servicepoint
- servicepoint() - Method in interface com.tailf.dp.DpServiceCallback
-
The name of the servicepoint
- SessionContainer - Class in com.tailf.navu
-
- SessionContainer() - Constructor for class com.tailf.navu.SessionContainer
-
- set(int, ConfObject) - Method in class com.tailf.conf.ConfList
-
- set(String, String) - Method in class com.tailf.maapi.CLIInteraction
-
Set CLI session parameter.
- set(String) - Method in class com.tailf.navu.NavuContainer
-
Deprecated.
- set(NavuContext) - Method in class com.tailf.navu.NavuContext
-
Set the context attributes using another context object.
- set(NavuContextBase) - Method in class com.tailf.navu.NavuContextBase
-
Set the context attributes using another context object.
- set(ConfValue) - Method in class com.tailf.navu.NavuLeaf
-
Sets the value of the leaf node.
- set(String) - Method in class com.tailf.navu.NavuLeaf
-
Sets the value and tries to perform an update.
- set(String) - Method in class com.tailf.navu.NavuList
-
Deprecated.
- set() - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- set(NavuContext) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- set(NavuNode) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- SET_ELEM - Static variable in class com.tailf.dp.DpAccumulate
-
An accumulating setElem operation.
- setAttr(DpTrans, ConfObject[], ConfAttributeValue) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- setAttr(DpTrans, ConfObject[], ConfAttributeValue) - Method in interface com.tailf.dp.DpDataCallback
-
This callback also only needs to be implemented for callpoints specified
for configuration data, and only if attributes are enabled in the server
configuration (/confdConfig/enableAttributes set to true).
- setAttr(int, ConfAttributeValue, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Set an attribute for a configuration node.
- setAttributeType(ConfAttributeType) - Method in class com.tailf.conf.ConfAttributeValue
-
Set the attribute type for this attribute value
- setAttributeValue(ConfValue) - Method in class com.tailf.conf.ConfAttributeValue
-
Set the value for this attribute value
- setAuthorizationTimeout(int) - Method in class com.tailf.dp.DpAuthorizationContext
-
The authorization callbacks are expected to complete quickly,
However in case they send requests to a remote server, and such a
request needs to be retried, this function can be used to extend the
timeout for the current callback invocation.
- setBinary(int, ConfBinary) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setBit32(int, ConfBit32) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setBit64(int, ConfBit64) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setBool(int, ConfBool) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setBool(int, boolean) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setBuf(int, ConfBuf) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setBuf(int, String) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setCase(String, String, String, Object...) - Method in class com.tailf.cdb.CdbSession
-
When we use the YANG choice construct in the data model, this function
can be used to select the current case.
- setCase(String, String, ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Same functionality as setCase(choice, scase, fmt, arguments) but takes a
already constructed ConfPath object as argument instead of fmt,
arguments.
- setCase(DpTrans, ConfObject[], ConfObject[], ConfTag) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- setCase(DpTrans, ConfObject[], ConfObject[], ConfTag) - Method in interface com.tailf.dp.DpDataCallback
-
This callback method sets the currently chosen 'case' for a 'choice'
construct.
- setChange(List<ConfObject>, DiffIterateOperFlag, ConfValue, NavuContext) - Method in class com.tailf.navu.NavuAction
-
Sets the change type on a node.
- setChange(DiffIterateOperFlag) - Method in class com.tailf.navu.NavuChange
-
Sets the change type.
- setChange(List<ConfObject>, DiffIterateOperFlag, ConfValue, NavuContext) - Method in class com.tailf.navu.NavuContainer
-
- setChange(List<ConfObject>, DiffIterateOperFlag, ConfValue, NavuContext) - Method in class com.tailf.navu.NavuLeaf
-
- setChange(List<ConfObject>, DiffIterateOperFlag, ConfValue, NavuContext) - Method in class com.tailf.navu.NavuList
-
- setClearpass(String) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setComment(int, String) - Method in class com.tailf.maapi.Maapi
-
Set the "Comment" that is stored in the rollback file when a
transaction towards running is committed.
- setCompletionDesc(String) - Method in class com.tailf.dp.CompletionReply
-
Set the completion description field for this reply
- setCompletionInfo(String) - Method in class com.tailf.dp.CompletionReply
-
Set the completion info field for this reply
- setConfDouble(int, ConfDouble) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setConfFloat(int, ConfFloat) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setConfHexList(int, ConfHexList) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setConfIdentityRef(int, ConfIdentityRef) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setConfKey(int, ConfKey) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setConfNamespace(ConfNamespace) - Method in class com.tailf.conf.ConfIdentityRef
-
- setConfNamespace(ConfNamespace) - Method in class com.tailf.conf.ConfTag
-
- setConfObjectRef(int, ConfObjectRef) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setContext(String) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setCSType(MaapiSchemas.CSType) - Method in class com.tailf.conf.ConfEnumeration
-
The MaapiSchemas type for this enum.
- setDate(int, ConfDate) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setDatetime(int, ConfDatetime) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setDecimal64(int, ConfDecimal64) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setDefaultErrorVerbosity(ErrorVerbosity) - Static method in class com.tailf.conf.ErrorMessageFormatter
-
- setDelayedWhen(int, boolean) - Method in class com.tailf.maapi.Maapi
-
This function enables/disables the "delayed when" mode of a transaction.
- setDuration(int, ConfDuration) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setElem(ConfValue, ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Sets an element in operational data.
- setElem(ConfValue, String, Object...) - Method in class com.tailf.cdb.CdbSession
-
- setElem(DpTrans, ConfObject[], ConfValue) - Method in class com.tailf.dp.annotations.DataCallbackProxy
-
- setElem(DpTrans, ConfObject[], ConfValue) - Method in interface com.tailf.dp.DpDataCallback
-
This callback writes a data leaf.
- setElem(int, ConfObject, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Set value to a leaf node.
- setElem(int, ConfObject, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Set value to a leaf node.
- setElem(int, String, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Set value to a leaf node.
- setElem(int, String, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Set value to a leaf node.
- setEnumeration(int, ConfEnumeration) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setError(String, Object...) - Method in class com.tailf.dp.DpAuthContext
-
- setErrorVerbosity(ErrorVerbosity) - Method in class com.tailf.conf.ErrorMessageFormatter
-
set the local verbosity level for reported errors
If this verbosity is set to null the the default level governs the error
verbosity of this Formatter
- setErrorVerbosity(ErrorVerbosity) - Method in class com.tailf.dp.Dp
-
set the local verbosity level for reported errors
If this verbosity is set to null the the default level governs the error
verbosity of this Dp
- setExceptionReporter(DpExceptionReporter) - Method in class com.tailf.dp.Dp
-
- setFailed() - Method in interface com.tailf.dp.services.NanoServiceContext
-
- setFD(int) - Method in class com.tailf.dp.DpNotifStream
-
file descriptor
- setFD(int) - Method in class com.tailf.dp.DpSnmpNotifier
-
- setFlags(int) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setFlags(int, EnumSet<MaapiFlag>) - Method in class com.tailf.maapi.Maapi
-
This method can modify some aspects of the read/write session, see
MaapiFlag The flags are an Enumset of
MaapiFlag
- setHealthCheckInterval(int) - Method in class com.tailf.notif.NotificationCfg
-
Required if we wish to generate CONFD_NOTIF_HEALTH_CHECK events
The time is milli seconds
- setHeartbeatInterval(int) - Method in class com.tailf.notif.NotificationCfg
-
Required if we wish to generate CONFD_NOTIF_HEARTBEAT events
The time is milli seconds
- setHexList(int, ConfHexList) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setHostname(String) - Static method in class com.tailf.conf.SocketFactory
-
Set the default hostname for socket connections.
- setInt16(int, ConfInt16) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setInt32(int, ConfInt32) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setInt64(int, ConfInt64) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setInt8(int, ConfInt8) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setIp(InetAddress) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setIPv4(int, ConfIPv4) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setIPv4Prefix(int, ConfIPv4Prefix) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setIPv6(int, ConfIPv6) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setIPv6Prefix(int, ConfIPv6Prefix) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setIpValue(ConfObject) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used set method
- setLabel(int, String) - Method in class com.tailf.maapi.Maapi
-
Set the "Label" that is stored in the rollback file when a
transaction towards running is committed.
- setLenient(boolean) - Method in class com.tailf.conf.ConfTag
-
- setLmode(int) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setLockingMode(boolean) - Method in class com.tailf.navu.NavuContextBase
-
Deprecated.
- setLogintime(Date) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setMandatory(String) - Method in class com.tailf.cdb.CdbSubscription
-
Attaches a mandatory attribute and a mandatory name to this subscriber
CDB keeps a list of mandatory subscribers for infinite extent, i.e.
- setMaxListSize(int) - Method in class com.tailf.navu.NavuList
-
Sets the maxSize of the internal HashMap of list elements.
- setNamespace(ConfNamespace) - Method in class com.tailf.cdb.CdbSession
-
Before we start to read data from CDB we need to set the namespace.
- setNamespace(int, String) - Method in class com.tailf.maapi.Maapi
-
Before can invoke any of read or write functions, we must indicate which
namespace we are going to use.
- setNamespace(int, int) - Method in class com.tailf.maapi.Maapi
-
- setNotReached() - Method in interface com.tailf.dp.services.NanoServiceContext
-
- setNumFreeWorkerSockets(int) - Method in class com.tailf.dp.Dp
-
This method is used to control the number of workersockets that
should be keept open for reuse.
- setObject(ConfValue[], ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Set all elements corresponding to the complete contents of a container
element, except for list entry sub-elements.
- setObject(ConfValue[], String, Object...) - Method in class com.tailf.cdb.CdbSession
-
- setObject(int, ConfObject[], String, Object...) - Method in class com.tailf.maapi.Maapi
-
This writes a container object or a list entry object from the path in
fmt and returns the result.
- setOperationalDataCase(String, String) - Method in class com.tailf.navu.NavuContainer
-
- setOperDataCase(String, String) - Method in class com.tailf.navu.NavuContainer
-
Set a case with the name caseStr
for a choice
choiceStr
for Cdb when writing operational data.
- setOption(NavuContextBase.UnSetCaseInChoice) - Method in class com.tailf.navu.NavuContextBase
-
Set the behavior of how a unset case in choice should be
treated.
- setPath(InstancePath) - Method in class com.tailf.conf.ConfKey
-
This method is only useful if at least one of the key elements is an
enumeration.
- setPort(int) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setPort(int) - Static method in class com.tailf.conf.SocketFactory
-
Set the default port number for socket connections
- setPos(int) - Method in class com.tailf.proto.ConfInputStream
-
Set the current position in the stream.
- setPrev(ConfEObject) - Method in class com.tailf.maapi.MaapiCursor
-
- setProper(boolean) - Method in class com.tailf.proto.ConfEList
-
- setProto(int) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setQRef(int) - Method in class com.tailf.dp.DpNotifStream
-
last qref
- setReached() - Method in interface com.tailf.dp.services.NanoServiceContext
-
- setReadConfLocks(EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
-
Sets the locks for a read CDB configuration data session
Default is no locks.
- setReadOnlyMode(boolean) - Method in class com.tailf.maapi.Maapi
-
Control if the node should accept write transactions
- setReadOperLocks(EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
-
Sets the locks for a read CDB operational data session
Default is no locks.
- setRemoveValue() - Method in class com.tailf.conf.ConfAttributeValue
-
Set the current attribute value to indicate that the attribute
should be removed.
- setRunningDbStatus(int) - Method in class com.tailf.maapi.Maapi
-
Explicitly sets the systems notion of the consistency
state.
- setSecondaryIndex(String) - Method in class com.tailf.maapi.MaapiCursor
-
Makes it possible to use a secondary index for the getNext calls.
- setSnmp_v3_ctx(String) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setSocket(Socket) - Method in class com.tailf.dp.DpNotifStream
-
- setSocket(Socket) - Method in class com.tailf.dp.DpSnmpNotifier
-
- setSocket(Socket) - Method in class com.tailf.dp.DpTrans
-
A possibility to give a specified worker socket
for the transaction.
- setSourceAddress(ConfIP) - Method in class com.tailf.dp.DpSnmpNotifier
-
Set the source IP address to be bound when sending notifications using
the send() method.
- setStartTime(ConfValue) - Method in class com.tailf.notif.NotificationCfg
-
Optional for CONFD_NOTIF_STREAM_EVENT
Set to request a replay.
- setStopTime(ConfValue) - Method in class com.tailf.notif.NotificationCfg
-
Optional for CONFD_NOTIF_STREAM_EVENT
If startTime is set stopTime can also be set to
indicated the end of a replay.
- setStreamName(String) - Method in class com.tailf.notif.NotificationCfg
-
Required for CONFD_NOTIF_STREAM_EVENT
The stream name of the Notification Stream (required)
- setSubId(int) - Method in class com.tailf.dp.DpNotifStream
-
last subid.
- setTimeout(int) - Method in class com.tailf.cdb.Cdb
-
A timeout for cdb client actions can be specified via the config file.
- setTimeout(int) - Method in class com.tailf.dp.NextObjectArrayList
-
Setter method for the value returned by the getTimeout() method.
- setTimeout(int) - Method in interface com.tailf.dp.services.ServiceContext
-
The timeout for service calls (create/update/delete) can be controlled
by /java-vm/service-transaction-timeout in the tail-f ncs model.
- setTransactionUserOpaque(Object) - Method in class com.tailf.dp.DpTrans
-
Set method for User owned opaque data.
- setUInt16(int, ConfUInt16) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setUInt32(int, ConfUInt32) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setUInt64(int, ConfUInt64) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setUInt8(int, ConfUInt8) - Method in class com.tailf.navu.PreparedXMLStatement
-
Deprecated.
- setUseForCdbUpgrade() - Method in class com.tailf.cdb.Cdb
-
Sets this Cdb and the session it creates to be used for Cdb data
upgrades.
- setUseForCdbUpgrade(List<ConfNamespace>) - Method in class com.tailf.cdb.Cdb
-
Sets this Cdb and the session it creates to be used for Cdb data
upgrades.
- setUsername(String) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setUserSession(int) - Method in class com.tailf.maapi.Maapi
-
Associate this Maapi instance with an already existing user session.
- setUsid(int) - Method in class com.tailf.conf.ConfUserInfo
-
Internally used method
- setUsid(int) - Method in class com.tailf.notif.NotificationCfg
-
Optional for CONFD_NOTIF_STREAM_EVENT
User session id for AAA restriction
Set to 0 for no AAA
- setValidationUserOpaque(Object) - Method in class com.tailf.dp.DpValidateTrans
-
Set method for user owned opaque data.
- setValue(ConfObject) - Method in class com.tailf.conf.ConfXMLParamValue
-
- setValues(ConfXMLParam[], ConfPath) - Method in class com.tailf.cdb.CdbSession
-
Set arbitrary sub-elements of a container element.
- setValues(ConfXMLParam[], String, Object...) - Method in class com.tailf.cdb.CdbSession
-
- setValues(List<ConfXMLParam>, ConfPath) - Method in class com.tailf.cdb.CdbSession
-
- setValues(int, List<ConfXMLParam>, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Set arbitrary sub-elements of a container element in one bulk operation.
- setValues(int, List<ConfXMLParam>, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Set arbitrary sub-elements of a container element in one bulk operation.
- setValues(int, ConfXMLParam[], String, Object...) - Method in class com.tailf.maapi.Maapi
-
Set arbitrary sub-elements of a container element in one bulk operation.
- setValues(int, ConfXMLParam[], ConfPath) - Method in class com.tailf.maapi.Maapi
-
Set arbitrary sub-elements of a container element in one bulk operation.
- setValues(String) - Method in class com.tailf.navu.NavuLeaf
-
This method is almost identical to
NavuLeaf.set(String)
with the
exception that the value should be wrapped inside XML tag.
- setValues(String) - Method in class com.tailf.navu.NavuNode
-
Set arbitrary sub-elements of a container element.
- setValues(ConfXMLParam[]) - Method in class com.tailf.navu.NavuNode
-
Set arbitrary sub-elements of a container or list entry.
- setValues() - Method in class com.tailf.navu.PreparedXMLStatement
-
When all the parameterized values has been filled
this method is intended to be invoked for a
final set operation with the given values.
- setValues(NavuContext) - Method in class com.tailf.navu.PreparedXMLStatement
-
When all the parameterized values has been filled
this method is intended to be invoked for a
final set operation with the given values.
- setValues(NavuNode) - Method in class com.tailf.navu.PreparedXMLStatement
-
- setWriteOperLocks(EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
-
Sets the locks for a write CDB operational data session
Default is EnumSet.of(CdbLockType.LOCK_REQUEST,CdbLockType.LOCK_PARTIAL)
- setXPathFilter(String) - Method in class com.tailf.notif.NotificationCfg
-
Optional for CONFD_NOTIF_STREAM_EVENT
XPath filter for the stream.
- sharedCreate(int, String, Object...) - Method in class com.tailf.maapi.Maapi
-
- sharedCreate(int, ConfPath) - Method in class com.tailf.maapi.Maapi
-
- sharedCreate(int, boolean, ConfPath) - Method in class com.tailf.maapi.Maapi
-
This is the variant of create() to use from FASTMAP code.
- sharedCreate() - Method in class com.tailf.navu.NavuContainer
-
Creates an optional container.
- sharedCreate() - Method in class com.tailf.navu.NavuLeaf
-
Create an empty leaf node, silently succeeding
if the leaf already exists and also maintain the
FASTMAP reference counter on the leaf.
- sharedCreate(ConfKey) - Method in class com.tailf.navu.NavuList
-
The variant of create
that succeeds even if the
object already exists, and also maintains a reference counter
on the object.
- sharedCreate(ConfObject) - Method in class com.tailf.navu.NavuList
-
The variant of create
that succeeds even if the
object already exists, and also maintains a reference counter
on the object.
- sharedCreate(String) - Method in class com.tailf.navu.NavuList
-
The variant of create
that succeeds even if the
object already exists, and also maintains a reference counter
on the object.
- sharedCreate(String[]) - Method in class com.tailf.navu.NavuList
-
The variant of create
that succeeds even if the
object already exists, and also maintains a reference counter
on the object.
- sharedSet(ConfValue) - Method in class com.tailf.navu.NavuLeaf
-
Sets the value of a leaf node with FastMap support, creating
backpointers and reference counter similar to sharedCreate()
All FastMap code shall (in principle) allways use this method instead
of set()
- sharedSet(String) - Method in class com.tailf.navu.NavuLeaf
-
SharedSet using string representation of value.
- sharedSetElem(int, ConfObject, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Set value to a leaf node from NCS FastMap code
This method is the equivalent of setElem() except that it
can only be called from NCS FastMap service code.
- sharedSetElem(int, ConfObject, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Set value to a leaf node from NCS FastMap code.
- sharedSetElem(int, String, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Set value to a leaf node from NCS FastMap code.
- sharedSetValues(int, List<ConfXMLParam>, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Set arbitrary sub-elements of a container element in one bulk operation
from NCS FastMap code.
- sharedSetValues(int, List<ConfXMLParam>, String, Object...) - Method in class com.tailf.maapi.Maapi
-
Set arbitrary sub-elements of a container element in one bulk operation
from NCS FastMap code.
- sharedSetValues(int, ConfXMLParam[], String, Object...) - Method in class com.tailf.maapi.Maapi
-
Set arbitrary sub-elements of a container element in one bulk operation
from NCS FastMap code.
- sharedSetValues(int, ConfXMLParam[], ConfPath) - Method in class com.tailf.maapi.Maapi
-
Set arbitrary sub-elements of a container element in one bulk operation
from NCS FastMap code.
- sharedSetValues(int, ConfXMLParam[], boolean, ConfPath) - Method in class com.tailf.maapi.Maapi
-
Set arbitrary sub-elements of a container element in one bulk operation
from NCS FastMap code.
- sharedSetValues(String) - Method in class com.tailf.navu.NavuNode
-
Set arbitrary sub-elements of a container or list entry
with FastMap support, creating backpointers and reference counter.
- sharedSetValues(ConfXMLParam[]) - Method in class com.tailf.navu.NavuNode
-
Set arbitrary sub-elements of a container or list entry
with FastMap support, creating backpointers and reference counter.
- sharedSetValues() - Method in class com.tailf.navu.PreparedXMLStatement
-
When all the parameterized values has been filled
this method is intended to be invoked for a
final set operation with the given values.
- sharedSetValues(NavuContext) - Method in class com.tailf.navu.PreparedXMLStatement
-
When all the parameterized values has been filled
this method is intended to be invoked for a
final set operation with the given values.
- sharedSetValues(NavuNode) - Method in class com.tailf.navu.PreparedXMLStatement
-
- shortValue() - Method in class com.tailf.proto.ConfELong
-
Get this number as a short.
- shutDownOnException(boolean) - Method in class com.tailf.navu.NavuCdbConfigSubscriber
-
Deprecated.
Controls the shutdown behavior of this subscriber when the subscriber
receives a uncaught exception from one of its registered callbacks.
- shutDownOnException(boolean) - Method in class com.tailf.navu.NavuCdbOperSubscriber
-
Deprecated.
Controls the shutdown behavior of this subscriber when the subscriber
receives a uncaught exception from one of its registered callbacks.
- shutDownOnException(boolean) - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Controls the shutdown behavior of this subscriber when the subscriber
receives a uncaught exception from one of its registered callbacks.
- shutDownThreadPool() - Method in class com.tailf.dp.Dp
-
Initiates an orderly shutdown in which previously
transactions are executed, but no new transactions
will be accepted.
- shutDownThreadPoolNow() - Method in class com.tailf.dp.Dp
-
Attempts to stop all actively executing transactions,
halts the processing of waiting transactions, and returns number
of the tasks that were awaiting execution.
- size() - Method in class com.tailf.navu.NavuChange
-
- size() - Method in class com.tailf.navu.NavuChoice
-
The number of cases contained in the choice.
- size() - Method in class com.tailf.navu.NavuContainer
-
Returns the number of nodes contained by the container.
- size() - Method in class com.tailf.navu.NavuList
-
Returns the number of list elements contained by the list node.
- size() - Method in class com.tailf.proto.ConfEBinary
-
Get the size of the binary.
- size() - Method in class com.tailf.proto.ConfOutputStream
-
Get the current capacity of the stream.
- slaveDead(ConfValue) - Method in class com.tailf.ha.Ha
-
This function must be used by the application to inform HA subsystem that
another node which is possibly connected to the server is dead.
- smallBigTag - Static variable in class com.tailf.proto.ConfExternal
-
The tag used for small bignums
- smallIntTag - Static variable in class com.tailf.proto.ConfExternal
-
The tag used for small integers
- smallTupleTag - Static variable in class com.tailf.proto.ConfExternal
-
The tag used for small tuples
- SNMPA_PDU_GET_BULK_REQUEST - Static variable in class com.tailf.notif.SnmpaNotification
-
- SNMPA_PDU_GET_NEXT_REQUEST - Static variable in class com.tailf.notif.SnmpaNotification
-
- SNMPA_PDU_GET_REQUEST - Static variable in class com.tailf.notif.SnmpaNotification
-
- SNMPA_PDU_GET_RESPONSE - Static variable in class com.tailf.notif.SnmpaNotification
-
- SNMPA_PDU_INFORM - Static variable in class com.tailf.notif.SnmpaNotification
-
- SNMPA_PDU_REPORT - Static variable in class com.tailf.notif.SnmpaNotification
-
- SNMPA_PDU_SET_REQUEST - Static variable in class com.tailf.notif.SnmpaNotification
-
- SNMPA_PDU_V1TRAP - Static variable in class com.tailf.notif.SnmpaNotification
-
- SNMPA_PDU_V2TRAP - Static variable in class com.tailf.notif.SnmpaNotification
-
- SnmpaNotification - Class in com.tailf.notif
-
Data structure SNMP agent notifications.
- SnmpaNotification(int, int, int, InetAddress, ConfObject, int, int, int, int, SnmpaNotification.Varbind[], SnmpaNotification.TrapInfo) - Constructor for class com.tailf.notif.SnmpaNotification
-
- SnmpaNotification.SnmpVar - Class in com.tailf.notif
-
Class representing a SNMP variable
- SnmpaNotification.SnmpVar(String, long[], String, long[]) - Constructor for class com.tailf.notif.SnmpaNotification.SnmpVar
-
- SnmpaNotification.TrapInfo - Class in com.tailf.notif
-
Class representing trapinfo for a trap
- SnmpaNotification.TrapInfo(long[], int, int, int) - Constructor for class com.tailf.notif.SnmpaNotification.TrapInfo
-
- SnmpaNotification.Varbind - Class in com.tailf.notif
-
Class representing a varbind for a trap
- SnmpaNotification.Varbind(int, SnmpaNotification.SnmpVar, ConfObject, int) - Constructor for class com.tailf.notif.SnmpaNotification.Varbind
-
- SnmpInformResponseCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for SnmpInformResponse Callbacks Attributes are callPoint
and callType
- SnmpInformResponseCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for SnmpInformResponse Callbacks.
- SnmpInformResponseCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
-
Constructor for Callback proxys.
- SnmpInformResponseCBType - Enum in com.tailf.dp.proto
-
Enumeration of SnmpInformResponse callback methods
- snmpSendNotification(String, String, String, SnmpVarbind[]) - Method in class com.tailf.maapi.Maapi
-
Send SNMP notification.
- SnmpVarbind - Class in com.tailf.conf
-
The SnmpVarbind is a data structure for holding an SNMP variable binding
which is on either of the forms:
Variable - Value
OID - Value
Column - RowIndex - Value
- SnmpVarbind(String, ConfValue) - Constructor for class com.tailf.conf.SnmpVarbind
-
Constructor for Snmp variable binding (of type VARIABLE)
- SnmpVarbind(int[], ConfValue) - Constructor for class com.tailf.conf.SnmpVarbind
-
Constructor for Snmp variable binding (of type OID)
- SnmpVarbind(String, int[], ConfValue) - Constructor for class com.tailf.conf.SnmpVarbind
-
Constructor for Snmp variable binding (of type COLUMN_ROW)
- SocketFactory - Class in com.tailf.conf
-
Class for creation and control of sockets, towards NCS/Confd
This singleton factory class control all socket connections.
- SocketFactoryCallback - Interface in com.tailf.conf
-
Interface for user defined creation of sockets, towards NCS/Confd
- startCdbSession(CdbDBType, EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuAction
-
Deprecated.
- startCdbSession(CdbDBType, EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuNode
-
Deprecated.
- startOperationalTrans(int) - Method in class com.tailf.navu.NavuContext
-
This method starts a transaction towards the
Conf.DB_OPERATIONAL
database to be used in the context.
- startOperationalTrans(int, String, String, String, String) - Method in class com.tailf.navu.NavuContext
-
- startPhase(int, boolean) - Method in class com.tailf.maapi.Maapi
-
Once the ConfD/NCS daemon has been started in phase0 it is possible to
use this function to tell the daemon to proceed to start phase 1 or 2.
- startPhase(int) - Method in class com.tailf.maapi.Maapi
-
Once the ConfD/NCS daemon has been started in phase0 it is possible to
use this function to tell the daemon to proceed to startPhase 1 or 2.
- startPreCommitRunningTrans() - Method in class com.tailf.navu.NavuContext
-
This method starts a transaction towards the PRE_COMMIT_RUNNING
datastore.
- startPreCommitRunningTrans(String, String, String, String) - Method in class com.tailf.navu.NavuContext
-
- startRunningTrans(int) - Method in class com.tailf.navu.NavuContext
-
This method starts a transaction towards the
Conf.DB_RUNNING
database to be used in the context.
- startRunningTrans(int, String, String, String, String) - Method in class com.tailf.navu.NavuContext
-
- startSession() - Method in class com.tailf.cdb.Cdb
-
- startSession(CdbDBType) - Method in class com.tailf.cdb.Cdb
-
Starts a new CDB Session on an already
established Cdb
.
- startSession(CdbDBType, EnumSet<CdbLockType>) - Method in class com.tailf.cdb.Cdb
-
Starts a new CDB Session on an already
established Cdb
.
- startTrans(int, int) - Method in class com.tailf.maapi.Maapi
-
Start a new transaction towards the specified database
dbname
with a transaction mode mode
.
- startTrans(int, int, String, String, String, String) - Method in class com.tailf.maapi.Maapi
-
- startTrans2(int, int, int) - Method in class com.tailf.maapi.Maapi
-
Start a new transaction towards database within an existing
user session specified by usid
.
- startTransFlags(int, int, int, EnumSet<MaapiFlag>) - Method in class com.tailf.maapi.Maapi
-
Start a new transaction towards the specified database
dbname
with a transaction mode mode
with
additional flags
to control read/write sessions.
- startTransInTrans(int, int, int) - Method in class com.tailf.maapi.Maapi
-
Start a new transaction within an existing user session and another
transaction as backend
- startUserSession(String, InetAddress, String, String[], MaapiUserSessionFlag) - Method in class com.tailf.maapi.Maapi
-
Establish a new user session on this Maapi
instance.
- startUserSession(String, InetAddress, String, String[], MaapiUserSessionFlag, String, String, String, String) - Method in class com.tailf.maapi.Maapi
-
- state() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
-
- state() - Method in interface com.tailf.dp.DpNanoServiceCallback
-
The name of the a certain plan component state
- state() - Method in class com.tailf.navu.NavuXPathContext
-
Iteration state object, if set for the iteration
- STATE_ABORTED - Static variable in class com.tailf.dp.DpActionTrans
-
- STATE_ACTION - Static variable in class com.tailf.dp.DpActionTrans
-
- STATE_DELAYED - Static variable in class com.tailf.dp.DpActionTrans
-
- STATE_INIT - Static variable in class com.tailf.dp.DpActionTrans
-
- STATE_NONE - Static variable in class com.tailf.dp.DpActionTrans
-
- status() - Method in class com.tailf.ha.Ha
-
Query a HA node for its status.
- status - Variable in class com.tailf.maapi.CommitQueueResult
-
- step(int, Object, Object[]) - Method in interface com.tailf.conf.Compiler
-
Produces a STEP object that represents a node test.
- step(int, Object, Object[]) - Method in class com.tailf.conf.XPathAbrevCompiler
-
- stop(DpTrans) - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
-
- stop(DpTrans) - Method in interface com.tailf.dp.DpTransValidateCallback
-
- stop(boolean) - Method in class com.tailf.maapi.Maapi
-
Stops the daemon.
- stop() - Method in class com.tailf.maapi.Maapi
-
Requests that the daemon stops, returns when daemon has stopped.
- stop() - Method in class com.tailf.maapi.QueryResult
-
Stops the running query and makes the server end
free up any internal resources associated with the query.
- stopCdbSession() - Method in class com.tailf.navu.NavuAction
-
- stopCdbSession() - Method in class com.tailf.navu.NavuNode
-
Closes all CdbSessions for the NavuContainer.
- stopNode() - Method in class com.tailf.navu.NavuXPathContext
-
Stop iteration after this invocation.
- STREAM_NOTIFICATION_COMPLETE - Static variable in class com.tailf.notif.StreamNotification
-
- STREAM_NOTIFICATION_EVENT - Static variable in class com.tailf.notif.StreamNotification
-
- STREAM_REPLAY_COMPLETE - Static variable in class com.tailf.notif.StreamNotification
-
- STREAM_REPLAY_FAILED - Static variable in class com.tailf.notif.StreamNotification
-
- StreamNotification - Class in com.tailf.notif
-
Data structure for Stream notifications.
- StreamNotification(int, ConfDatetime, ConfXMLParam[], String) - Constructor for class com.tailf.notif.StreamNotification
-
- stringTag - Static variable in class com.tailf.proto.ConfExternal
-
The tag used for strings and lists of small integers
- stringToHash(String) - Static method in class com.tailf.conf.ConfNamespace
-
Transforms a string into a namespace hash.
- stringToHash(String) - Method in class com.tailf.maapi.MaapiSchemas
-
Convert from String value to hash value for a specified tag.
- stringToTag(String) - Static method in class com.tailf.conf.ConfNamespace
-
- stringToTag(String, ArrayList<ConfNamespace>) - Static method in class com.tailf.conf.ConfNamespace
-
- stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.BitsTypeMethodsImpl
-
- stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.CSTypeMethods
-
parse value located in str and convert to ConfValue, the value is
validated.
- stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.Decimal64TypeMethodsImpl
-
- stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.EnumTypeMethodsImpl
-
- stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.IdentityTypeMethodsImpl
-
- stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl
-
- stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.ListTypeMethodsImpl
-
- stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas
-
parse value located in str and convert to ConfValue, the value is
validated.
- stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.UnionTypeMethodsImpl
-
- stringValue() - Method in enum com.tailf.conf.ErrorCode
-
- stringValue() - Method in interface com.tailf.maapi.ResultTypeString
-
- stringValue() - Method in class com.tailf.proto.ConfEBinary
-
Get the string representation of binary
- stringValue() - Method in class com.tailf.proto.ConfEString
-
Get the actual string contained in this object.
- SUBAGENT_INFO_DOWN - Static variable in class com.tailf.notif.SubagentNotification
-
- SUBAGENT_INFO_UP - Static variable in class com.tailf.notif.SubagentNotification
-
- SubagentNotification - Class in com.tailf.notif
-
Data structure for subagent notifications.
- SubagentNotification(int, String) - Constructor for class com.tailf.notif.SubagentNotification
-
- subList(int, int) - Method in class com.tailf.navu.NavuChange
-
- subscribe(int, int, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
-
Subscribe to given path.
- subscribe(int, ConfNamespace, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
-
Subscribe to a given path.
- subscribe(CdbSubscriptionType, int, int, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
-
Subscribe to a path.
- subscribe(CdbSubscriptionType, EnumSet<CdbSubscrConfigFlag>, int, int, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
-
Subscribe to a path.
- subscribe(CdbSubscriptionType, int, ConfNamespace, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
-
Subscribe to a path.
- subscribe(CdbSubscriptionType, EnumSet<CdbSubscrConfigFlag>, int, ConfNamespace, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
-
Subscribe to a path.
- subscribeDone() - Method in class com.tailf.cdb.CdbSubscription
-
Finishing the subscription setup.
- subscriberStart() - Method in class com.tailf.navu.NavuCdbConfigSubscriber
-
Deprecated.
Starts a NavuCdbConfigSubscriber asynchronously, submit
this runnable into the underlying ExecutorService if
the NavuCdbConfigSubscriber is not already started.
- subscriberStart() - Method in class com.tailf.navu.NavuCdbOperSubscriber
-
Deprecated.
Starts a NavuCdbOperSubscriber , submit
this runnable into the underlying ExecutorService
if the NavuCdbConfigSubscribe is not already started.
- subscriberStart() - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Starts a NavuCdbSubscriber asynchronously, if
the NavuCdbConfigSubscriber is not already been started.
- subscriberStop() - Method in interface com.tailf.navu.NavuCdbStoppedHandler
-
Deprecated.
Invoked when the subscriber stopped
- subscriberStop() - Method in interface com.tailf.navu.NavuCdbSubscriber
-
Deprecated.
Sends a Stop signal to the underlying subscription process
without shutting down the underlying
ExecutorService
.
- subscriberStop() - Method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
Sends a Stop signal to the underlying subscription process
without shutting down the underlying
ExecutorService
.
- subScriptionPoint() - Method in class com.tailf.navu.IterationEntry
-
Deprecated.
Returns the subscription point associated with the last completed
iteration.
- subScriptionPoint() - Method in interface com.tailf.navu.NavuCdbSubscriptionContext
-
Deprecated.
Returns the subscription point for
this current notification (or change set).
- substitute_percent(String, Object...) - Static method in class com.tailf.conf.ConfInternal
-
- suspendEncoding() - Method in class com.tailf.util.Base64.OutputStream
-
Suspends encoding of the stream.
- sync(CdbSubscriptionSyncType) - Method in class com.tailf.cdb.CdbSubscription
-
Synchronize the subscriber.
- syncAuditNotification(int) - Method in class com.tailf.notif.Notif
-
- syncHaNotification() - Method in class com.tailf.notif.Notif
-
- SyslogNotification - Class in com.tailf.notif
-
Data structure for syslog notifications.
- sysMessage(String, String) - Method in class com.tailf.maapi.Maapi
-
Send a message to a specific user, a specific user session or all users
depending on the to parameter.
- tag() - Method in interface com.tailf.maapi.ResultTypeTag
-
Retrieves the result tag from a query
- tagToString(int, ArrayList<ConfNamespace>) - Static method in class com.tailf.conf.ConfNamespace
-
- targets(Integer, ConfETuple[]) - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
-
- targets(Integer, ConfETuple[]) - Method in interface com.tailf.dp.DpSnmpInformResponseCallback
-
This callback provides the application with possibility to to take
actions based on the intended targets of an inform request.
- term - Variable in class com.tailf.conf.ConfResponse
-
- termRead(Socket) - Static method in class com.tailf.conf.ConfInternal
-
Request one term from ConfD/NCS.
- termRead(SelectionKey) - Static method in class com.tailf.conf.ConfInternal
-
Common method to read ( request ) a term from ConfD/NCS
NOTE: This method should not be used by users of this API.
- termRead(Object) - Static method in class com.tailf.conf.ConfInternal
-
Common method to read a term from ConfD/NCS
NOTE: This method should not be used by users of this API.
- termRead(Socket, int) - Static method in class com.tailf.conf.ConfInternal
-
Request one term from ConfD/NCS.
- termRead(SelectionKey, int) - Static method in class com.tailf.conf.ConfInternal
-
Read a response, term from ConfD/NCS with the
given SelectionKey
and the op cdbop
.
- termWrite(Socket, int, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
-
Writes a term argument to ConfD/NCS.
- termWrite(SelectionKey, int, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
-
Request that the operation op
should be performed,
with argument term term
and with the transaction handle
thandle
to ConfD/NCS.
- termWrite(int, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
-
- termWrite(Socket, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
-
Writes a term argument to ConfD/NCS.
- termWrite(Socket, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
-
Writes a term argument to ConfD/NCS.
- TEXT_PATTERN - Static variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
-
- textPattern - Variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
-
Deprecated.
- toArray() - Method in class com.tailf.navu.NavuChange
-
Converts the list of changes to an array.
- toArray(T[]) - Method in class com.tailf.navu.NavuChange
-
- toByteArray() - Method in class com.tailf.proto.ConfOutputStream
-
Get the contents of the stream in a byte array.
- toDOM(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
-
Return String DOM
document representation of a
(Conf)XML-structure.
- toDOM(ConfXMLParam[], String, String) - Static method in class com.tailf.conf.ConfXMLParam
-
Return String DOM
representation of a
(Conf)XML-structure.
- toEnum(int) - Static method in enum com.tailf.maapi.MaapiSchemas.CSShallowType
-
- toHash(String) - Method in class com.tailf.conf.ConfNamespace
-
- toHexListString() - Method in class com.tailf.conf.ConfBinary
-
Formats the Binary as a tailf:hex-list string.
- toKey() - Method in class com.tailf.navu.NavuLeaf
-
Convert the leaf value to a ConfKey.
- toKeyPathString() - Method in class com.tailf.conf.ConfXPath
-
return this path as a keypath string.
- toOctetListString() - Method in class com.tailf.conf.ConfBinary
-
Formats the Binary as a tailf::octet-list string.
- toString() - Method in class com.tailf.cdb.Cdb
-
- toString() - Method in class com.tailf.cdb.CdbPhase
-
- toString() - Method in class com.tailf.cdb.CdbSession
-
- toString() - Method in class com.tailf.cdb.CdbTxId
-
Return a string representation of this object.
- toString() - Method in enum com.tailf.conf.ConfAttributeType
-
Get the string label for this attribute type
- toString() - Method in class com.tailf.conf.ConfAttributeValue
-
- toString() - Method in class com.tailf.conf.ConfBinary
-
- toString() - Method in class com.tailf.conf.ConfBit32
-
- toString() - Method in class com.tailf.conf.ConfBit64
-
- toString() - Method in class com.tailf.conf.ConfBool
-
- toString() - Method in class com.tailf.conf.ConfBuf
-
- toString() - Method in class com.tailf.conf.ConfCLIToken
-
- toString() - Method in class com.tailf.conf.ConfDate
-
- toString() - Method in class com.tailf.conf.ConfDatetime
-
- toString() - Method in class com.tailf.conf.ConfDecimal64
-
- toString() - Method in class com.tailf.conf.ConfDefault
-
- toString() - Method in class com.tailf.conf.ConfDottedQuad
-
Format a dottedQuad as octets separated with dots, as for example:
"1.2.4.192"
- toString() - Method in class com.tailf.conf.ConfDouble
-
- toString() - Method in class com.tailf.conf.ConfDuration
-
- toString() - Method in class com.tailf.conf.ConfEnumeration
-
Get the string value for this enumeration.
- toString() - Method in class com.tailf.conf.ConfFloat
-
- toString() - Method in class com.tailf.conf.ConfHaNode
-
- toString() - Method in class com.tailf.conf.ConfHexList
-
Returns string representation of a ConfHexList
.
- toString() - Method in class com.tailf.conf.ConfHexString
-
Returns string representation of a ConfHexString
.
- toString() - Method in class com.tailf.conf.ConfIdentityRef
-
- toString() - Method in class com.tailf.conf.ConfInt32
-
- toString() - Method in class com.tailf.conf.ConfInt64
-
- toString() - Method in class com.tailf.conf.ConfIPv4
-
- toString() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
-
- toString() - Method in class com.tailf.conf.ConfIPv4Prefix
-
- toString() - Method in class com.tailf.conf.ConfIPv6
-
- toString() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
-
- toString() - Method in class com.tailf.conf.ConfIPv6Prefix
-
- toString() - Method in class com.tailf.conf.ConfKey
-
- toString() - Method in class com.tailf.conf.ConfList
-
- toString() - Method in class com.tailf.conf.ConfNamespace
-
Return a string representation on the namespace.
- toString(int) - Method in class com.tailf.conf.ConfNamespace
-
- toString() - Method in class com.tailf.conf.ConfNoExists
-
- toString() - Method in class com.tailf.conf.ConfObject
-
- toString() - Method in class com.tailf.conf.ConfObjectRef
-
- toString() - Method in class com.tailf.conf.ConfOctetList
-
Format a octetList as octets separated with dots, as for example:
"1.2.4.192.255.0"
- toString() - Method in class com.tailf.conf.ConfOID
-
- toString() - Method in class com.tailf.conf.ConfPath
-
Default String representation of this path, which is the keypath string
representation
- toString() - Method in class com.tailf.conf.ConfQname
-
- toString() - Method in class com.tailf.conf.ConfResponse
-
- toString() - Method in class com.tailf.conf.ConfTag
-
- toString() - Method in class com.tailf.conf.ConfTime
-
- toString() - Method in class com.tailf.conf.ConfTypeDescriptor
-
- toString() - Method in class com.tailf.conf.ConfUInt32
-
- toString() - Method in class com.tailf.conf.ConfUInt64
-
- toString() - Method in class com.tailf.conf.ConfUserInfo
-
- toString() - Method in class com.tailf.conf.ConfValue
-
- toString() - Method in class com.tailf.conf.ConfXKey
-
- toString() - Method in class com.tailf.conf.ConfXMLParam
-
- toString() - Method in class com.tailf.conf.ConfXMLTagH
-
- toString() - Method in class com.tailf.conf.ConfXPath
-
return the Default String representation, which is the XPath string
representation.
- toString() - Method in class com.tailf.conf.InstancePath
-
- toString() - Method in class com.tailf.conf.SnmpVarbind
-
- toString() - Method in class com.tailf.dp.DpAccumulate
-
- toString() - Method in class com.tailf.dp.DpUserInfo
-
Formats the User information
- toString() - Method in class com.tailf.maapi.Maapi
-
- toString() - Method in class com.tailf.maapi.MaapiCursor
-
- toString() - Method in class com.tailf.maapi.MaapiRollback
-
- toString() - Method in class com.tailf.maapi.MaapiSchemas.CSBit
-
- toString() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
-
Informative string representation of a CSCase instance
- toString() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
-
Informative string representation of a CSChoice instance
- toString() - Method in class com.tailf.maapi.MaapiSchemas.CSEnum
-
- toString() - Method in class com.tailf.maapi.MaapiSchemas.CSNamedType
-
Informative string representation of a CSNamedType instance
- toString() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
-
Informative string representation of a CSNode instance
- toString() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
-
Informative string representation of a CSNodeInfo instance
- toString() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
-
Informative string representation of a CSSchema instance
- toString() - Method in class com.tailf.maapi.MaapiSchemas.CSType
-
Informative string representation of a CSType instance
- toString() - Method in class com.tailf.maapi.MaapiSchemas
-
- toString() - Method in class com.tailf.maapi.MaapiUserSession
-
- toString() - Method in class com.tailf.navu.NavuAction
-
- toString() - Method in class com.tailf.navu.NavuContainer
-
- toString() - Method in class com.tailf.navu.NavuContext
-
- toString() - Method in class com.tailf.navu.NavuContextBase
-
- toString() - Method in class com.tailf.navu.NavuLeaf
-
- toString() - Method in class com.tailf.navu.NavuList
-
- toString() - Method in class com.tailf.navu.NavuNodeInfo
-
- toString() - Method in class com.tailf.notif.AuditNotification
-
- toString() - Method in class com.tailf.notif.CommitDiffNotification
-
- toString() - Method in class com.tailf.notif.CommitFailedNotification
-
- toString() - Method in class com.tailf.notif.CommitNotification
-
- toString() - Method in class com.tailf.notif.CommitProgressNotification
-
- toString() - Method in class com.tailf.notif.CommitQueueProgressNotification
-
- toString() - Method in class com.tailf.notif.ConfirmNotification
-
- toString() - Method in class com.tailf.notif.ForwardNotification
-
- toString() - Method in class com.tailf.notif.HaNotification
-
- toString() - Method in class com.tailf.notif.Notification
-
- toString() - Method in class com.tailf.notif.SnmpaNotification
-
- toString() - Method in class com.tailf.notif.StreamNotification
-
- toString() - Method in class com.tailf.notif.SubagentNotification
-
- toString() - Method in class com.tailf.notif.SyslogNotification
-
- toString() - Method in class com.tailf.notif.UpgradeNotification
-
- toString() - Method in class com.tailf.notif.UserSessNotification
-
- toString() - Method in class com.tailf.proto.ConfEAtom
-
Get the printname of the atom represented by this object.
- toString() - Method in class com.tailf.proto.ConfEBig
-
Get the string representation of this number.
- toString() - Method in class com.tailf.proto.ConfEBinary
-
Get the string representation of this binary object.
- toString() - Method in class com.tailf.proto.ConfEDouble
-
Get the string representation of this double.
- toString() - Method in class com.tailf.proto.ConfEList
-
Get the string representation of the list.
- toString() - Method in class com.tailf.proto.ConfELong
-
Get the string representation of this number.
- toString() - Method in class com.tailf.proto.ConfEObject
-
- toString() - Method in class com.tailf.proto.ConfEPid
-
Get the string representation of the pid.
- toString() - Method in class com.tailf.proto.ConfERef
-
Get the string representation of the ref.
- toString() - Method in class com.tailf.proto.ConfEString
-
Get the printable version of the string contained in this object.
- toString() - Method in class com.tailf.proto.ConfETuple
-
Get the string representation of the tuple.
- toString(byte[]) - Static method in class com.tailf.util.UTF8
-
- toXML(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
-
Return String XML representation of a (Conf)XML-structure.
- toXML(ConfXMLParam[], String, String) - Static method in class com.tailf.conf.ConfXMLParam
-
Return String XML representation of a (Conf)XML-structure.
- toXML(ConfXMLParam[], boolean) - Method in class com.tailf.util.ConfXMLParamToXML
-
Transforms the supplied parameter
ConfXMLParam[]
to a document (
Document
).
- toXML(ConfXMLParam[]) - Method in class com.tailf.util.ConfXMLParamToXML
-
Transforms the supplied parameter
ConfXMLParam[]
to a document (
Document
).
- toXML(ConfXMLParam[], String, String, boolean) - Method in class com.tailf.util.ConfXMLParamToXML
-
Transforms the supplied parameter
ConfXMLParam[]
to a document (
Document
).
- toXML(ConfXMLParam[], String, String) - Method in class com.tailf.util.ConfXMLParamToXML
-
Transforms the supplied
ConfXMLParam[]
to a document (
Document
).
- toXMLParam() - Method in class com.tailf.util.XMLtoConfXMLParam
-
Converts the xml to corresponding ConfXMLParam[]
The resulting ConfXMLParam[] is prepared for a getValues() call.
- toXMLParam(int) - Method in class com.tailf.util.XMLtoConfXMLParam
-
- toXMLParams(String, ConfPath) - Static method in class com.tailf.conf.ConfXMLParam
-
Converts an xml snippet to a corresponding ConfXMLParam[].
- toXMLParams(String, ConfPath, int) - Static method in class com.tailf.conf.ConfXMLParam
-
Converts an xml snippet to a corresponding ConfXMLParam[].
- toXPathString() - Method in class com.tailf.conf.ConfPath
-
Returns this path as an XPath string
- toXPathString() - Method in class com.tailf.conf.InstancePath
-
Returns this path object as an XPath string.
- trace(NavuNode, String, ConfIdentityRef) - Static method in class com.tailf.dp.services.ServiceLog
-
Write service log entry with level trace.
- trace(String) - Method in interface com.tailf.maapi.MaapiXPathEvalTrace
-
The interface declare a method that takes a single string as argument.
- TransCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for Trans Callbacks Attribute is callType
- TransCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for Trans Callbacks.
- TransCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.TransCallbackProxy
-
Constructor for Callback proxys.
- TransCBType - Enum in com.tailf.dp.proto
-
Enumeration of Trans callback methods
- transLock(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
-
- transLock(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
-
This callback is invoked when the validation phase of the transaction
starts.
- transUnlock(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
-
- transUnlock(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
-
This callback is called when the validation of the transaction
failed, or the validation is triggered explicitly (i.e.
- TransValidateCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for TransValidate Callbacks Attribute is callType
- TransValidateCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for TransValidate Callbacks.
- TransValidateCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.TransValidateCallbackProxy
-
Constructor for Callback proxys.
- TransValidateCBType - Enum in com.tailf.dp.proto
-
Enumeration of TransValidate callback methods
- TraversalFilter - Interface in com.tailf.navu.traversal
-
- traverse(NavuNode, List<TraversalFilter>) - Method in class com.tailf.navu.traversal.NavuTraversalBfsMean
-
- traverse(NavuNode, List<TraversalFilter>) - Method in class com.tailf.navu.traversal.NavuTraversalDfsMean
-
- traverse(NavuNode, List<TraversalFilter>) - Method in interface com.tailf.navu.traversal.NavuTraversalMean
-
- traverse() - Method in class com.tailf.navu.traversal.NavuTreeTraversal
-
Start the traversal process.
- triggerSubscriptions(int[]) - Method in class com.tailf.cdb.Cdb
-
Triggers Cdb subscription for configuration data.
- twoPhaseSubscriber(String, int) - Static method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
Retrieve a new instance of a NavuCdbTwoPhaseSubscriber.
- twoPhaseSubscriber(String, int, String) - Static method in class com.tailf.navu.NavuCdbSubscribers
-
Deprecated.
- TYPE_SNMP_COL_ROW - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- TYPE_SNMP_OID - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- TYPE_SNMP_VARIABLE - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- validate(DpTrans, ConfObject[], ConfValue) - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
-
- validate(DpTrans, ConfObject[], ConfValue) - Method in interface com.tailf.dp.DpValpointCallback
-
The validate() callback should validate the values and throw a
DpCallbackException
if the validation fails.
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.BitsTypeMethodsImpl
-
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.CSTypeMethods
-
Validates ConfValue of with rules from CSType
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.Decimal64TypeMethodsImpl
-
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.EnumTypeMethodsImpl
-
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.IdentityTypeMethodsImpl
-
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl
-
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.ListTypeMethodsImpl
-
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.RetrictedNumberTypeMethodsImpl
-
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.StringTypeMethodsImpl
-
- validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.UnionTypeMethodsImpl
-
- ValidateCallback - Annotation Type in com.tailf.dp.annotations
-
Annotation class for Validate Callbacks Attribute is callPoint
- ValidateCallbackProxy - Class in com.tailf.dp.annotations
-
Callback proxy for Validation Callbacks.
- ValidateCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.ValidateCallbackProxy
-
Constructor for Callback proxys.
- ValidateCBType - Enum in com.tailf.dp.proto
-
Enumeration of Validate callback methods
- validateTrans(int, boolean, boolean) - Method in class com.tailf.maapi.Maapi
-
Validates a transaction specified by transaction handle tid
- valpoint() - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
-
- valpoint() - Method in interface com.tailf.dp.DpValpointCallback
-
The name of the valpoint.
- value - Variable in class com.tailf.maapi.MaapiSchemas.CSEnum
-
Deprecated.
- value() - Method in class com.tailf.maapi.QueryResult.Entry
-
Retrieves the value from this entry
- value() - Method in class com.tailf.navu.NavuLeaf
-
Returns the effective value on the first call,
or cached value in the subsequent calls
of this leaf.
- valueAsString() - Method in class com.tailf.navu.NavuLeaf
-
Returns the Schema aware string representation of a leaf.
- valueOf(String) - Static method in enum com.tailf.cdb.CdbDBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.cdb.CdbGetModificationFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.cdb.CdbGetModificationFlag
-
- valueOf(String) - Static method in enum com.tailf.cdb.CdbLockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.cdb.CdbNotificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.cdb.CdbNotificationType
-
- valueOf(String) - Static method in enum com.tailf.cdb.CdbSubscrConfigFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.cdb.CdbSubscrConfigFlag
-
- valueOf(String) - Static method in enum com.tailf.cdb.CdbSubscriptionFlagType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.cdb.CdbSubscriptionFlagType
-
- valueOf(String) - Static method in enum com.tailf.cdb.CdbSubscriptionSyncType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.cdb.CdbSubscriptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.conf.ConfAttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.conf.ConfFindNextType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.conf.ConfFindNextType
-
Static method that creates an enum from an integer
ordinal value.
- valueOf(String) - Static method in enum com.tailf.conf.ConfIterateFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.conf.ConfIterateFlags
-
- valueOf(String) - Static method in enum com.tailf.conf.ConfIterateResultFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.conf.ConfIterateResultFlag
-
- valueOf(String) - Static method in enum com.tailf.conf.ConfList.WhereTo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.conf.DiffIterateFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.conf.DiffIterateFlags
-
- valueOf(String) - Static method in enum com.tailf.conf.DiffIterateOperFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.conf.DiffIterateOperFlag
-
- valueOf(String) - Static method in enum com.tailf.conf.DiffIterateResultFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.conf.DiffIterateResultFlag
-
- valueOf(String) - Static method in enum com.tailf.conf.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.conf.ErrorCode
-
- valueOf(String) - Static method in enum com.tailf.conf.ErrorVerbosity
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.conf.ErrorVerbosity
-
- valueOf(String) - Static method in enum com.tailf.conf.XMLParamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.AuthorizationOperCheck
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.AuthorizationResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.ActionCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.AuthCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.AuthorizationCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.DataCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.DBCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.NanoServiceCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.ServiceCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.SnmpInformResponseCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.TransCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.TransValidateCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.proto.ValidateCBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.dp.services.ServiceOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.dp.services.ServiceOperationType
-
Get ServiceOperationType from ordinal value
- valueOf(String) - Static method in enum com.tailf.ha.HaOrderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.ha.HaStateType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.ha.HaStateType
-
Instantiates an HaStateType from an integer value.
- valueOf(String) - Static method in enum com.tailf.maapi.CLIInteractionFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.maapi.CLIInteractionFlag
-
- valueOf(String) - Static method in enum com.tailf.maapi.MaapiConfigFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.maapi.MaapiFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.maapi.MaapiSchemas.CSShallowType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.maapi.MaapiUserSessionFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.maapi.MaapiUserSessionFlag
-
- valueOf(String) - Static method in enum com.tailf.maapi.MoveWhereFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.maapi.MoveWhereFlag
-
- valueOf(String) - Static method in enum com.tailf.maapi.XPathNodeIterateResultFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.maapi.XPathNodeIterateResultFlag
-
- valueOf(String) - Static method in enum com.tailf.navu.NavuContextBase.UnSetCaseInChoice
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.navu.NavuList.WhereTo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tailf.notif.NotificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.tailf.notif.NotificationType
-
- values() - Static method in enum com.tailf.cdb.CdbDBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.cdb.CdbGetModificationFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.cdb.CdbLockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.cdb.CdbNotificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.cdb.CdbSubscrConfigFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.cdb.CdbSubscriptionFlagType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.cdb.CdbSubscriptionSyncType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.cdb.CdbSubscriptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.ConfAttributeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.ConfFindNextType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.ConfIterateFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.ConfIterateResultFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.ConfList.WhereTo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.DiffIterateFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.DiffIterateOperFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.DiffIterateResultFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.ErrorVerbosity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.conf.XMLParamType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.AuthorizationOperCheck
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.AuthorizationResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.ActionCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.AuthCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.AuthorizationCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.DataCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.DBCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.NanoServiceCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.ServiceCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.SnmpInformResponseCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.TransCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.TransValidateCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.proto.ValidateCBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.dp.services.ServiceOperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.ha.HaOrderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.ha.HaStateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.maapi.CLIInteractionFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.maapi.MaapiConfigFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.maapi.MaapiFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.maapi.MaapiSchemas.CSShallowType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.maapi.MaapiUserSessionFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.maapi.MoveWhereFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.maapi.XPathNodeIterateResultFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.tailf.navu.NavuChoice
-
Return a list of cases contained within this choice.
- values() - Static method in enum com.tailf.navu.NavuContextBase.UnSetCaseInChoice
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.navu.NavuList.WhereTo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tailf.notif.NotificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.CSTypeMethods
-
convert to string representation for the corresponding Confvalue
- valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.Decimal64TypeMethodsImpl
-
- valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.EnumTypeMethodsImpl
-
- valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.IdentityTypeMethodsImpl
-
- valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl
-
- valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.ListTypeMethodsImpl
-
- valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.UnionTypeMethodsImpl
-
- valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas
-
convert to string representation for the corresponding ConfValue
- valueUpdateInd(NavuNode) - Method in class com.tailf.navu.NavuAction
-
- valueUpdateInd(NavuNode) - Method in class com.tailf.navu.NavuContainer
-
An indication received from a child node.
- valueUpdateInd(NavuNode) - Method in class com.tailf.navu.NavuLeaf
-
- valueUpdateInd(NavuNode) - Method in class com.tailf.navu.NavuList
-
- VARIABLE - Static variable in class com.tailf.conf.SnmpVarbind
-
- VARTYPE_SNMP_Counter32 - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_Counter64 - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_INTEGER - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_Interger32 - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_IpAddress - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_NULL - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_OBJECT_IDENTIFIER - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_OCTET_STRING - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_Opaque - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_TimeTicks - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- VARTYPE_SNMP_Unsigned32 - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
-
- versionTag - Static variable in class com.tailf.proto.ConfExternal
-
The version number used to mark serialized E terms