Store.Transactions.disableTransactions()
Signature
void disableTransactions (String url)
Description
Disables transactional behavior. All operations i.e. Store.Open/Put/Get/Delete post this call will be independent operations being applied immediately.
Parameters
Name | Type | Description |
url | String | Url of the Store |