CroppedPLL<T> |
A PLL obtained by removing some rows at the beginning or the end of a PLL.
|
CroppedPLL.CroppedPartition |
|
DropPartitionsPLL<T> |
A PLL obtained by dropping some partitions from the parent PLL.
|
DropPartitionsPLL.PartitionLink |
|
IndexedPLL<T> |
A PLL indexed in sequential order.
|
IndexedPLL.IndexedPartition |
|
InMemoryPLL<T> |
A PLL which is created out of a regular Java collection.
|
InMemoryPLL.InMemoryPartition |
|
MapPartitionsPLL<U,T> |
A PLL obtained by transforming each partition independently.
|
OrderedJoinPLL<K,V,W> |
A PLL which represents the join of two others, assuming both are sorted by keys.
|
OrderedJoinPLL.JoinPartition |
|
PairPLL<K,V> |
Adds additional methods for PLLs of keyed collections.
|
PLL<T> |
A Partitioned Lazy List (PLL) is a lazily-computed immutable container data structure to represent lists of elements.
|
PLL.LastFlush |
|
PLLContext |
An object holding the necessary context instances to manipulate partitioned lazy lists (PLL).
|
ReadingProgressReporter |
|
RecordPLL |
A PLL of records efficiently computed from the underlying PLL of rows.
|
RecordPLL.RecordEnd |
|
RecordPLL.RecordPartition |
|
SinglePartitionPLL<T> |
A PLL which wraps an iterable, with a single partition corresponding to the iterable itself.
|
TextFilePLL |
A PLL whose contents are read from a set of text files.
|
TextFilePLL.TextFilePartition |
|
Tuple2<U,V> |
A class of pairs, similar to scala's Tuple2.
|
UnionPLL<T> |
A PLL which represents the concatenation of a sequence of other PLLs
|
UnionPLL.UnionPartition |
|