public interface PurgingOperations
Modifier and Type | Method and Description |
---|---|
PurgingProcess |
purgeAsync(com.onwbp.adaptation.AdaptationTable table)
Executes a purging process on Matching results of the specified matching table in asynchronous mode.
|
void |
purgeSync(com.onwbp.adaptation.AdaptationTable table)
Executes a purging process on Matching results of the specified matching table in synchronous mode.
|
void purgeSync(com.onwbp.adaptation.AdaptationTable table) throws com.orchestranetworks.addon.mame.common.InvalidStateException
table
- A matching tablecom.orchestranetworks.addon.mame.common.InvalidStateException
PurgingProcess purgeAsync(com.onwbp.adaptation.AdaptationTable table) throws com.orchestranetworks.addon.mame.common.InvalidStateException
table
- A matching tablecom.orchestranetworks.addon.mame.common.InvalidStateException