com.taobao.metamorphosis.server.transaction.store
类 JournalTransactionStore.Tx
java.lang.Object
com.taobao.metamorphosis.server.transaction.store.JournalTransactionStore.Tx
- 包容类:
- JournalTransactionStore
public static class JournalTransactionStore.Tx
- extends Object
事务内存对象,保存操作轨迹
- 作者:
- boyan(boyan@taobao.com)
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalTransactionStore.Tx
public JournalTransactionStore.Tx(JournalLocation location)
add
public void add(MessageStore store,
long msgId,
PutCommand putCmd)
getMsgIds
public Map<MessageStore,List<Long>> getMsgIds()
getRequests
public PutCommand[] getRequests()
getPutCommands
public Map<MessageStore,List<PutCommand>> getPutCommands()
getOperations
public Map<MessageStore,Queue<JournalTransactionStore.TxOperation>> getOperations()
Copyright © 2010–2013. All rights reserved.