@Beta public abstract class AbstractMountPointDataWithSchema<T extends DataSchemaNode> extends CompositeNodeDataWithSchema<T>
CompositeNodeDataWithSchema
which can hold mount-point data. This data is manipulated through
getMountPointData(MountPointIdentifier, MountPointContextFactory)
.CompositeNodeDataWithSchema.ChildReusePolicy
Modifier and Type | Method and Description |
---|---|
MountPointData |
getMountPointData(MountPointIdentifier label,
MountPointContextFactory factory) |
void |
write(NormalizedNodeStreamWriter writer,
NormalizedMetadataStreamWriter metaWriter) |
addChild, addChild, addChild, childSizeHint
equals, getAttributes, getSchema, hashCode, provideNodeIdentifier, setAttributes, write, writeMetadata
public void write(NormalizedNodeStreamWriter writer, NormalizedMetadataStreamWriter metaWriter) throws IOException
write
in class CompositeNodeDataWithSchema<T extends DataSchemaNode>
IOException
public final MountPointData getMountPointData(MountPointIdentifier label, MountPointContextFactory factory)
Copyright © 2020 OpenDaylight. All rights reserved.