public class Tuple extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
EOF
When EOF field is true the Tuple marks the end of the stream.
|
Map |
fields |
Modifier and Type | Method and Description |
---|---|
Tuple |
clone() |
Object |
get(Object key) |
Double |
getDouble(Object key) |
List<Double> |
getDoubles(Object key) |
Long |
getLong(Object key) |
List<Long> |
getLongs(Object key) |
Map |
getMap() |
List<Map> |
getMaps() |
Map<String,Map> |
getMetrics() |
String |
getString(Object key) |
List<String> |
getStrings(Object key) |
void |
put(Object key,
Object value) |
void |
setMaps(List<Map> maps) |
void |
setMetrics(Map<String,Map> metrics) |
public boolean EOF
public Map fields
public Tuple(Map fields)
public Map getMap()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.