K
- mapper key typeV
- mapper value typepublic abstract class RunMapContext<K,V> extends Object
Constructor and Description |
---|
RunMapContext(int[] partitionMapping,
int invocationId,
int outputChunkSizeKb,
int hashTableSize,
int maxMemoryKb,
Class<K> keyClass,
Class<V> valueClass,
boolean valuesAreFixedLength,
int fixedValueLength) |
Modifier and Type | Method and Description |
---|---|
int |
getFixedValueLength() |
int |
getHashTableSize() |
int |
getInvocationId() |
Class<K> |
getKeyClass() |
int |
getMaxMemoryKb() |
int |
getOutputChunkSizeKb() |
int[] |
getPartitionMapping() |
Class<V> |
getValueClass() |
boolean |
getValuesAreFixedLength() |
public int[] getPartitionMapping()
public int getInvocationId()
public int getOutputChunkSizeKb()
public int getHashTableSize()
public boolean getValuesAreFixedLength()
public int getFixedValueLength()
public int getMaxMemoryKb()
Copyright (C) 2007-2014 ScaleOut Software, Inc.