Package com.alibaba.rocketmq.store

Examples of com.alibaba.rocketmq.store.ConsumeQueue


                new MapedFileQueue(StorePathConfigHelper.getTranStateTableStorePath(defaultMessageStore
                    .getMessageStoreConfig().getStorePathRootDir()), defaultMessageStore
                    .getMessageStoreConfig().getTranStateTableMapedFileSize(), null);

        this.tranRedoLog =
                new ConsumeQueue(//
                    TRANSACTION_REDOLOG_TOPIC,//
                    TRANSACTION_REDOLOG_TOPIC_QUEUEID,//
                    StorePathConfigHelper.getTranRedoLogStorePath(defaultMessageStore.getMessageStoreConfig()
                        .getStorePathRootDir()),//
                    defaultMessageStore.getMessageStoreConfig().getTranRedoLogMapedFileSize(),//
View Full Code Here

TOP

Related Classes of com.alibaba.rocketmq.store.ConsumeQueue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.