com.taobao.metamorphosis.server.transaction.store
类 JournalTransactionStore.AddMsgOperation

java.lang.Object
  继承者 com.taobao.metamorphosis.server.transaction.store.JournalTransactionStore.AddMsgOperation
所有已实现的接口:
JournalTransactionStore.TxOperation
包容类:
JournalTransactionStore

public static class JournalTransactionStore.AddMsgOperation
extends Object
implements JournalTransactionStore.TxOperation


字段摘要
 long msgId
           
 PutCommand putCmd
           
 MessageStore store
           
 
从接口 com.taobao.metamorphosis.server.transaction.store.JournalTransactionStore.TxOperation 继承的字段
ADD_OP
 
构造方法摘要
JournalTransactionStore.AddMsgOperation(MessageStore store, long msgId, PutCommand putCmd)
           
 
方法摘要
 byte getType()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

store

public MessageStore store

msgId

public long msgId

putCmd

public PutCommand putCmd
构造方法详细信息

JournalTransactionStore.AddMsgOperation

public JournalTransactionStore.AddMsgOperation(MessageStore store,
                                               long msgId,
                                               PutCommand putCmd)
方法详细信息

getType

public byte getType()
指定者:
接口 JournalTransactionStore.TxOperation 中的 getType


Copyright © 2010–2013. All rights reserved.