Package com.xmultra.util

Examples of com.xmultra.util.LongQueue


     * @param procNoDocsAveraged  The number of docs the average is calculated
     *                            over. Determines the size of the queue.
     */
    public DocMeter (int procNoDocsAveraged) {
        processorNoDocsAveraged = procNoDocsAveraged;
        docProcessTimeQueue = new LongQueue(processorNoDocsAveraged);

    }
View Full Code Here

TOP

Related Classes of com.xmultra.util.LongQueue

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.