|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Spillable | |
---|---|
org.apache.pig.data | |
org.apache.pig.impl.util |
Uses of Spillable in org.apache.pig.data |
---|
Classes in org.apache.pig.data that implement Spillable | |
---|---|
class |
DataBag
A collection of Tuples. |
class |
DefaultDataBag
An unordered collection of Tuples (possibly) with multiples. |
class |
DistinctDataBag
An unordered collection of Tuples with no multiples. |
class |
SortedDataBag
An ordered collection of Tuples (possibly) with multiples. |
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 |