Uses of Class
net.esper.eql.lookup.JoinedPropDesc

Packages that use JoinedPropDesc
net.esper.eql.lookup Subquery execution strategies and lookup indexes 
net.esper.eql.named Named window classes are in this package 
 

Uses of JoinedPropDesc in net.esper.eql.lookup
 

Methods in net.esper.eql.lookup with parameters of type JoinedPropDesc
static Class[] JoinedPropDesc.getCoercionTypes(JoinedPropDesc[] descList)
          Returns the key coercion types.
static String[] JoinedPropDesc.getIndexProperties(JoinedPropDesc[] descList)
          Returns the index property names given an array of descriptors.
static String[] JoinedPropDesc.getKeyProperties(JoinedPropDesc[] descList)
          Returns the key property names.
 

Method parameters in net.esper.eql.lookup with type arguments of type JoinedPropDesc
static Class[] JoinedPropDesc.getCoercionTypes(Collection<JoinedPropDesc> descList)
          Returns the key coercion types.
static String[] JoinedPropDesc.getKeyProperties(Collection<JoinedPropDesc> descList)
          Returns the key property names.
static int[] JoinedPropDesc.getKeyStreamNums(Collection<JoinedPropDesc> descList)
          Returns the key stream numbers.
 

Uses of JoinedPropDesc in net.esper.eql.named
 

Methods in net.esper.eql.named with parameters of type JoinedPropDesc
 PropertyIndexedEventTable NamedWindowIndexRepository.addTable(JoinedPropDesc[] joinedPropDesc, Iterable<EventBean> prefilledEvents, EventType indexedType, boolean mustCoerce)
          Create a new index table or use an existing index table, by matching the join descriptor properties to an existing table.
 


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