@Beta @NonNullByDefault public interface MountPointStreamWriter extends NormalizedNodeStreamWriterExtension
NormalizedNodeStreamWriterExtension
exposed by stream writers which can handle mount point data, notably
providing the facilities to resolve a mount point schema and normalize mount point contents into a normalized
structure.Modifier and Type | Method and Description |
---|---|
NormalizedNodeStreamWriter |
startMountPoint(MountPointIdentifier mountId,
MountPointContext mountCtx)
Start a new mount point with a specific mount point context.
|
NormalizedNodeStreamWriter startMountPoint(MountPointIdentifier mountId, MountPointContext mountCtx) throws IOException
NormalizedNodeStreamWriter.close()
d, at which point the parent writer will be
used again to emit the rest of the tree.mountId
- Mount point identifiermountCtx
- Mount point contextIOException
- if an error occursCopyright © 2020 OpenDaylight. All rights reserved.