首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 容错分布式共享事务内存

容错分布式共享事务内存

  • 资源大小:676.20 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 分布式 共享 事务 内存 容错

资 源 简 介

Tazio is a distributed software transactional memory implementation. It is built to offer a good degree of high reliability and fault tolerance, and it uses active replication to achieve them. Please go through the Wiki section to explore some of the ideas behind tazio. (You could start for example from Architecture) Example of Usage Define an interface annotaded with @Transactional (and of course provide an implementation) ``` @Transactional(implementation = UserImpl.class) public interface User extends Serializable { @PropertyGetter(propertyName = "username") String getUsername() throws RollbackException; @PropertySetter(propertyName = "username") void setUsername(String username) throws RollbackException; @PropertyGetter(propertyName = "bestFriend") User bestFriend() throws RollbackExceptio; @PropertySetter(propertyName = "bestFrien
VIP VIP
0.194734s