public class DeleteModification extends AbstractModification
COMPOSITE, DELETE, MERGE, WRITE
Constructor and Description |
---|
DeleteModification() |
DeleteModification(short version) |
DeleteModification(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
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(org.opendaylight.mdsal.dom.spi.store.DOMStoreWriteTransaction transaction)
Apply the modification to the specified transaction.
|
static DeleteModification |
fromStream(ObjectInput in,
short version) |
byte |
getType() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getPath, getVersion, setPath
public DeleteModification()
public DeleteModification(short version)
public DeleteModification(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
public void apply(org.opendaylight.mdsal.dom.spi.store.DOMStoreWriteTransaction transaction)
Modification
transaction
- the transactionpublic void apply(org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification transaction)
Modification
transaction
- the transactionpublic byte getType()
public void readExternal(ObjectInput in)
public void writeExternal(ObjectOutput out)
public static DeleteModification fromStream(ObjectInput in, short version)
Copyright © 2019 OpenDaylight. All rights reserved.