Interface TypedReadWriteTransaction<D extends Datastore>

  • Type Parameters:
    D - The logical datastore handled by the transaction.
    All Superinterfaces:
    org.opendaylight.yangtools.concepts.Identifiable<java.lang.Object>, org.opendaylight.mdsal.binding.api.Transaction, TypedReadTransaction<D>, TypedWriteTransaction<D>

    public interface TypedReadWriteTransaction<D extends Datastore>
    extends TypedReadTransaction<D>, TypedWriteTransaction<D>
    Read-write transaction which is specific to a single logical datastore (configuration or operational). Designed for use with ManagedNewTransactionRunner (it doesn’t support explicit cancel or commit operations).
    See Also:
    ReadWriteTransaction