P - Type of path (subtree identifier), which represents location in treeD - Type of data (payload), which represents data payloadpublic interface AsyncTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D> extends org.opendaylight.yangtools.concepts.Identifiable<Object>
See derived transaction types for more concrete behavior:
AsyncReadTransaction - Read capabilities, user is able to read data from data treeAsyncWriteTransaction - Write capabilities, user is able to propose changes to data treeAsyncReadWriteTransaction - Read and Write capabilities, user is able to read state and to propose
changes of state.| Modifier and Type | Method and Description |
|---|---|
Object |
getIdentifier() |
Copyright © 2019 OpenDaylight. All rights reserved.