atomicity

atomicity

美 [ˌætəm'ɪsɪti]  英 [ˌætəm'ɪsɪti]

  • n.化合价
  • 网络原子性;原子数;原子价

英汉双解

n.
1.
化合价the number of atoms in one molecule of a substance

英汉解释

n.
1.
【化】(气体分子中的)原子数
2.
原子价

英英解释

n.

例句

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.

恢复算法结合相关恢复协议确保全局事务故障原子

Likewise, operations updating multiple tables can take advantage of transactional atomicity in their changes.

同样多个数据操作能够利用事务原子优点

A transactional runtime environment assures atomicity, consistency, isolation, and durability of applications.

一个事务性运行环境确保一个应用程序原子一致性孤立持久

The relational databases also include the transaction ACID property (Atomicity, Consistency, Isolation, Durability).

关系数据库包括事务ACID属性原子一致性独立性持久)。

Atomicity means that operations with the database can be grouped together and treated as a single unit.

原子数据库操作可以组合一起当作单个单元处理

IBM solidDB implements ACID-compliant (Atomicity, Consistency, Isolation, Durability) in-memory cache to provide data durability.

IBMsolidDB实现ACID原子一致性隔离持久兼容内存缓存提高数据持久

Each log message contains the required atomicity level within the transaction coordination context.

一个日志消息事务协调上下文包含指定事务原子级别信息

Log operations can be treated as well as other updates to participate in atomicity.

视为其它更新一样参与原子事务日志操作

Savepoints are the perfect mechanism to achieve finer granularity of atomicity within a transaction.

保存事务实现粒度原子最佳方法

This variant is a compromise between atomicity and cost of transaction overhead.

这种操作类型原子事务带来巨大代价之间折中

A distributed transaction will be started to guarantee atomicity across all nodes that are affected by the update.

启动分布式事务保证更新影响所有节点之间原子

Atomicity, as a basic transaction property, is implemented in various systems.

作为事务基本属性原子各种系统实现

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

原子作为事务一部分所有步骤或者发生或者发生

The new model satisfies money and goods atomicity, and is more suitable than the original for the protocol in realistic environment.

模型能够满足货币原子商品原子并且模型更加符合协议运行实际环境

Bear in mind that the volatile keyword in Java code only guarantees that a variable is visible: it does not guarantee atomicity.

一定volatile关键字Java代码仅仅保证这个变量可见保证原子

A distributed transaction will be started to guarantee atomicity across all nodes affected by the update.

启动分布式事务确保更新影响所有节点原子

CRMs apply atomicity and durability properties to non-transactional resources.

CRM原子持久属性应用事务性资源

It also uses the log service (Logging) on the log service node, sending log messages with different atomicity levels.

同样可以使用日志服务节点日志服务Logging),发送不同事务原子级别的日志信息

Atomicity ensures that all updates are treated as a single unit and are either all committed or all rolled back.

原子确保所有更新当作一个单独单元要么全部提交要么

In this paper, we define a log service with some transactional semantics and concentrate on the atomicity semantics.

本文我们定义一个事务语法支持日志服务重点解决原子语法

Even hardware interrupts will respect the atomicity of machine instructions.

即使硬件中断不会破坏机器指令完整性

If the atomicity level is none, the log message is written immediately to the permanent log media.

如果事务原子级别日志消息立即写入永久性日志媒体

A log operation might not participate in atomicity at all.

涉及事务原子日志操作

The primary concerns in this kind of application are concurrency and atomicity.

这种应用程序主要问题并发性原子

The logging server then persists all log messages that require atomicity or semi-atomicity.

然后日志服务器持久所有事务原子原子日志消息

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

原子要求提款存款必须同时发生或者二者发生

The SCA container uses a two phase commit to achieve atomicity when multiple transactional resource managers are used.

使用多个事务资源管理器SCA容器使用一个阶段提交实现原子

More subtle than atomicity failures are visibility failures.

原子故障复杂可见故障

Separating the data and indexes raised issues of consistency and atomicity.

分离数据索引引起一致性原子问题

But then you lose the whole purpose of locking and atomicity, which clearly shows the necessity of using the memory constraint.

这样无法理解锁定原子全部意图这些明确显示使用内存约束必要性

Listing 6 shows how to use an AtomicReference to restore this last bit of atomicity to our example.

清单6展示如何使用AtomicReference修复示例最后一个原子问题

It receives log messages, each of which might require a certain atomicity level.

负责接收日志服务一个日志消息可能具有不同事务原子级别

The code in Listing 2 has visibility failures as well as atomicity failures.

清单2代码不仅原子故障可见性故障

"There is a new granularity, atomicity and a kind of chemistry, " he remarked.

认为出现一种粒度原子化学”。

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

使用volatile64变量原子另外一些问题超出本文讨论范围