public static interface Session.HasTransactionOptions extends Session.TransactionalAction
Session.TransactionalAction's that want to provide custom transaction options.KVDatabase#createTransaction()| Modifier and Type | Method and Description |
|---|---|
Map<String,?> |
getTransactionOptions()
Get the options, if any, to be used when creating a new transaction for this action to run in.
|
Map<String,?> getTransactionOptions()
KVDatabase-specific transaction options, or null for noneCopyright © 2017. All rights reserved.