public class MapReduceConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ASSUMED_BASE_MEMORY_PER_REQUEST |
static int |
ASSUMED_JVM_RAM_OVERHEAD
Used as a rough estimate of how much memory is needed as a baseline independent of any specific
allocations.
|
static int |
DEFAULT_IO_BUFFER_SIZE
The size of the input buffer passed to the GCS readers / writers.
|
static int |
GCS_IO_BLOCK_SIZE |
static com.google.appengine.tools.cloudstorage.RetryParams |
GCS_RETRY_PARAMETERS |
static String |
MAP_OUTPUT_DIR_FORMAT |
static String |
MAP_OUTPUT_MIME_TYPE |
static int |
MAX_LAST_ITEM_STRING_SIZE
Maximum display size of the lastItem in the UI.
|
static int |
MAX_REDUCE_SHARDS |
static String |
MERGE_OUTPUT_DIR_FORMAT |
static String |
REDUCE_INPUT_MIME_TYPE |
static String |
SORT_OUTPUT_DIR_FORMAT |
public static final String MAP_OUTPUT_DIR_FORMAT
public static final String SORT_OUTPUT_DIR_FORMAT
public static final String MERGE_OUTPUT_DIR_FORMAT
public static final int ASSUMED_BASE_MEMORY_PER_REQUEST
public static final int ASSUMED_JVM_RAM_OVERHEAD
public static final int DEFAULT_IO_BUFFER_SIZE
public static final int GCS_IO_BLOCK_SIZE
public static final String MAP_OUTPUT_MIME_TYPE
public static final String REDUCE_INPUT_MIME_TYPE
public static final int MAX_LAST_ITEM_STRING_SIZE
public static final int MAX_REDUCE_SHARDS
public static final com.google.appengine.tools.cloudstorage.RetryParams GCS_RETRY_PARAMETERS
Copyright © 2015 Google. All rights reserved.