atomicity

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

n.  原子价; 原子数

化学



牛津词典

noun

  1. 原子价;原子数
    the number of atoms in one molecule of a substance

    双语例句

    1. Even hardware interrupts will respect the atomicity of machine instructions.
      即使是硬件中断也不会破坏机器指令的完整性。
    2. Atomicity ensures that all updates are treated as a single unit and are either all committed or all rolled back.
      原子性确保所有更新被当作一个单独的单元,要么全部提交,要么回滚。
    3. The relational databases also include the transaction ACID property ( Atomicity, Consistency, Isolation, Durability).
      关系数据库还包括事务ACID属性(原子性、一致性、独立性、持久性)。
    4. But then you lose the whole purpose of locking and atomicity, which clearly shows the necessity of using the memory constraint.
      但这样您会无法理解锁定和原子性的全部意图,这些明确显示了使用内存约束的必要性。
    5. The lower-level technique involves starting the transaction at the lowest possible layer in the architecture while still being able to maintain atomicity and isolation of the update operations.
      低级(lower-level)技巧涉及在体系结构中尽可能低的层启动事务,同时仍然能够更新操作的原子性和隔离。
    6. Atomicity: Either all steps that are part of the transaction happen or none will happen.
      原子性:作为事务一部分的所有步骤或者都发生,或者都不发生。
    7. The transaction manager manages global transactions and coordinates the decision to commit them or roll them back, thus ensuring their atomicity.
      事务管理器管理全局事务,并协调进行提交或回滚的决定,从而确保它们的原子性。
    8. Compared with flow-managed persistence in atomic flows, the most significant change happens to the scope of transactions: atomicity applies to each step of the process rather than the entire flow.
      与原子流中流管理的持久化相比,事务作用域发生的最大变化时:原子性应用于进程的每一步而不是整个流。
    9. This ensures that the atomicity, consistency, isolation, and durability ( ACID) criteria for transactions are met and that referential integrity is enforced.
      这可确保满足事务的原子性、一致性、隔离和持久性(ACID)标准,且保证引用完整性。
    10. They depend on characteristics such as atomicity, consistency, isolation, and durability ( ACID) properties as well as a range of data management technologies and methodologies that did not exist a half century ago.
      他们依赖于原子性、一致性、隔离性和持久性(ACID)这样的特征以及半个世纪以前不存在的一系列数据管理技术和方法。
    11. While the semantics of synchronized do include mutual exclusion and atomicity, the reality of what happens prior to monitor entry and after monitor exit is considerably more complicated.
      虽然synchronized的语义中确实包括互斥和原子性,但在管程进入之前和在管程退出之后发生的事情要复杂得多。
    12. If you know that the volatile keyword in the Java language only guarantees variable visibility, but not atomicity, this should make you pause.
      如果您知道volatile关键字在Java语言中仅仅保证变量的可见性,而不保证原子性,那么这应该会引起您的注意。
    13. This is just one of many examples illustrating how data inconsistency can occur, even when compensation frameworks are used to maintain transaction atomicity.
      这是众多例子中的一个,仅此说明数据的不一致是如何发生的,即使使用了补偿框架来维持事务原子性。
    14. Savepoints are the perfect mechanism to achieve finer granularity of atomicity within a transaction.
      保存点是在事务中实现更细粒度的原子性的最佳方法。
    15. IBM solidDB implements ACID-compliant ( Atomicity, Consistency, Isolation, Durability) in-memory cache to provide data durability.
      IBMsolidDB实现了与ACID(原子性、一致性、隔离性和持久性)兼容的内存缓存来提高数据持久性。
    16. These tasks can be collectively referred to as the ACID test; ACID is an acronym for Atomicity, Consistency, Isolation, and Durability.
      这些任务可以合称为ACID测试;ACID是Atomicity(原子性)、Consistency(一致性)、Isolation(隔离性)和Durability(持久性)的缩略词。
    17. The SCA container uses a two phase commit to achieve atomicity when multiple transactional resource managers are used.
      当使用多个事务资源管理器时,SCA容器使用一个两阶段提交实现原子性。
    18. We can now define a transaction as a related collection of operations on the application state, which has the properties of atomicity, consistency, isolation, and durability.
      现在,我们将事务定义为对应用程序状态的相关操作的集合。事务具有原子性、一致性、隔离性以及持久性这几个属性。
    19. Atomicity requires that both withdrawal and deposit should happen in one go, or neither must occur.
      原子性要求提款和存款必须同时发生,或者二者都不发生。
    20. SQL databases with a single instance are used only when the ACID ( atomicity, consistency, isolation, durability) characteristic is important& for example, for information-transfer operations such as debit-credit operations on bank accounts.
      具有单一实例的SQL数据库仅在ACID(原子性、一致性、隔离性、耐久性)他特征很重要时使用,例如,在执行信息传输操作时,比如在执行银行帐户上的借贷操作时。
    21. 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.
      原子性使得这两个操作从储蓄帐户减钱和向支票帐户加钱被当作单个事务进行处理。
    22. Analysis shows that this protocol guarantees the security, atomicity, accountability and impartiality of network online payment.
      分析表明,本协议可以保证网络在线支付交易的安全性、原子性、可确认性和公平性。
    23. Research of AFAP Protocol Realizing Atomicity and Fair Anonymity
      满足原子性和公平匿名性的AFAP协议研究
    24. 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).
      Mnesia支持ACID(A=原子性,C=一致性,I=隔离性,D=耐久性),不过也提供仅限于内存的数据表操作能力(以牺牲耐久性为代价)。
    25. The new model satisfies money and goods atomicity, and is more suitable than the original for the protocol in realistic environment.
      新模型能够满足货币原子性和商品原子性,并且比原模型更加符合协议运行的实际环境。
    26. Transaction management features that enforce transaction atomicity and consistency.
      事务管理特性,强制保持事务的原子性和一致性。
    27. Designing appropriate fault tolerant mechanisms to maintaining ACID ( Atomicity, Consistency, Isolation and Durability) properties in process flows poses a big challenge in designing SOA solutions.
      设计合理的容错机制以维持流程中的ACID(原子性、一致性、隔离性和持久性)特性是设计SOA解决方案的一大挑战。
    28. In a distributed real time database system, the only way to ensure transaction atomicity is to investigate and develop a real time atomic commit protocol.
      在分布式实时数据库系统中,保证事务原子性的唯一途径是研究和开发出一个实时的原子提交协议。
    29. Likewise, operations updating multiple tables can take advantage of transactional atomicity in their changes.
      同样的,更行多个数据表的操作能够利用事务的原子性的优点。
    30. Separating the data and indexes raised issues of consistency and atomicity.
      分离数据和索引引起了一致性和原子性问题。