| Modifier and Type | Method and Description |
|---|---|
static MountPointIdentifier |
MountPointIdentifier.create(org.opendaylight.yangtools.yang.common.QName qname) |
static MountPointIdentifier |
MountPointIdentifier.of(org.opendaylight.yangtools.yang.common.QName qname) |
static MountPointIdentifier |
MountPointIdentifier.readFrom(DataInput in) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MountPointContextFactory> |
MountPointContext.findMountPoint(@NonNull MountPointIdentifier label)
Attempt to acquire a
MountPointContextFactory to resolve schemas for the purposes of interpreting
this mount point. |
org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter |
MountPointStreamWriter.startMountPoint(MountPointIdentifier mountId,
MountPointContext mountCtx)
Start a new mount point with a specific mount point context.
|
Copyright © 2020 OpenDaylight. All rights reserved.