public class WriteModification extends AbstractModification
COMPOSITE, DELETE, MERGE, WRITE
Constructor and Description |
---|
WriteModification() |
WriteModification(short version) |
WriteModification(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> data) |
Modifier and Type | Method and Description |
---|---|
void |
apply(org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification transaction)
Apply the modification to the specified transaction.
|
void |
apply(DOMStoreWriteTransaction transaction)
Apply the modification to the specified transaction.
|
static WriteModification |
fromStream(ObjectInput in,
short version) |
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
getData() |
byte |
getType() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getPath, getVersion, setPath
public WriteModification()
public WriteModification(short version)
public WriteModification(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path, org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> data)
public void apply(DOMStoreWriteTransaction transaction)
Modification
transaction
- the transactionpublic void apply(org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification transaction)
Modification
transaction
- the transactionpublic org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> getData()
public byte getType()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public static WriteModification fromStream(ObjectInput in, short version) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
Copyright © 2019 OpenDaylight. All rights reserved.