com.taobao.metamorphosis.client.extension.storage
类 MessageStore

java.lang.Object
  继承者 com.taobao.common.store.journal.JournalStore
      继承者 com.taobao.metamorphosis.client.extension.storage.MessageStore
所有已实现的接口:
JournalStoreMBean, Store

public class MessageStore
extends JournalStore

保证先进先出顺序的JournalStore

从以下版本开始:
2011-8-12 上午10:30:56
作者:
无花

嵌套类摘要
 
从类 com.taobao.common.store.journal.JournalStore 继承的嵌套类/接口
JournalStore.InflyWriteData
 
字段摘要
 
从类 com.taobao.common.store.journal.JournalStore 继承的字段
dataFile, dataFiles, DEFAULT_MAX_BATCH_SIZE, FILE_SIZE, HALF_DAY, indices, logFile, logFiles, maxWriteBatchSize
 
构造方法摘要
MessageStore(String path, String name)
           
 
方法摘要
 
从类 com.taobao.common.store.journal.JournalStore 继承的方法
add, add, check, close, get, getDataFileInfo, getDataFilesInfo, getIntervalForCompact, getIntervalForRemove, getLogFileInfo, getLogFilesInfo, getMaxFileCount, getName, getNumber, getPath, getSize, iterator, newDataFile, remove, remove, setIntervalForCompact, setIntervalForRemove, setMaxFileCount, size, sync, update, viewIndexMap
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MessageStore

public MessageStore(String path,
                    String name)
             throws IOException
抛出:
IOException


Copyright © 2010–2013. All rights reserved.