Package net.yacy.kelondro.rwi

Examples of net.yacy.kelondro.rwi.IODispatcher


        log.logInfo("Initializing Segment '" + segmentPath + ".");

        this.log = log;
        this.segmentPath = segmentPath;

        this.merger = new IODispatcher(1, 1, writeBufferSize);
        this.merger.start();

        this.termIndex = new IndexCell<WordReference>(
                segmentPath,
                "text.index",
View Full Code Here

TOP

Related Classes of net.yacy.kelondro.rwi.IODispatcher

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.