com.taobao.metamorphosis.server.transaction
类 HeuristicTransactionJournal
java.lang.Object
com.taobao.metamorphosis.server.transaction.HeuristicTransactionJournal
- 所有已实现的接口:
- Closeable
public class HeuristicTransactionJournal
- extends Object
- implements Closeable
手工处理的事务日志
- 作者:
- boyan(boyan@taobao.com)
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeuristicTransactionJournal
public HeuristicTransactionJournal(String path)
throws IOException
- 抛出:
IOException
close
public void close()
throws IOException
- 指定者:
- 接口
Closeable
中的 close
- 抛出:
IOException
write
public void write(Object obj)
throws Exception
- 抛出:
Exception
read
public Object read()
throws Exception
- 抛出:
Exception
Copyright © 2010–2013. All rights reserved.