|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Spillable | |
---|---|
org.apache.pig.data | Data types for Pig. |
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 |
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 |
NonSpillableDataBag
An unordered collection of Tuples (possibly) with multiples. |
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. |
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 |