|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.lookup.SubordPropUtil
public class SubordPropUtil
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 |
---|
public SubordPropUtil()
Method Detail |
---|
public static boolean isStrictKeyJoin(java.util.Collection<SubordPropHashKey> hashKeys)
public static int[] getKeyStreamNums(java.util.Collection<SubordPropHashKey> descList)
descList
- a list of descriptors
public static java.lang.String[] getKeyProperties(java.util.Collection<SubordPropHashKey> descList)
descList
- a list of descriptors
public static java.lang.String[] getKeyProperties(SubordPropHashKey[] descList)
descList
- a list of descriptors
public static java.lang.Class[] getCoercionTypes(java.util.Collection<SubordPropHashKey> descList)
descList
- a list of descriptors
public static java.lang.Class[] getCoercionTypes(SubordPropHashKey[] descList)
descList
- a list of descriptors
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |