public class SubordPropUtil extends Object
Constructor and Description |
---|
SubordPropUtil() |
Modifier and Type | Method and Description |
---|---|
static Class[] |
getCoercionTypes(Collection<SubordPropHashKeyForge> descList)
Returns the key coercion types.
|
static Class[] |
getCoercionTypes(SubordPropHashKeyForge[] descList)
Returns the key coercion types.
|
static String[] |
getKeyProperties(Collection<SubordPropHashKeyForge> descList)
Returns the key property names.
|
static String[] |
getKeyProperties(SubordPropHashKeyForge[] descList)
Returns the key property names.
|
static int[] |
getKeyStreamNums(Collection<SubordPropHashKeyForge> descList)
Returns the key stream numbers.
|
static boolean |
isStrictKeyJoin(Collection<SubordPropHashKeyForge> hashKeys) |
public static boolean isStrictKeyJoin(Collection<SubordPropHashKeyForge> hashKeys)
public static int[] getKeyStreamNums(Collection<SubordPropHashKeyForge> descList)
descList
- a list of descriptorspublic static String[] getKeyProperties(Collection<SubordPropHashKeyForge> descList)
descList
- a list of descriptorspublic static String[] getKeyProperties(SubordPropHashKeyForge[] descList)
descList
- a list of descriptorspublic static Class[] getCoercionTypes(Collection<SubordPropHashKeyForge> descList)
descList
- a list of descriptorspublic static Class[] getCoercionTypes(SubordPropHashKeyForge[] descList)
descList
- a list of descriptorsCopyright © 2005–2018. All rights reserved.