public class HadoopSpillableTupleMap extends cascading.tuple.collect.SpillableTupleMap
SpillableTupleMap,
SpillableTupleList,
Serialized Formjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
HadoopSpillableTupleMap(int initialCapacity,
float loadFactor,
int mapThreshold,
int listThreshold,
cascading.flow.FlowProcess<? extends Configuration> flowProcess) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<cascading.tuple.Tuple> |
createTupleCollection(cascading.tuple.Tuple tuple) |
protected cascading.tuple.collect.Spillable.SpillStrategy |
getSpillStrategy()
Method getSpillStrategy returns a SpillStrategy instance that is passed to the underlying Spillable
tuple collection.
|
get, getGrouping, getInitListThreshold, getMapCapacity, getMapLoadFactor, getMapThreshold, getMapThreshold, getSpillListener, setGrouping, setSpillListener, setSpillStrategy, spillCountclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic HadoopSpillableTupleMap(int initialCapacity, float loadFactor, int mapThreshold, int listThreshold, cascading.flow.FlowProcess<? extends Configuration> flowProcess)
protected java.util.Collection<cascading.tuple.Tuple> createTupleCollection(cascading.tuple.Tuple tuple)
createTupleCollection in class cascading.tuple.collect.SpillableTupleMapprotected cascading.tuple.collect.Spillable.SpillStrategy getSpillStrategy()
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.