storm.trident.tuple
Interface TridentTuple

All Superinterfaces:
Collection<Object>, Iterable<Object>, ITuple, List<Object>
All Known Implementing Classes:
TridentTupleView

public interface TridentTuple
extends ITuple, List<Object>


Nested Class Summary
static interface TridentTuple.Factory
           
 
Method Summary
 
Methods inherited from interface backtype.storm.tuple.ITuple
contains, fieldIndex, getBinary, getBinaryByField, getBoolean, getBooleanByField, getByte, getByteByField, getDouble, getDoubleByField, getFields, getFloat, getFloatByField, getInteger, getIntegerByField, getLong, getLongByField, getShort, getShortByField, getString, getStringByField, getValue, getValueByField, getValues, select, size
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.