Constructor and Description |
---|
BindingDOMDataBrokerAdapter(DOMDataBroker domDataBroker,
BindingToNormalizedNodeCodec codec) |
Modifier and Type | Method and Description |
---|---|
static DataTreeProducer |
BindingDOMDataTreeProducerAdapter.create(DOMDataTreeProducer domProducer,
BindingToNormalizedNodeCodec codec)
Create instance of producer data tree.
|
static BindingDOMDataTreeServiceAdapter |
BindingDOMDataTreeServiceAdapter.create(DOMDataTreeService domService,
BindingToNormalizedNodeCodec codec)
Create instance of data tree service adapter.
|
static DataTreeCommitCohortRegistry |
BindingDOMDataTreeCommitCohortRegistryAdapter.from(BindingToNormalizedNodeCodec codec,
DOMDataTreeCommitCohortRegistry registry)
Create instance of registry of commit cohort.
|
Constructor and Description |
---|
BindingDOMCursorAwareWriteTransactionAdapter(T delegate,
BindingToNormalizedNodeCodec codec) |
BindingDOMDataTreeCommitCohortAdapter(BindingToNormalizedNodeCodec codec,
DataTreeCommitCohort<T> cohort) |
BindingDOMDataTreeListenerAdapter(DataTreeListener delegate,
BindingToNormalizedNodeCodec codec,
LogicalDatastoreType store) |
BindingDOMDataTreeWriteCursorAdapter(DataTreeIdentifier<?> path,
T delegate,
BindingToNormalizedNodeCodec codec) |
Constructor and Description |
---|
BindingDOMMountPointListenerAdapter(T listener,
BindingToNormalizedNodeCodec codec,
DOMMountPointService mountService) |
BindingDOMMountPointServiceAdapter(DOMMountPointService mountService,
BindingToNormalizedNodeCodec codec) |
BindingMountPointAdapter(BindingToNormalizedNodeCodec codec,
DOMMountPoint domMountPoint) |
Modifier and Type | Method and Description |
---|---|
BindingToNormalizedNodeCodec |
BindingDOMNotificationPublishServiceAdapter.getCodecRegistry() |
Constructor and Description |
---|
BindingDOMNotificationPublishServiceAdapter(BindingToNormalizedNodeCodec codec,
DOMNotificationPublishService domPublishService) |
Constructor and Description |
---|
BindingDOMOperationProviderServiceAdapter(DOMRpcProviderService domRpcRegistry,
DOMActionProviderService domActionRegistry,
BindingToNormalizedNodeCodec codec) |
BindingDOMOperationServiceAdapter(DOMRpcService domRpcService,
DOMActionService domActionService,
BindingToNormalizedNodeCodec codec) |
Constructor and Description |
---|
BindingDOMReadTransactionAdapter(DOMDataTreeReadTransaction delegate,
BindingToNormalizedNodeCodec codec) |
BindingDOMTransactionChainAdapter(DOMDataBroker chainFactory,
BindingToNormalizedNodeCodec codec,
TransactionChainListener listener) |
BindingDOMWriteTransactionAdapter(T delegateTx,
BindingToNormalizedNodeCodec codec) |
Modifier and Type | Method and Description |
---|---|
protected BindingToNormalizedNodeCodec |
AbstractForwardedDataBroker.getCodec() |
protected BindingToNormalizedNodeCodec |
AbstractForwardedTransaction.getCodec() |
Constructor and Description |
---|
AbstractForwardedDataBroker(DOMDataBroker domDataBroker,
BindingToNormalizedNodeCodec codec) |
AbstractForwardedTransaction(T delegateTx,
BindingToNormalizedNodeCodec codec) |
AbstractWriteTransaction(T delegate,
BindingToNormalizedNodeCodec codec) |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
BindingDOMAdapterBuilder.createInstance(BindingToNormalizedNodeCodec myCodec,
com.google.common.collect.ClassToInstanceMap<DOMService> delegates) |
void |
BindingDOMAdapterBuilder.setCodec(BindingToNormalizedNodeCodec codec)
Set codec for builder.
|
Constructor and Description |
---|
BindingDOMAdapterLoader(BindingToNormalizedNodeCodec codec) |
Modifier and Type | Method and Description |
---|---|
static <T extends TreeNode> |
LazyDataTreeModification.create(BindingToNormalizedNodeCodec codec,
DOMDataTreeCandidate candidate)
Create instance of Binding date tree modification according to DOM candidate of changes.
|
static <T extends TreeNode> |
LazyDataTreeModification.from(BindingToNormalizedNodeCodec codec,
Collection<org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate> domChanges,
LogicalDatastoreType datastoreType)
DOM data changes to new Binding data.
|
Copyright © 2019 OpenDaylight. All rights reserved.