|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tuple
A fixed-size collection of Objects, used in Crunch for representing joins
between PCollection
s.
Method Summary | |
---|---|
Object |
get(int index)
Returns the Object at the given index. |
int |
size()
Returns the number of elements in this Tuple. |
Method Detail |
---|
Object get(int index)
int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |