public interface TridentTuple extends List<Object>
Modifier and Type | Interface and Description |
---|---|
static interface |
TridentTuple.Factory |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinary(int i) |
byte[] |
getBinaryByField(String field) |
Boolean |
getBoolean(int i) |
Boolean |
getBooleanByField(String field) |
Byte |
getByte(int i) |
Byte |
getByteByField(String field) |
Double |
getDouble(int i) |
Double |
getDoubleByField(String field) |
Float |
getFloat(int i) |
Float |
getFloatByField(String field) |
Integer |
getInteger(int i) |
Integer |
getIntegerByField(String field) |
Long |
getLong(int i) |
Long |
getLongByField(String field) |
Short |
getShort(int i) |
Short |
getShortByField(String field) |
String |
getString(int i) |
String |
getStringByField(String field) |
Object |
getValue(int i) |
Object |
getValueByField(String field) |
List<Object> |
getValues() |
Object getValue(int i)
String getString(int i)
Integer getInteger(int i)
Long getLong(int i)
Boolean getBoolean(int i)
Short getShort(int i)
Byte getByte(int i)
Double getDouble(int i)
Float getFloat(int i)
byte[] getBinary(int i)
byte[] getBinaryByField(String field)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.