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>

    @Deprecated(forRemoval=true)
    public interface TypedReadWriteTransaction<D extends Datastore>
    extends TypedReadTransaction<D>, TypedWriteTransaction<D>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use TypedReadWriteTransaction instead.
    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