| Interface | Description |
|---|---|
| SortWorker |
| Class | Description |
|---|---|
| OfflineSortWorker<T extends gr.uoa.di.madgik.grs.record.Record> |
Used to populate the created ResultSet with records after the locator to the result has been sent
|
| OnlineSortWorker<T extends gr.uoa.di.madgik.grs.record.Record> |
Used to populate the created ResultSet with records after the locator to the result has been sent
|
| SortArrayElement |
Placeholder used during sorting operation
|
| SortAscendingComparator |
An implementation of the
Comparator interface that sorts in ascending order |
| SortDescendingComparator |
An implementation of the
Comparator interface that sorts in descending order |
| SortOp |
This class performs a sorting based on some key on its input
org.gcube.searchservice.searchlibrary.resultset.ResultSet
and produces a output org.gcube.searchservice.searchlibrary.resultset.ResultSet sorted in the specified order. |
| Enum | Description |
|---|---|
| SortAlgorithm |
Copyright © 2017. All Rights Reserved.