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

com.marklogic.mapreduce.InternalConstants Maven / Gradle / Ivy

There is a newer version: 2.3.4.2
Show newest version
package com.marklogic.mapreduce;

/**
 * Constants shared by internal modules.
 *
 * @author jchen
 *
 */

public interface InternalConstants {
    static final int MAX_BUFFER_SIZE = 1 << 24;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy