Uses of Class
com.espertech.esper.epl.lookup.JoinedPropDesc

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

Uses of JoinedPropDesc in com.espertech.esper.epl.lookup
 

Methods in com.espertech.esper.epl.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 com.espertech.esper.epl.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 com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.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