Store.Transactions.disableTransactions()

Signature

void disableTransactions (String url)

Domain

ACTION

Description

Disables transactional behavior. All operations i.e. Store.Open/Put/Get/Delete post this call will be independent operations being applied immediately.

Parameters

NameTypeDescription
urlStringUrl of the Store

Returns

TypeDescription
void

Cautions

none