Metaspace.beginTransaction()

Signature

void beginTransaction (String metaSpaceName)

Domain

ACTION

Description

BeginTransaction starts a transaction. Any operations on any Space in this metaspace called from the thread that currently owns the transaction will be in a transactional state, until either commitTransaction or rollbackTransaction is invoked. Transaction is scoped by the current thread context.

Parameters

NameTypeDescription
metaSpaceNameStringmetaspace name

Returns

TypeDescription
void

Cautions

none