Interface | Description |
---|---|
ClusteredDOMDataTreeChangeListener |
ClusteredDOMDataTreeChangeListener is a marker interface to enable data tree change notifications on all
instances in a cluster where this listener is registered.
|
DOMActionAvailabilityExtension |
An
DOMActionServiceExtension exposed by DOMActionService s which allow their users to listen
for actions are becoming available. |
DOMActionAvailabilityExtension.AvailabilityListener |
An
EventListener used to track Operation implementations becoming (un)available
to a DOMActionService . |
DOMActionImplementation |
Interface implemented by an individual operation implementation.
|
DOMActionProviderService |
A
DOMService which allows registration of action implementations with a conceptual router. |
DOMActionProviderServiceExtension |
Marker interface for extensions of
DOMActionProviderService . |
DOMActionResult |
Interface defining a result of an operation invocation.
|
DOMActionService |
A
DOMService which allows clients to invoke Actions. |
DOMActionServiceExtension |
Marker interface for extensions of
DOMActionService . |
DOMDataBroker |
Data Broker which provides data transaction and data change listener functionality using
NormalizedNode . |
DOMDataBrokerExtension |
Type capture of a
DOMServiceExtension applicable to DOMDataBroker
implementations. |
DOMDataTreeCandidate |
An encapsulation of a data tree modification.
|
DOMDataTreeChangeListener |
Interface implemented by classes interested in receiving notifications about data tree changes.
|
DOMDataTreeChangeService |
A
DOMServiceExtension which allows users to register for changes to a
subtree. |
DOMDataTreeCommitCohort |
Commit cohort participating in commit of data modification, which can validate data tree
modifications, with option to reject supplied modification, and with callbacks describing state
of commit.
|
DOMDataTreeCommitCohortRegistration<T> |
Registration of
DOMDataTreeCommitCohort . |
DOMDataTreeCommitCohortRegistry |
Commit Cohort registry for
DOMDataTreeWriteTransaction . |
DOMDataTreeCursor |
A cursor holding a logical position within a conceptual data tree.
|
DOMDataTreeCursorAwareTransaction |
Write transaction that provides cursor's with write access to the data tree.
|
DOMDataTreeCursorProvider | |
DOMDataTreeListener |
Interface implemented by data consumers, e.g.
|
DOMDataTreeProducer |
A data producer context.
|
DOMDataTreeProducerFactory |
Base source of
DOMDataTreeProducer s. |
DOMDataTreeReadCursor | |
DOMDataTreeReadOperations | |
DOMDataTreeReadTransaction |
A transaction that provides read access to a logical data store.
|
DOMDataTreeReadWriteTransaction |
A transaction that provides read/write access to a logical data store.
|
DOMDataTreeService |
A
DOMService providing access to the conceptual data tree. |
DOMDataTreeServiceExtension |
Type capture of a
DOMServiceExtension applicable to DOMDataTreeService implementations. |
DOMDataTreeShard |
A single shard of the conceptual data tree.
|
DOMDataTreeShardingService |
A
DOMService providing access to details on how the conceptual data tree
is distributed among providers (also known as shards). |
DOMDataTreeTransaction |
A common parent for all transactions which operate on a conceptual data tree.
|
DOMDataTreeWriteCursor | |
DOMDataTreeWriteOperations | |
DOMDataTreeWriteTransaction |
Write transaction provides mutation capabilities for a data tree.
|
DOMEvent |
Generic event interface.
|
DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> |
Marker interface for services which can support
DOMServiceExtension . |
DOMMountPoint | |
DOMMountPointListener | |
DOMMountPointService | |
DOMMountPointService.DOMMountPointBuilder | |
DOMNotification |
A single YANG notification.
|
DOMNotificationListener |
Interface implemented by listeners interested in
DOMNotification s. |
DOMNotificationPublishService |
A
DOMService which allows its user to send DOMNotification s. |
DOMNotificationService |
A
DOMService which allows its users to subscribe to receive
DOMNotification s. |
DOMRpcAvailabilityListener |
An
EventListener used to track RPC implementations becoming (un)available
to a DOMRpcService . |
DOMRpcImplementation |
Interface implemented by an individual RPC implementation.
|
DOMRpcImplementationRegistration<T extends DOMRpcImplementation> |
A registration of a
DOMRpcImplementation . |
DOMRpcProviderService |
A
DOMService which allows registration of RPC implementations with a conceptual router. |
DOMRpcResult |
Interface defining a result of an RPC call.
|
DOMRpcService |
A
DOMService which allows clients to invoke RPCs. |
DOMSchemaService | |
DOMSchemaServiceExtension |
Type capture of a
DOMServiceExtension applicable to DOMSchemaService
implementations. |
DOMService |
Marker interface for services which can be obtained from a
DOMMountPoint
instance. |
DOMServiceExtension<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> |
Marker interface for services which expose additional functionality on top
of some base
DOMService . |
DOMTransactionChain |
A chain of transactions.
|
DOMTransactionChainListener |
Listener for transaction chain events.
|
DOMTransactionFactory |
A factory which allocates new transactions to operate on the data tree.
|
DOMYangTextSourceProvider |
A DOMSchemaServiceExtension exposing access to
YangTextSchemaSource . |
Class | Description |
---|---|
DOMActionInstance |
An action which is subject to availability.
|
DOMDataTreeCommitCohort.DataValidationFailedExceptionMapper |
An ExceptionMapper that translates an Exception to a DataValidationFailedException.
|
DOMDataTreeIdentifier |
A unique identifier for a particular subtree.
|
DOMRpcIdentifier |
Identifier of a RPC context.
|
Exception | Description |
---|---|
DefaultDOMRpcException |
Default implementation of DOMRpcException.
|
DOMActionException |
Base class for failures that can occur during operation invocation.
|
DOMActionNotAvailableException |
Exception indicating that no implementation of the requested action is available.
|
DOMDataTreeInaccessibleException |
Failure reported when a data tree is no longer accessible.
|
DOMDataTreeListeningException |
Base exception for various causes why and
DOMDataTreeListener
may be terminated by the DOMDataTreeService implementation. |
DOMDataTreeLoopException |
Exception thrown when a loop is detected in the way
DOMDataTreeListener
and DOMDataTreeProducer instances would be connected. |
DOMDataTreeProducerBusyException |
Exception indicating that the
DOMDataTreeProducer has an open user
transaction and cannot be closed. |
DOMDataTreeProducerException |
Base exception for all exceptions related to
DOMDataTreeProducer s. |
DOMDataTreeShardingConflictException |
Exception thrown when an attempt to attach a conflicting shard to the global
table.
|
DOMNotificationRejectedException |
This exception indicates that given notification can not be processed by corresponding mechanism.
|
DOMRpcException |
Base class for failures that can occur during RPC invocation.
|
DOMRpcImplementationNotAvailableException |
Exception indicating that no implementation of the requested RPC service is available.
|
DOMTransactionChainClosedException |
Exception thrown when an attempt is made to open a new transaction in a closed chain.
|
Copyright © 2019 OpenDaylight. All rights reserved.