public class SortLocationsComponent extends DelegatingComponent
ProcessingComponent.DynamicOperation| Constructor and Description |
|---|
SortLocationsComponent(ProcessingComponent delegate) |
SortLocationsComponent(ProcessingComponent delegate,
Comparator<Object[]> sortingComparator) |
| Modifier and Type | Method and Description |
|---|---|
List<Object[]> |
execute()
Execute this stage of processing and return the resulting tuples that each conform to the
columns. |
close, delegatecreateDynamicOperation, createSortComparator, emptyTuples, getColumns, getContext, getLocationIndexes, problemspublic SortLocationsComponent(ProcessingComponent delegate)
public SortLocationsComponent(ProcessingComponent delegate, Comparator<Object[]> sortingComparator)
public List<Object[]> execute()
ProcessingComponentcolumns.execute in class ProcessingComponentcolumns; never nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.