public final class DataTreeIdentifier<T extends DataObject> extends Object implements org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.concepts.Path<DataTreeIdentifier<?>>, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(DataTreeIdentifier<?> other) |
static <T extends DataObject> |
create(@NonNull LogicalDatastoreType datastoreType,
@NonNull InstanceIdentifier<T> rootIdentifier) |
boolean |
equals(Object obj) |
@NonNull LogicalDatastoreType |
getDatastoreType()
Return the logical data store type.
|
@NonNull InstanceIdentifier<T> |
getRootIdentifier()
Return the
InstanceIdentifier of the root node. |
int |
hashCode() |
String |
toString() |
public static <T extends DataObject> @NonNull DataTreeIdentifier<T> create(@NonNull LogicalDatastoreType datastoreType, @NonNull InstanceIdentifier<T> rootIdentifier)
public @NonNull LogicalDatastoreType getDatastoreType()
public @NonNull InstanceIdentifier<T> getRootIdentifier()
InstanceIdentifier of the root node.public boolean contains(DataTreeIdentifier<?> other)
contains in interface org.opendaylight.yangtools.concepts.Path<DataTreeIdentifier<?>>Copyright © 2019 OpenDaylight. All rights reserved.