Package com.taobao.common.store.journal

Examples of com.taobao.common.store.journal.JournalStore$InflyWriteData


        }
    }


    protected Store newStore(final String name) throws IOException {
        return new JournalStore(this.META_LOCALMESSAGE_PATH + File.separator + name, name);
    }
View Full Code Here

TOP

Related Classes of com.taobao.common.store.journal.JournalStore$InflyWriteData

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.