Uses of Class
org.opendaylight.yangtools.rfc8528.data.api.MountPointIdentifier
-
-
Uses of MountPointIdentifier in org.opendaylight.yangtools.rfc8528.data.api
Methods in org.opendaylight.yangtools.rfc8528.data.api that return MountPointIdentifier Modifier and Type Method Description static MountPointIdentifierMountPointIdentifier. create(org.opendaylight.yangtools.yang.common.QName qname)static MountPointIdentifierMountPointIdentifier. of(org.opendaylight.yangtools.yang.common.QName qname)static MountPointIdentifierMountPointIdentifier. readFrom(DataInput in)Methods in org.opendaylight.yangtools.rfc8528.data.api with parameters of type MountPointIdentifier Modifier and Type Method Description Optional<MountPointContextFactory>MountPointContext. findMountPoint(@NonNull MountPointIdentifier label)Attempt to acquire aMountPointContextFactoryto resolve schemas for the purposes of interpreting this mount point.org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriterStreamWriterMountPointExtension. startMountPoint(MountPointIdentifier mountId, MountPointContext mountCtx)Start a new mount point with a specific mount point context.
-