Uses of Class
storm.trident.JoinType

Packages that use JoinType
storm.trident   
storm.trident.operation.impl   
 

Uses of JoinType in storm.trident
 

Methods in storm.trident that return JoinType
static JoinType JoinType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinType[] JoinType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in storm.trident that return types with arguments of type JoinType
static List<JoinType> JoinType.mixed(JoinType... types)
           
 

Methods in storm.trident with parameters of type JoinType
 Stream TridentTopology.join(List<Stream> streams, List<Fields> joinFields, Fields outFields, JoinType type)
           
 Stream TridentTopology.join(Stream s1, Fields joinFields1, Stream s2, Fields joinFields2, Fields outFields, JoinType type)
           
static List<JoinType> JoinType.mixed(JoinType... types)
           
 

Method parameters in storm.trident with type arguments of type JoinType
 Stream TridentTopology.join(List<Stream> streams, List<Fields> joinFields, Fields outFields, List<JoinType> mixed)
           
 Stream TridentTopology.join(Stream s1, Fields joinFields1, Stream s2, Fields joinFields2, Fields outFields, List<JoinType> mixed)
           
 

Uses of JoinType in storm.trident.operation.impl
 

Constructor parameters in storm.trident.operation.impl with type arguments of type JoinType
JoinerMultiReducer(List<JoinType> types, int numGroupFields, List<Fields> sides)
           
 



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