|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Spillable | |
|---|---|
| org.apache.pig.data | This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. |
| org.apache.pig.impl.util | |
| Uses of Spillable in org.apache.pig.data |
|---|
| Subinterfaces of Spillable in org.apache.pig.data | |
|---|---|
interface |
DataBag
A collection of Tuples. |
| Classes in org.apache.pig.data that implement Spillable | |
|---|---|
class |
AccumulativeBag
|
class |
DefaultAbstractBag
Default implementation of DataBag. |
class |
DefaultDataBag
An unordered collection of Tuples (possibly) with multiples. |
class |
DistinctDataBag
An unordered collection of Tuples with no multiples. |
class |
InternalCachedBag
|
class |
InternalDistinctBag
An unordered collection of Tuples with no multiples. |
class |
InternalSortedBag
An ordered collection of Tuples (possibly) with multiples. |
class |
NonSpillableDataBag
An unordered collection of Tuples (possibly) with multiples. |
class |
ReadOnceBag
This bag is specifically created for use by POPackageLite. |
class |
SingleTupleBag
A simple performant implementation of the DataBag interface which only holds a single tuple. |
class |
SortedDataBag
An ordered collection of Tuples (possibly) with multiples. |
class |
SortedSpillBag
Common functionality for proactively spilling bags that need to keep the data sorted. |
| Uses of Spillable in org.apache.pig.impl.util |
|---|
| Methods in org.apache.pig.impl.util with parameters of type Spillable | |
|---|---|
void |
SpillableMemoryManager.registerSpillable(Spillable s)
Register a spillable to be tracked. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||