Class DOMDataTreeIdentifier

    • Constructor Summary

      Constructors 
      Constructor Description
      DOMDataTreeIdentifier​(org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType datastoreType, org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier rootIdentifier)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int compareTo​(DOMDataTreeIdentifier obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean contains​(DOMDataTreeIdentifier other)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean equals​(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static DOMDataTreeIdentifier fromMdsal​(org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier mdsal)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return a counterpart to an MD-SAL data tree identifier.
      @NonNull org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType getDatastoreType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return the logical data store type.
      @NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier getRootIdentifier()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return the YangInstanceIdentifier of the root node.
      int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier toMdsal()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return MD-SAL counterpart of this object.
      String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Detail

      • DOMDataTreeIdentifier

        public DOMDataTreeIdentifier​(org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType datastoreType,
                                     org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier rootIdentifier)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • fromMdsal

        public static DOMDataTreeIdentifier fromMdsal​(org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier mdsal)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return a counterpart to an MD-SAL data tree identifier.
        Returns:
        Controller data tree identifier.
      • toMdsal

        public org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier toMdsal()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return MD-SAL counterpart of this object.
        Returns:
        MD-SAL data tree identifier.
      • getDatastoreType

        public @NonNull org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType getDatastoreType()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return the logical data store type.
        Returns:
        Logical data store type. Guaranteed to be non-null.
      • getRootIdentifier

        public @NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier getRootIdentifier()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return the YangInstanceIdentifier of the root node.
        Returns:
        Instance identifier corresponding to the root node.
      • contains

        public boolean contains​(DOMDataTreeIdentifier other)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        contains in interface org.opendaylight.yangtools.concepts.Path<DOMDataTreeIdentifier>
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object