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.controller.sal.core.spi.data.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, setPathpublic DeleteModification()
public DeleteModification(short version)
public DeleteModification(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
public void apply(org.opendaylight.controller.sal.core.spi.data.DOMStoreWriteTransaction transaction)
Modificationtransaction - the transactionpublic void apply(org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification transaction)
Modificationtransaction - the transactionpublic byte getType()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
IOExceptionpublic static DeleteModification fromStream(ObjectInput in, short version) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionCopyright © 2018 OpenDaylight. All rights reserved.