Modifier and Type | Method and Description |
---|---|
<T extends TreeNode> |
ReadTransaction.read(LogicalDatastoreType store,
InstanceIdentifier<T> path,
BiConsumer<ReadFailedException,T> callback)
Reads data from the provided logical data store located at the provided path.
|
Modifier and Type | Method and Description |
---|---|
<T extends TreeNode> |
BindingDOMReadTransactionAdapter.read(LogicalDatastoreType store,
InstanceIdentifier<T> path,
BiConsumer<ReadFailedException,T> callback) |
Modifier and Type | Method and Description |
---|---|
<T extends TreeNode> |
ForwardingReadTransaction.read(LogicalDatastoreType store,
InstanceIdentifier<T> path,
BiConsumer<ReadFailedException,T> callback) |
Modifier and Type | Method and Description |
---|---|
void |
DataBrokerFailuresImpl.failReads(int howManyTimes,
ReadFailedException exception) |
void |
DataBrokerFailures.failReads(int howManyTimes,
ReadFailedException exception)
Fails N future reads.
|
void |
DataBrokerFailuresImpl.failReads(ReadFailedException exception) |
void |
DataBrokerFailures.failReads(ReadFailedException exception)
Fails all future reads.
|
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.util.concurrent.ExceptionMapper<ReadFailedException> |
ReadFailedException.MAPPER |
Modifier and Type | Class and Description |
---|---|
class |
DOMDataTreeInaccessibleException
Failure reported when a data tree is no longer accessible.
|
class |
DOMDataTreeListeningException
Base exception for various causes why and
DOMDataTreeListener
may be terminated by the DOMDataTreeService implementation. |
Copyright © 2019 OpenDaylight. All rights reserved.