All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.service.ndx.pipeline.IndexAsyncWriteStats Maven / Gradle / Ivy

package com.bigdata.service.ndx.pipeline;

import com.bigdata.service.AbstractFederation;

/**
 * Statistics for asynchronous index writes.
 * 
 * @author Bryan Thompson
 * @version $Id$
 */
public class IndexAsyncWriteStats extends
        AbstractRunnableMasterStats {

    public IndexAsyncWriteStats(final AbstractFederation fed) {

        super(fed);

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy