青年中文青年中文

atomicity的意思

atomicity中文翻譯:

n.原子數;原子價

相似詞語短語

atonicity───n.張力缺乏;張力缺乏性

diatomicity───雙原子性

tonicity───n.強壯;肌肉彈性;緊張性;調位強度

toxicity───n.[毒物]毒性

automaticity───n.自動性

Catholicity───n.普遍性;寬容

aromaticity───n.芳香性;芳香族化合物的結構

atomically───adv.利用原子能地

caloricity───n.生熱力;熱值

雙語使用場景

Separating the data and indexes raised issues of consistency and atomicity.───分離數據和索引引起了一致性和原子性問題。

Atomicity enables the two operations—the subtraction from the savings account and the addition to the checking account—to be treated as a single transaction.───原子性使得這兩個操作——從儲蓄帳戶減錢和向支票帳戶加錢——被當作單個事務處理。

log operation might not participate in atomicity at all.───不涉及事務原子性的日志操作。

Declaring a block of code to be synchronized has two important consequences, generally referred to as atomicity and visibility.───把代碼塊聲明為synchronized,有兩個重要后果,通常是指該代碼具有原子性(atomicity)和可見性(visibility)。

Analysis shows that this protocol guarantees the security, atomicity, accountability and impartiality of network online payment.───分析表明,本協議可以保證網絡在線支付交易的安全性、原子性、可確認性和公平性。

The guarantee of atomicity means that either all or none of these operations will occur, hence ensuring overall data integrity.───原子性的保證意味著,要么所有這些操作都將出現,要么一個操作也不出現,從而確保整個數據的完整性。

Rather, it is much more of a cache manager, in that it utilizes the atomicity of transactions to persist objects to a database.───相反,它更象是高速緩存管理器,因為它利用事務的原子性來將對象持久保存到數據庫。

Atomicity A transaction is an atomic unit of work and executes exactly once; either all the work is done or none of it is.───原子性事務是工作的原子單元,它的執行是一次性的,要么所有工作都完成,要么都沒有完成。

In combination with the corresponding recovery protocols, recovery algorithm guaranteed the atomicity of global transaction failure.───恢復算法結合相關恢復協議,確保了全局事務故障的原子性。

英語使用場景

The guarantee of atomicity is limited to individual operations; when multiple operations must be performed as a unit, a more coarse-grained synchronization mechanism must be used.

The guarantee of atomicity means that either all or none of these operations will occur, hence ensuring overall data integrity.

Mnesia supports ACID (Atomicity, Consistency, Isolation and Durability), but also offers the ability to perform in memory only operations on tables (at the expense of durability).

Atomicity: Either all steps that are part of the transaction happen or none will happen.

There are additional problems with volatile and the atomicity of 64-bit variables, but this is beyond the scope of this article.

Better data reliability is now ensured through true atomicity, consistency, isolation, and durability (ACID) support, and when devices experience battery power issues and connectivity disruptions.

IntelliFlow loose the need of atomicity , consistency, isolation required by traditional transaction model and propose the concept of demarcation point to implement part compensation.

Atomicity: If successful, then all the operations happen, and if unsuccessful, then none of the operations happen.

Atomicity requires that both withdrawal and deposit should happen in one go, or neither must occur.