Uses of Interface
storm.trident.spout.ISpoutPartition

Packages that use ISpoutPartition
storm.trident.spout   
 

Uses of ISpoutPartition in storm.trident.spout
 

Classes in storm.trident.spout with type parameters of type ISpoutPartition
 interface IOpaquePartitionedTridentSpout<Partitions,Partition extends ISpoutPartition,M>
          This defines a transactional spout which does *not* necessarily replay the same batch every time it emits a batch for a transaction id.
static interface IOpaquePartitionedTridentSpout.Emitter<Partitions,Partition extends ISpoutPartition,M>
           
 interface IPartitionedTridentSpout<Partitions,Partition extends ISpoutPartition,T>
          This interface defines a transactional spout that reads its tuples from a partitioned set of brokers.
static interface IPartitionedTridentSpout.Emitter<Partitions,Partition extends ISpoutPartition,X>
           
 



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