com.espertech.esper.epl.lookup
Class SubordPropUtil

java.lang.Object
  extended by com.espertech.esper.epl.lookup.SubordPropUtil

public class SubordPropUtil
extends java.lang.Object


Constructor Summary
SubordPropUtil()
           
 
Method Summary
static java.lang.Class[] getCoercionTypes(java.util.Collection<SubordPropHashKey> descList)
          Returns the key coercion types.
static java.lang.Class[] getCoercionTypes(SubordPropHashKey[] descList)
          Returns the key coercion types.
static java.lang.String[] getKeyProperties(java.util.Collection<SubordPropHashKey> descList)
          Returns the key property names.
static java.lang.String[] getKeyProperties(SubordPropHashKey[] descList)
          Returns the key property names.
static int[] getKeyStreamNums(java.util.Collection<SubordPropHashKey> descList)
          Returns the key stream numbers.
static boolean isStrictKeyJoin(java.util.Collection<SubordPropHashKey> hashKeys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubordPropUtil

public SubordPropUtil()
Method Detail

isStrictKeyJoin

public static boolean isStrictKeyJoin(java.util.Collection<SubordPropHashKey> hashKeys)

getKeyStreamNums

public static int[] getKeyStreamNums(java.util.Collection<SubordPropHashKey> descList)
Returns the key stream numbers.

Parameters:
descList - a list of descriptors
Returns:
key stream numbers

getKeyProperties

public static java.lang.String[] getKeyProperties(java.util.Collection<SubordPropHashKey> descList)
Returns the key property names.

Parameters:
descList - a list of descriptors
Returns:
key property names

getKeyProperties

public static java.lang.String[] getKeyProperties(SubordPropHashKey[] descList)
Returns the key property names.

Parameters:
descList - a list of descriptors
Returns:
key property names

getCoercionTypes

public static java.lang.Class[] getCoercionTypes(java.util.Collection<SubordPropHashKey> descList)
Returns the key coercion types.

Parameters:
descList - a list of descriptors
Returns:
key coercion types

getCoercionTypes

public static java.lang.Class[] getCoercionTypes(SubordPropHashKey[] descList)
Returns the key coercion types.

Parameters:
descList - a list of descriptors
Returns:
key coercion types

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com