|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object com.taobao.metamorphosis.server.transaction.store.JournalStore
public class JournalStore
事务存储引擎
构造方法摘要 | |
---|---|
JournalStore(String path,
MessageStoreManager storeManager,
JournalTransactionStore transactionStore,
int maxCheckpoints,
int flushTxLogAtCommit)
|
方法摘要 | |
---|---|
void |
checkpoint()
设置一个checkpoint,下次回放将从最近设置的checkpoint开始 |
void |
close()
|
JournalLocation |
getRecentCheckpoint()
返回最近的checkpoint |
protected com.taobao.metamorphosis.server.transaction.store.DataFile |
newDataFile()
生成一个新的数据文件 |
JournalLocation |
write(TransactionCommands.TxCommand msg,
ByteBuffer attachment,
JournalLocation location,
boolean committedOrRollback)
写入命令到事务日志 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public JournalStore(String path, MessageStoreManager storeManager, JournalTransactionStore transactionStore, int maxCheckpoints, int flushTxLogAtCommit) throws Exception
Exception
方法详细信息 |
---|
public JournalLocation write(TransactionCommands.TxCommand msg, ByteBuffer attachment, JournalLocation location, boolean committedOrRollback) throws IOException
msg
- 事务命令attachment
- 事务命令的附加数据location
- 写入的位置committedOrRollback
- 是否是提交或者回滚命令
IOException
public void close() throws IOException
Closeable
中的 close
IOException
public JournalLocation getRecentCheckpoint()
public void checkpoint() throws Exception
Exception
protected com.taobao.metamorphosis.server.transaction.store.DataFile newDataFile() throws IOException
FileNotFoundException
IOException
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |