Uses of Class
net.esper.collection.UniformPair

Packages that use UniformPair
net.esper.eql.join Join process interfaces and glue code 
net.esper.event This package defines the Esper Client event API. 
 

Uses of UniformPair in net.esper.eql.join
 

Methods in net.esper.eql.join that return UniformPair
 UniformPair<Set<MultiKey<EventBean>>> JoinSetComposerImpl.join(EventBean[][] newDataPerStream, EventBean[][] oldDataPerStream)
           
 UniformPair<Set<MultiKey<EventBean>>> JoinSetComposer.join(EventBean[][] newDataPerStream, EventBean[][] oldDataPerStream)
          Return join tuple result set from new data and old data for each stream.
 

Uses of UniformPair in net.esper.event
 

Methods in net.esper.event that return UniformPair
static UniformPair<Set<MultiKey<EventBean>>> EventBeanUtility.flattenBatchJoin(List<UniformPair<Set<MultiKey<EventBean>>>> joinPostings)
          Flattens a list of pairs of join result sets.
static UniformPair<EventBean[]> EventBeanUtility.flattenBatchStream(List<UniformPair<EventBean[]>> updateVector)
          Flatten the vector of arrays to an array.
 

Method parameters in net.esper.event with type arguments of type UniformPair
static UniformPair<Set<MultiKey<EventBean>>> EventBeanUtility.flattenBatchJoin(List<UniformPair<Set<MultiKey<EventBean>>>> joinPostings)
          Flattens a list of pairs of join result sets.
static UniformPair<EventBean[]> EventBeanUtility.flattenBatchStream(List<UniformPair<EventBean[]>> updateVector)
          Flatten the vector of arrays to an array.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com