Add DatastoreIdentifier 53/83253/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jul 2019 15:40:19 +0000 (17:40 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jul 2019 15:42:37 +0000 (17:42 +0200)
commiteed32618710451b38b1e4472e15e697f85704422
tree26ec02a7103a3d86b8efb22f52da50c5b82cdd1c
parent1c3658c0f96371499b42af77449175cc119f47e8
Add DatastoreIdentifier

This is a type-safe manifestation of RFC8342 datastore identity
for the purposes of yang-data-api. While this identifier not
immediately used in any contracts, it will be required for
RFC8525/RFC8528 interoperation where codecs are concerned.

JIRA: YANGTOOLS-1012
Change-Id: Ief45ed176d5751dc22249d3c40da2473f648bbc6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/DSIv1.java [new file with mode: 0644]
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/DatastoreIdentifier.java [new file with mode: 0644]