com.marklogic.mapreduce.InternalConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-mapreduce2 Show documentation
Show all versions of marklogic-mapreduce2 Show documentation
MarkLogic Connector for Hadoop MapReduce
package com.marklogic.mapreduce;
/**
* Constants shared by internal modules.
*
* @author jchen
*
*/
public interface InternalConstants {
static final int MAX_BUFFER_SIZE = 1 << 24;
}