Uses of Interface
backtype.storm.tuple.ITuple

Packages that use ITuple
backtype.storm.tuple   
storm.trident.tuple   
 

Uses of ITuple in backtype.storm.tuple
 

Subinterfaces of ITuple in backtype.storm.tuple
 interface Tuple
          The tuple is the main data structure in Storm.
 

Classes in backtype.storm.tuple that implement ITuple
 class TupleImpl
           
 

Uses of ITuple in storm.trident.tuple
 

Subinterfaces of ITuple in storm.trident.tuple
 interface TridentTuple
           
 

Classes in storm.trident.tuple that implement ITuple
 class TridentTupleView
           
 



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