public class HadoopMemoryJoinGate extends cascading.flow.stream.element.MemoryHashJoinGate
| Modifier and Type | Class and Description |
|---|---|
static class |
HadoopMemoryJoinGate.Spill |
closure, count, keys, keyValues, numIncomingEventingPathsgroupComparators, groupHasher, grouping, groupSortTuple, groupTuple, keyBuilder, keyEntry, keyFields, keyTuple, nullsAreNotEqual, sortBuilder, sortFields, tupleEntryIterator, valueComparators, valuesBuilder, valuesFields, valueTuple| Constructor and Description |
|---|
HadoopMemoryJoinGate(cascading.flow.FlowProcess<? extends org.apache.hadoop.conf.Configuration> flowProcess,
cascading.pipe.HashJoin join) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
countDownLatch() |
protected java.util.Set<cascading.tuple.Tuple> |
createKeySet() |
protected java.util.Map<cascading.tuple.Tuple,java.util.Collection<cascading.tuple.Tuple>> |
createTupleMap() |
protected void |
waitOnLatch() |
bind, complete, isBlockingStreamed, prepare, receivecreateDefaultNarrowBuilder, createKeyValuesArray, initializecleanup, createNarrowBuilder, createNulledBuilder, getDelegatedTuple, getKeyComparator, getNumDeclaredIncomingBranches, initComparatorsequals, getBranchNames, getFlowElement, getIncomingScopes, getOutgoingScopes, getSplice, handleException, handleReThrowableException, hashCode, hasTrapHandler, setBranchNames, setTrapHandler, toStringpublic HadoopMemoryJoinGate(cascading.flow.FlowProcess<? extends org.apache.hadoop.conf.Configuration> flowProcess, cascading.pipe.HashJoin join)
protected java.util.Set<cascading.tuple.Tuple> createKeySet()
createKeySet in class cascading.flow.stream.element.MemorySpliceGateprotected java.util.Map<cascading.tuple.Tuple,java.util.Collection<cascading.tuple.Tuple>> createTupleMap()
createTupleMap in class cascading.flow.stream.element.MemorySpliceGateprotected void waitOnLatch()
waitOnLatch in class cascading.flow.stream.element.MemoryHashJoinGateprotected void countDownLatch()
countDownLatch in class cascading.flow.stream.element.MemoryHashJoinGateCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.