| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.sort |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> UnilateralSortMerger.CircularElement<T> |
UnilateralSortMerger.endMarker()
Gets the element that is passed as marker for the end of data.
|
protected static <T> UnilateralSortMerger.CircularElement<T> |
UnilateralSortMerger.spillingMarker()
Gets the element that is passed as marker for signal beginning of spilling.
|
protected UnilateralSortMerger.CircularElement<E> |
UnilateralSortMerger.SpillingThread.takeNext(BlockingQueue<UnilateralSortMerger.CircularElement<E>> queue,
Queue<UnilateralSortMerger.CircularElement<E>> cache) |
| Modifier and Type | Method and Description |
|---|---|
protected UnilateralSortMerger.CircularElement<E> |
UnilateralSortMerger.SpillingThread.takeNext(BlockingQueue<UnilateralSortMerger.CircularElement<E>> queue,
Queue<UnilateralSortMerger.CircularElement<E>> cache) |
protected UnilateralSortMerger.CircularElement<E> |
UnilateralSortMerger.SpillingThread.takeNext(BlockingQueue<UnilateralSortMerger.CircularElement<E>> queue,
Queue<UnilateralSortMerger.CircularElement<E>> cache) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.