Class DataTreeIdentifier<T extends DataObject>

    • Constructor Detail

      • DataTreeIdentifier

        public DataTreeIdentifier​(LogicalDatastoreType datastoreType,
                                  InstanceIdentifier<T> rootIdentifier)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getDatastoreType

        public @NonNull 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 InstanceIdentifier<T> getRootIdentifier()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return the InstanceIdentifier of the root node.
        Returns:
        Instance identifier corresponding to the root node.
      • contains

        public boolean contains​(DataTreeIdentifier<?> other)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        contains in interface Path<T extends DataObject>
      • 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