public interface NotificationContext
NotificationHandler.received(N, co.cask.cdap.notifications.service.NotificationContext) method.| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(co.cask.cdap.api.TxRunnable runnable,
TxRetryPolicy policy)
Execute a set of operations on datasets via a
TxRunnable that are committed as a single transaction. |
boolean execute(co.cask.cdap.api.TxRunnable runnable,
TxRetryPolicy policy)
TxRunnable that are committed as a single transaction.runnable - The runnable to be executed in the transactionpolicy - TxRetryPolicy defining the behavior of this method in case the transaction failsCopyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.