@Beta
public interface DOMDataTreeShardProducer
extends org.opendaylight.yangtools.concepts.Registration
Modifier and Type | Method and Description |
---|---|
default void |
close()
Close this producer, releasing all resources.
|
@NonNull DOMDataTreeShardWriteTransaction |
createTransaction()
Create a new write transaction for this producer.
|
@NonNull Collection<DOMDataTreeIdentifier> |
getPrefixes()
Return the collection of tree identifiers to which this producer is bound.
|
@NonNull Collection<DOMDataTreeIdentifier> getPrefixes()
@NonNull DOMDataTreeShardWriteTransaction createTransaction()
DOMDataTreeShardWriteTransaction.ready()
or cancelled.IllegalStateException
- if a previous transaction has not been closeddefault void close()
close
in interface AutoCloseable
close
in interface org.opendaylight.yangtools.concepts.Registration
Copyright © 2019 OpenDaylight. All rights reserved.