Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EventType.EPTYPE
Type class of EventType.class
|
static EPTypeClass |
EventPropertyValueGetter.EPTYPE
Type class of EventPropertyValueGetter.class
|
static EPTypeClass |
EventBean.EPTYPE
Type class of EventBean.class
|
static EPTypeClass |
EPException.EPTYPE
Type information
|
static EPTypeClass |
EventType.EPTYPEARRAY
Type class of EventType[].class
|
static EPTypeClass |
EventPropertyValueGetter.EPTYPEARRAY
Type class of EventPropertyValueGetter[].class
|
static EPTypeClass |
EventBean.EPTYPEARRAY
Type class of EventBean[].class
|
static EPTypeClass |
EventBean.EPTYPEARRAYARRAY
Type class of EventBean[][].class
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EventPropertyDescriptor.getPropertyComponentEPType()
Returns the component type, if applicable.
|
EPTypeClass |
EventType.getUnderlyingEPType()
Get the full type information, including type parameters, that represents the Java type of the event type.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ConfigurationCommonEventTypeXMLDOM.EPTYPE
Type information.
|
static EPTypeClass |
ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc.EPTYPE
Type information.
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc.getOptionalCastToType()
Returns the class that the return value of the xpath expression is cast to, or null if no casting.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc.setOptionalCastToType(EPTypeClass optionalCastToType)
Sets the cast-to type
|
Constructor and Description |
---|
XPathPropertyDesc(String name,
String xpath,
QName type,
EPTypeClass optionalCastToType)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ConfigurationCompilerPlugInAggregationMultiFunction.EPTYPE
Type information.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPDataFlowService.EPTYPE_DATAFLOWSTATE
Type information
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationFunctionFactory.EPTYPE
Type information.
|
static EPTypeClass |
AggregationFunction.EPTYPE
Type information.
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AggregationFunctionForge.getValueType()
Returns the type of the current value.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationMultiFunctionStateFactory.EPTYPE
Type information.
|
static EPTypeClass |
AggregationMultiFunctionState.EPTYPE
Type information.
|
static EPTypeClass |
AggregationMultiFunctionAggregationMethodFactory.EPTYPE
Type information.
|
static EPTypeClass |
AggregationMultiFunctionAggregationMethod.EPTYPE
Type information.
|
static EPTypeClass |
AggregationMultiFunctionAgentFactory.EPTYPE
Type information.
|
static EPTypeClass |
AggregationMultiFunctionAgent.EPTYPE
Type information.
|
static EPTypeClass |
AggregationMultiFunctionAccessor.EPTYPE
Type information.
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AggregationMultiFunctionMethodDesc.getComponentTypeCollection()
Returns, when returning a collection of object values, the type of the values or null if not returning a collection of values
|
Constructor and Description |
---|
AggregationMultiFunctionMethodDesc(AggregationMethodForge forge,
EventType eventTypeCollection,
EPTypeClass componentTypeCollection,
EventType eventTypeSingle)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
DateTimeMethodOpsReformat.getReturnType()
Returns the return type.
|
Modifier and Type | Method and Description |
---|---|
void |
DateTimeMethodOpsReformat.setReturnType(EPTypeClass returnType)
Sets the return type.
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumMethodValidateContext.getInputCollectionComponentType()
Returns the component type of the values that are the input of the enumeration method,
or null if the input to the enumeration method are events and not scalar value input
|
EPTypeClass |
EnumMethodModeStaticMethod.getStateClass()
Returns the class providing state
|
Modifier and Type | Method and Description |
---|---|
void |
EnumMethodModeStaticMethod.setStateClass(EPTypeClass stateClass)
Sets the class providing state
|
Constructor and Description |
---|
EnumMethodModeStaticMethod(EPTypeClass stateClass,
Class serviceClass,
String methodName,
EPChainableType returnType,
boolean earlyExit)
Ctor.
|
EnumMethodValidateContext(DotMethodFP footprintFound,
EventType inputEventType,
EPTypeClass inputCollectionComponentType,
StreamTypeService streamTypeService,
EnumMethodEnum currentMethod,
List<ExprNode> currentParameters,
StatementRawInfo statementRawInfo)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPLMethodInvocationContext.EPTYPE
Type information
|
static EPTypeClass |
EPLExpressionEvaluationContext.EPTYPE
Type information
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
InjectionStrategyClassNewInstance.getClazz()
Returns the class, or null if providing a class name instead
|
Constructor and Description |
---|
InjectionStrategyClassNewInstance(EPTypeClass clazz)
The class to be instantiated.
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
SQLOutputRowConversion.getOutputRowType(SQLOutputRowTypeContext context)
Return the POJO class that represents a row of the SQL query result.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
VirtualDataWindowFactoryFactoryContext.EPTYPE
Type class of VirtualDataWindowFactoryFactoryContext.class
|
static EPTypeClass |
VirtualDataWindowFactoryFactory.EPTYPE
Type information
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
JsonWriter.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EventTypeMetadata.EPTYPE
Type information.
|
static EPTypeClass |
EventTypeIdPair.EPTYPE
Type information.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementMetric.EPTYPE
Type information
|
static EPTypeClass |
RuntimeMetric.EPTYPE
Type information
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EventBeanCollatedWriter.EPTYPE
Type class of EventBeanCollatedWriter.class
|
static EPTypeClass |
DataInputOutputSerde.EPTYPE
Type information
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
SerdeProviderContextClass.getClazz()
Returns the type to provide a serde for
|
Constructor and Description |
---|
SerdeProviderContextClass(EPTypeClass clazz,
SerdeProviderAdditionalInfo additionalInfo)
Ctor.
|
SerdeProvisionArrayOfNonPrimitive(EPTypeClass componentType,
SerdeProvision componentSerde) |
Modifier and Type | Class and Description |
---|---|
class |
EPTypeClassParameterized
Provides type parameters.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTypeClassParameterized.EPTYPE
Type information
|
static EPTypeClass |
EPTypeClass.EPTYPE
Type information
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EPTypePremade.getEPType()
Returns the type class.
|
static EPTypeClass |
EPTypePremade.getOrCreate(Class<?> clazz)
Returns the pre-allocated EPTypeClass for a given class, or allocates a new EPTypeClass when there is no pre-allocated EPTypeClass for this class
|
EPTypeClass[] |
EPTypeClassParameterized.getParameters()
Returns the type parameters
|
Modifier and Type | Method and Description |
---|---|
static EPTypeClassParameterized |
EPTypeClassParameterized.from(Class<?> typeClass,
EPTypeClass parameter)
Build an instance using the type and the single non-null type parameter provided.
|
Constructor and Description |
---|
EPTypeClassParameterized(Class<?> typeClass,
EPTypeClass[] parameters)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimePeriod.EPTYPE
Type information
|
static EPTypeClass |
MultiKey.EPTYPE
Type information
|
static EPTypeClass |
HashableMultiKey.EPTYPE
Type information
|
static EPTypeClass |
CountMinSketchAgentStringUTF16.EPTYPE
Type information
|
static EPTypeClass |
CountMinSketchTopK.EPTYPEARRAY
Type information
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
CodegenMemberCol.get(CodegenExpressionMemberWCol member) |
EPTypeClass |
CodegenMethod.getReturnType() |
EPTypeClass |
CodegenSubstitutionParamEntry.getType() |
EPTypeClass |
CodegenField.getType() |
EPTypeClass |
CodegenFieldSharable.type() |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<CodegenExpressionMemberWCol,EPTypeClass> |
CodegenMemberCol.getMembers() |
List<EPTypeClass> |
CodegenMethod.getThrown() |
Modifier and Type | Method and Description |
---|---|
void |
CodegenSymbolProviderEmpty.provide(Map<String,EPTypeClass> symbols) |
void |
CodegenSymbolProvider.provide(Map<String,EPTypeClass> symbols) |
Constructor and Description |
---|
CodegenField(String clazz,
String name,
EPTypeClass type,
boolean isFinal) |
CodegenMethod(EPTypeClass returnPType,
String returnTypeName,
Class generator,
CodegenSymbolProvider optionalSymbolProvider,
CodegenScope env) |
CodegenSetterBuilder(EPTypeClass returnType,
Class originator,
String refName,
CodegenClassScope classScope,
CodegenMethod method) |
CodegenSetterBuilder(EPTypeClass returnType,
Class originator,
String refName,
CodegenClassScope classScope,
CodegenMethod method,
CodegenExpression initializer) |
CodegenSetterBuilder(EPTypeClass returnType,
Class originator,
String refName,
CodegenMethodScope parent,
CodegenClassScope classScope) |
CodegenSubstitutionParamEntry(CodegenField field,
String name,
EPTypeClass type) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
CodegenClassReference.getClazz() |
EPTypeClass |
CodegenMethodFootprint.getReturnType() |
EPTypeClass |
CodegenNamedParam.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CodegenInnerClass.addInterfaceImplemented(EPTypeClass eptype) |
void |
CodegenClassInterfacesAndExtension.addInterfaceImplemented(EPTypeClass clazzImplemented) |
void |
CodegenInstanceAux.addMember(String name,
EPTypeClass type) |
CodegenMethod |
CodegenNamedMethods.addMethod(EPTypeClass returnType,
String methodName,
List<CodegenNamedParam> params,
Class generator,
CodegenClassScope classScope,
Consumer<CodegenMethod> code) |
CodegenMethod |
CodegenNamedMethods.addMethodWithSymbols(EPTypeClass returnType,
String methodName,
List<CodegenNamedParam> params,
Class generator,
CodegenClassScope classScope,
Consumer<CodegenMethod> code,
CodegenSymbolProvider symbolProvider) |
static StringBuilder |
CodeGenerationHelper.appendClassName(StringBuilder builder,
EPTypeClass clazz,
Map<Class,String> imports) |
static List<CodegenNamedParam> |
CodegenNamedParam.from(EPTypeClass typeOne,
String nameOne) |
static List<CodegenNamedParam> |
CodegenNamedParam.from(EPTypeClass typeOne,
String nameOne,
EPTypeClass typeTwo,
String nameTwo) |
static List<CodegenNamedParam> |
CodegenNamedParam.from(EPTypeClass typeOne,
String nameOne,
EPTypeClass typeTwo,
String nameTwo,
EPTypeClass typeThree,
String nameThree) |
static List<CodegenNamedParam> |
CodegenNamedParam.from(EPTypeClass typeOne,
String nameOne,
EPTypeClass typeTwo,
String nameTwo,
EPTypeClass typeThree,
String nameThree,
EPTypeClass typeFour,
String nameFour) |
static List<CodegenNamedParam> |
CodegenNamedParam.from(EPTypeClass typeOne,
String nameOne,
EPTypeClass typeTwo,
String nameTwo,
EPTypeClass typeThree,
String nameThree,
EPTypeClass typeFour,
String nameFour,
EPTypeClass typeFive,
String nameFive) |
static List<CodegenNamedParam> |
CodegenNamedParam.from(EPTypeClass typeOne,
String nameOne,
EPTypeClass typeTwo,
String nameTwo,
EPTypeClass typeThree,
String nameThree,
EPTypeClass typeFour,
String nameFour,
EPTypeClass typeFive,
String nameFive,
EPTypeClass typeSix,
String nameSix) |
static List<CodegenNamedParam> |
CodegenNamedParam.from(EPTypeClass typeOne,
String nameOne,
EPTypeClass typeTwo,
String nameTwo,
EPTypeClass typeThree,
String nameThree,
EPTypeClass typeFour,
String nameFour,
EPTypeClass typeFive,
String nameFive,
EPTypeClass typeSix,
String nameSix,
EPTypeClass typeSeven,
String nameSeven) |
static List<CodegenNamedParam> |
CodegenNamedParam.from(EPTypeClass typeOne,
String nameOne,
EPTypeClass typeTwo,
String nameTwo,
EPTypeClass typeThree,
String nameThree,
EPTypeClass typeFour,
String nameFour,
EPTypeClass typeFive,
String nameFive,
EPTypeClass typeSix,
String nameSix,
EPTypeClass typeSeven,
String nameSeven,
EPTypeClass typeEight,
String nameEight) |
void |
CodegenClassInterfacesAndExtension.setClassExtended(EPTypeClass clazzExtended) |
Constructor and Description |
---|
CodegenMethodWGraph(String name,
CodegenMethodFootprint footprint,
CodegenBlock block,
boolean isPublic,
List<EPTypeClass> thrown,
CodegenMethod originator) |
Constructor and Description |
---|
CodegenExpressionCastExpression(EPTypeClass clazz,
CodegenExpression expression) |
CodegenExpressionCastRef(EPTypeClass clazz,
String ref) |
CodegenExpressionCastUnderlying(EPTypeClass clazz,
CodegenExpression expression) |
CodegenExpressionInstanceOf(CodegenExpression lhs,
EPTypeClass clazz,
boolean not) |
CodegenExpressionNewAnonymousClass(CodegenBlock parentBlock,
EPTypeClass interfaceOrSuperClass,
List<CodegenExpression> ctorParams) |
CodegenExpressionNewArrayByLength(EPTypeClass component,
CodegenExpression expression) |
CodegenExpressionNewArrayWithInit(EPTypeClass component,
CodegenExpression[] expressions) |
CodegenExpressionNewInstance(EPTypeClass clazz,
CodegenExpression[] params) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
CodegenStatementTryCatchCatchBlock.getEx() |
Modifier and Type | Method and Description |
---|---|
CodegenBlock |
CodegenStatementTryCatch.addCatch(EPTypeClass ex,
String name) |
Constructor and Description |
---|
CodegenStatementDeclareVar(EPTypeClass clazz,
String var,
CodegenExpression optionalInitializer) |
CodegenStatementDeclareVarNull(EPTypeClass clazz,
String var) |
CodegenStatementDeclareVarWCast(EPTypeClass clazz,
String var,
String rhsName) |
CodegenStatementFor(CodegenBlock parent,
EPTypeClass type,
String name,
CodegenExpression initialization,
CodegenExpression termination,
CodegenExpression increment) |
CodegenStatementForEach(CodegenBlock parent,
EPTypeClass type,
String ref,
CodegenExpression target) |
CodegenStatementIfRefNotTypeReturnConst(String var,
EPTypeClass type,
Object constant) |
CodegenStatementTryCatchCatchBlock(EPTypeClass ex,
String name,
CodegenBlock block) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
CodegenFieldSharableComparator.type() |
Modifier and Type | Method and Description |
---|---|
CodegenRepetitiveValueBuilder<V> |
CodegenRepetitiveValueBuilder.addParam(EPTypeClass type,
String name) |
CodegenRepetitiveLengthBuilder |
CodegenRepetitiveLengthBuilder.addParam(EPTypeClass type,
String name) |
static <T extends CodegenMakeable> |
CodegenMakeableUtil.makeArray(String name,
EPTypeClass clazz,
T[] forges,
Class generator,
CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
static <K extends CodegenMakeable,V extends CodegenMakeable> |
CodegenMakeableUtil.makeMap(String name,
EPTypeClass clazzKey,
EPTypeClass clazzValue,
Map<K,V> map,
Class generator,
CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
UniformPair.EPTYPE |
static EPTypeClass |
TransformEventIterator.EPTYPE |
static EPTypeClass |
SortedRefCountedSet.EPTYPE |
static EPTypeClass |
SortedDoubleVector.EPTYPE |
static EPTypeClass |
SingleEventIterator.EPTYPE |
static EPTypeClass |
RefCountedSetAtomicInteger.EPTYPE |
static EPTypeClass |
RefCountedSet.EPTYPE |
static EPTypeClass |
Pair.EPTYPE |
static EPTypeClass |
MultiKeyFromObjectArray.EPTYPE |
static EPTypeClass |
MultiKeyFromMultiKey.EPTYPE |
static EPTypeClass |
MultiKeyArrayWrap.EPTYPE |
static EPTypeClass |
MultiKeyArrayShort.EPTYPE |
static EPTypeClass |
MultiKeyArrayOfKeys.EPTYPE |
static EPTypeClass |
MultiKeyArrayObject.EPTYPE |
static EPTypeClass |
MultiKeyArrayLong.EPTYPE |
static EPTypeClass |
MultiKeyArrayInt.EPTYPE |
static EPTypeClass |
MultiKeyArrayFloat.EPTYPE |
static EPTypeClass |
MultiKeyArrayDouble.EPTYPE |
static EPTypeClass |
MultiKeyArrayChar.EPTYPE |
static EPTypeClass |
MultiKeyArrayByte.EPTYPE |
static EPTypeClass |
MultiKeyArrayBoolean.EPTYPE |
static EPTypeClass |
EventUnderlyingCollection.EPTYPE |
static EPTypeClass |
ArrayEventIterator.EPTYPE |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
MultiKeyPlanner.getMKClassForComponentType(EPTypeClass componentType) |
Constructor and Description |
---|
MultiKeyClassRefPredetermined(EPTypeClass clazzMK,
EPType[] mkTypes,
DataInputOutputSerdeForge serdeForge,
DIOMultiKeyArraySerde mkSerde) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ExpressionScriptProvided.EPTYPE |
static EPTypeClass |
ExpressionDeclItem.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
FilterSpecPlanPathTriplet.EPTYPE |
static EPTypeClass |
FilterSpecPlanPath.EPTYPE |
static EPTypeClass |
FilterSpecPlan.EPTYPE |
static EPTypeClass |
FilterSpecPlanPathTriplet.EPTYPEARRAY |
static EPTypeClass |
FilterSpecPlanPath.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
protected abstract EPTypeClass |
StmtClassForgeableAIFactoryProviderBase.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ViewableActivatorTable.EPTYPE |
static EPTypeClass |
ViewableActivatorSubselectNone.EPTYPE |
static EPTypeClass |
ViewableActivatorPattern.EPTYPE |
static EPTypeClass |
ViewableActivatorNamedWindow.EPTYPE |
static EPTypeClass |
ViewableActivatorHistorical.EPTYPE |
static EPTypeClass |
ViewableActivatorFilter.EPTYPE |
static EPTypeClass |
ViewableActivatorDataFlow.EPTYPE |
static EPTypeClass |
ViewableActivator.EPTYPE |
static EPTypeClass |
ViewableActivator.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
void |
SAIFFInitializeSymbolWEventType.provide(Map<String,EPTypeClass> symbols) |
void |
SAIFFInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ModuleVariableInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ModuleTableInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ModuleScriptInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ModuleNamedWindowInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ModuleIndexesInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ModuleExpressionDeclaredInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ModuleEventTypeInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ModuleContextInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ModuleClassProvidedInitializeSymbol.provide(Map<String,EPTypeClass> symbols) |
Constructor and Description |
---|
SAIFFInitializeBuilder(EPTypeClass returnType,
Class originator,
String refName,
CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryCreateClass.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderCreateClass.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryCreateContext.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderCreateContext.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryCreateDataflow.EPTYPE |
static EPTypeClass |
DataflowDesc.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderCreateDataflow.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryCreateExpression.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderCreateExpression.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryCreateIndex.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderCreateIndex.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryCreateSchema.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderCreateSchema.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryCreateTable.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderCreateTable.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryCreateVariable.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderCreateVariable.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryCreateNW.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderCreateNW.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryOnTriggerBase.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderOnTrigger.typeOfFactory() |
abstract EPTypeClass |
StatementAgentInstanceFactoryOnTriggerBaseForge.typeOfSubclass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryOnTriggerSet.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
StatementAgentInstanceFactoryOnTriggerSetForge.typeOfSubclass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryOnTriggerSplitStream.EPTYPE |
static EPTypeClass |
OnSplitItemEval.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
StatementAgentInstanceFactoryOnTriggerSplitStreamForge.typeOfSubclass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryOnTriggerInfraUpdate.EPTYPE |
static EPTypeClass |
StatementAgentInstanceFactoryOnTriggerInfraSelect.EPTYPE |
static EPTypeClass |
StatementAgentInstanceFactoryOnTriggerInfraMerge.EPTYPE |
static EPTypeClass |
StatementAgentInstanceFactoryOnTriggerInfraDelete.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
StatementAgentInstanceFactoryOnTriggerInfraUpdateForge.typeOfSubclass() |
EPTypeClass |
StatementAgentInstanceFactoryOnTriggerInfraSelectForge.typeOfSubclass() |
EPTypeClass |
StatementAgentInstanceFactoryOnTriggerInfraMergeForge.typeOfSubclass() |
EPTypeClass |
StatementAgentInstanceFactoryOnTriggerInfraDeleteForge.typeOfSubclass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StreamJoinAnalysisResultRuntime.EPTYPE |
static EPTypeClass |
StatementAgentInstanceFactorySelect.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderSelect.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementAgentInstanceFactoryUpdate.EPTYPE |
static EPTypeClass |
InternalEventRouterWriterCurly.EPTYPE |
static EPTypeClass |
InternalEventRouterWriterArrayElement.EPTYPE |
static EPTypeClass |
InternalEventRouterWriter.EPTYPE |
static EPTypeClass |
InternalEventRouterDesc.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
StmtClassForgeableAIFactoryProviderUpdate.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ContextMetaData.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ContextControllerDetailCategoryItem.EPTYPE |
static EPTypeClass |
ContextControllerDetailCategory.EPTYPE |
static EPTypeClass |
ContextControllerCategoryValidation.EPTYPE |
static EPTypeClass |
ContextControllerCategoryFactory.EPTYPE |
static EPTypeClass |
ContextControllerDetailCategoryItem.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ContextConditionDescriptorTimePeriod.EPTYPE |
static EPTypeClass |
ContextConditionDescriptorPattern.EPTYPE |
static EPTypeClass |
ContextConditionDescriptorFilter.EPTYPE |
static EPTypeClass |
ContextConditionDescriptorCrontab.EPTYPE |
static EPTypeClass |
ContextConditionDescriptorFilter.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ContextDefinition.EPTYPE |
static EPTypeClass |
ContextControllerPortableInfo.EPTYPE |
static EPTypeClass |
ContextControllerFactoryEnv.EPTYPE |
static EPTypeClass |
ContextControllerFactory.EPTYPE |
static EPTypeClass |
ContextControllerFactory.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ContextControllerHashValidationItem.EPTYPE |
static EPTypeClass |
ContextControllerHashValidation.EPTYPE |
static EPTypeClass |
ContextControllerHashFactory.EPTYPE |
static EPTypeClass |
ContextControllerDetailHashItem.EPTYPE |
static EPTypeClass |
ContextControllerDetailHash.EPTYPE |
static EPTypeClass |
ContextControllerDetailHashItem.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ContextControllerInitTermFactory.EPTYPE |
static EPTypeClass |
ContextControllerDetailInitiatedTerminated.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ContextControllerKeyedValidationItem.EPTYPE |
static EPTypeClass |
ContextControllerKeyedValidation.EPTYPE |
static EPTypeClass |
ContextControllerKeyedFactory.EPTYPE |
static EPTypeClass |
ContextControllerDetailKeyedItem.EPTYPE |
static EPTypeClass |
ContextControllerDetailKeyed.EPTYPE |
static EPTypeClass |
ContextControllerDetailKeyedItem.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementProvider.EPTYPE |
static EPTypeClass |
StatementInformationalsRuntime.EPTYPE |
static EPTypeClass |
StatementFields.EPTYPE |
static EPTypeClass |
StatementAIFactoryProvider.EPTYPE |
static EPTypeClass |
StatementAIFactoryAssignments.EPTYPE |
static EPTypeClass |
ModuleProvider.EPTYPE |
static EPTypeClass |
ModuleIndexMeta.EPTYPE |
static EPTypeClass |
ModuleDependenciesRuntime.EPTYPE |
static EPTypeClass |
EPStatementInitServices.EPTYPE |
static EPTypeClass |
EPModuleVariableInitServices.EPTYPE |
static EPTypeClass |
EPModuleTableInitServices.EPTYPE |
static EPTypeClass |
EPModuleScriptInitServices.EPTYPE |
static EPTypeClass |
EPModuleNamedWindowInitServices.EPTYPE |
static EPTypeClass |
EPModuleIndexInitServices.EPTYPE |
static EPTypeClass |
EPModuleExprDeclaredInitServices.EPTYPE |
static EPTypeClass |
EPModuleEventTypeInitServices.EPTYPE |
static EPTypeClass |
EPModuleContextInitServices.EPTYPE |
static EPTypeClass |
EPModuleClassProvidedInitServices.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
FAFProvider.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StatementResultService.EPTYPE |
static EPTypeClass |
StatementContextFilterEvalEnv.EPTYPE |
static EPTypeClass |
AgentInstanceStopServices.EPTYPE |
static EPTypeClass |
AgentInstanceContext.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationAgentRewriteStreamWFilter.EPTYPE |
static EPTypeClass |
AggregationAgentRewriteStream.EPTYPE |
static EPTypeClass |
AggregationAgentDefaultWFilter.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AggregationMethodCodegenField.type() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationPortableValidationCountMinSketch.EPTYPE |
static EPTypeClass |
AggregationMethodCountMinSketchTopK.EPTYPE |
static EPTypeClass |
AggregationMethodCountMinSketchFreq.EPTYPE |
static EPTypeClass |
AggregationAgentCountMinSketch.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AggregationForgeFactoryAccessCountMinSketchAdd.getAddOrFrequencyEvaluatorReturnType() |
EPTypeClass |
AggregationMethodCountMinSketchTopKForge.getResultType() |
EPTypeClass |
AggregationMethodCountMinSketchFreqForge.getResultType() |
Constructor and Description |
---|
AggregationForgeFactoryAccessCountMinSketchAdd(ExprAggMultiFunctionCountMinSketchNode parent,
ExprForge addOrFrequencyEvaluator,
EPTypeClass addOrFrequencyEvaluatorReturnType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationPortableValidationLinear.EPTYPE |
static EPTypeClass |
AggregationMethodLinearWindow.EPTYPE |
static EPTypeClass |
AggregationMethodLinearFirstLastIndex.EPTYPE |
static EPTypeClass |
AggregationMethodLinearFirstLast.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AggregationAccessorWindowWEvalForge.getComponentType() |
EPTypeClass |
AggregationAccessorWindowNoEvalForge.getComponentType() |
EPTypeClass |
AggregationMethodLinearWindowForge.getResultType() |
EPTypeClass |
AggregationMethodLinearNoParamForge.getResultType() |
EPTypeClass |
AggregationMethodLinearFirstLastIndexForge.getResultType() |
EPTypeClass |
AggregationMethodLinearFirstLastForge.getResultType() |
EPTypeClass |
AggregationLinearFactoryDesc.getScalarCollectionType() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationPortableValidationPluginMultiFunc.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AggregationForgeFactoryAccessPlugin.getComponentTypeCollection() |
EPTypeClass |
AggregationMethodForgePlugIn.getResultType() |
Constructor and Description |
---|
AggregationMethodForgePlugIn(EPTypeClass resultType,
AggregationMultiFunctionAggregationMethodModeManaged mode) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationStateSortedWrappingCollection.EPTYPE |
static EPTypeClass |
AggregationStateSortedIterator.EPTYPE |
static EPTypeClass |
AggregationStateSorted.EPTYPE |
static EPTypeClass |
AggregationPortableValidationSorted.EPTYPE |
static EPTypeClass |
AggregationMethodSortedWindow.EPTYPE |
static EPTypeClass |
AggregationMethodSortedMinMaxBy.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AggregationMethodSortedWindowForge.getResultType() |
EPTypeClass |
AggregationMethodSortedSubmapForge.getResultType() |
EPTypeClass |
AggregationMethodSortedNoParamForge.getResultType() |
EPTypeClass |
AggregationMethodSortedMinMaxByForge.getResultType() |
EPTypeClass |
AggregationMethodSortedKeyedForge.getResultType() |
EPTypeClass |
AggregationMethodSortedEnum.getResultType(EPTypeClass underlyingType,
EPTypeClass keyType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggSvcGroupByReclaimAgedEvalFunc.EPTYPE |
static EPTypeClass |
AggregationUseFlags.EPTYPE |
static EPTypeClass |
AggregationServiceVisitorWGroupDetail.EPTYPE |
static EPTypeClass |
AggregationServiceVisitor.EPTYPE |
static EPTypeClass |
AggregationServiceFactory.EPTYPE |
static EPTypeClass |
AggregationService.EPTYPE |
static EPTypeClass |
AggregationRowRemovedCallback.EPTYPE |
static EPTypeClass |
AggregationRowFactory.EPTYPE |
static EPTypeClass |
AggregationRow.EPTYPE |
static EPTypeClass |
AggregationResultFutureAssignableWEval.EPTYPE |
static EPTypeClass |
AggregationResultFutureAssignable.EPTYPE |
static EPTypeClass |
AggregationResultFuture.EPTYPE |
static EPTypeClass |
AggregationGroupByRollupLevel.EPTYPE |
static EPTypeClass |
AggregationGroupByRollupDesc.EPTYPE |
static EPTypeClass |
AggregationResultFutureAssignable.EPTYPEARRAY |
static EPTypeClass |
AggregationGroupByRollupLevel.EPTYPEARRAY |
protected EPTypeClass |
AggregationPortableValidationWFilterWInputType.inputValueType |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AggregationMethodForge.getResultType() |
protected abstract EPTypeClass |
AggregationPortableValidationBase.typeOf() |
Modifier and Type | Method and Description |
---|---|
void |
AggregationPortableValidationWFilterWInputType.setInputValueType(EPTypeClass inputValueType) |
Constructor and Description |
---|
AggregationPortableValidationWFilterWInputType(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggSvcGroupByReclaimAgedEvalFuncFactoryVariable.EPTYPE |
static EPTypeClass |
AggSvcGroupByReclaimAgedEvalFuncFactoryConst.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggSvcLocalGroupLevelKeyPair.EPTYPE |
static EPTypeClass |
AggregationLocalGroupByLevel.EPTYPE |
static EPTypeClass |
AggregationLocalGroupByColumn.EPTYPE |
static EPTypeClass |
AggregationLocalGroupByLevel.EPTYPEARRAY |
static EPTypeClass |
AggregationLocalGroupByColumn.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
AggregationForgeFactoryAvedev.aggregatedValueType |
static EPTypeClass |
AggregationPortableValidationAvedev.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationAvedev.typeOf() |
Constructor and Description |
---|
AggregationForgeFactoryAvedev(ExprAvedevNode parent,
EPTypeClass aggregatedValueType,
DataInputOutputSerdeForge distinctSerde,
ExprNode[] positionalParameters) |
AggregationPortableValidationAvedev(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType) |
AggregatorAvedev(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter) |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
AggregationForgeFactoryAvg.childType |
static EPTypeClass |
AggregationPortableValidationAvg.EPTYPE |
protected EPTypeClass |
AggregationForgeFactoryAvg.resultType |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationAvg.typeOf() |
Constructor and Description |
---|
AggregationForgeFactoryAvg(ExprAvgNode parent,
EPTypeClass childType,
DataInputOutputSerdeForge distinctSerde,
MathContext optionalMathContext) |
AggregationPortableValidationAvg(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType) |
AggregatorAvgBig(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter,
AggregationForgeFactoryAvg factory) |
AggregatorAvgNonBig(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter,
EPTypeClass sumType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationPortableValidationCount.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationCount.typeOf() |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
AggregationForgeFactoryFirstLastEver.childType |
static EPTypeClass |
AggregationPortableValidationFirstLastEver.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationFirstLastEver.typeOf() |
Constructor and Description |
---|
AggregationForgeFactoryFirstLastEver(ExprFirstLastEverNode parent,
EPTypeClass childType,
DataInputOutputSerdeForge serde) |
AggregationPortableValidationFirstLastEver(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType,
boolean isFirst) |
AggregatorFirstEver(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter,
EPTypeClass childType,
DataInputOutputSerdeForge serde) |
AggregatorLastEver(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter,
EPTypeClass childType,
DataInputOutputSerdeForge serde) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationPortableValidationLeaving.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationLeaving.typeOf() |
Constructor and Description |
---|
AggregationPortableValidationLeaving(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType) |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
AggregationForgeFactoryMedian.aggregatedValueType |
static EPTypeClass |
AggregationPortableValidationMedian.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationMedian.typeOf() |
Constructor and Description |
---|
AggregationForgeFactoryMedian(ExprMedianNode parent,
EPTypeClass aggregatedValueType,
DataInputOutputSerdeForge distinctSerde) |
AggregationPortableValidationMedian(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType) |
AggregatorMedian(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationPortableValidationMinMax.EPTYPE |
protected EPTypeClass |
AggregationForgeFactoryMinMax.type |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationMinMax.typeOf() |
Constructor and Description |
---|
AggregationForgeFactoryMinMax(ExprMinMaxAggrNode parent,
EPTypeClass type,
boolean hasDataWindows,
DataInputOutputSerdeForge serde,
DataInputOutputSerdeForge distinctSerde) |
AggregationPortableValidationMinMax(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType,
MinMaxTypeEnum minMax,
boolean unbound) |
AggregatorMinMax(AggregationForgeFactoryMinMax factory,
EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter) |
AggregatorMinMaxEver(AggregationForgeFactoryMinMax factory,
EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter,
DataInputOutputSerdeForge serde) |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
AggregationForgeFactoryNth.childType |
static EPTypeClass |
AggregationPortableValidationNth.EPTYPE |
static EPTypeClass |
AggregationNthState.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AggregationForgeFactoryNth.getChildType() |
protected EPTypeClass |
AggregationPortableValidationNth.typeOf() |
Constructor and Description |
---|
AggregationForgeFactoryNth(ExprNthAggNode parent,
EPTypeClass childType,
DataInputOutputSerdeForge serde,
DataInputOutputSerdeForge distinctSerde,
int size) |
AggregationPortableValidationNth(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType,
int size) |
AggregatorNth(AggregationForgeFactoryNth factory,
EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationPortableValidationPlugin.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationPlugin.typeOf() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationPortableValidationRate.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationRate.typeOf() |
Constructor and Description |
---|
AggregationPortableValidationRate(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType,
long intervalTime) |
AggregatorRate(AggregationForgeFactoryRate factory,
EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter) |
AggregatorRateEver(AggregationForgeFactoryRate factory,
EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter) |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
AggregationForgeFactoryStddev.aggregatedValueType |
static EPTypeClass |
AggregationPortableValidationStddev.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
AggregationPortableValidationStddev.typeOf() |
Constructor and Description |
---|
AggregationForgeFactoryStddev(ExprStddevNode parent,
EPTypeClass aggregatedValueType,
DataInputOutputSerdeForge distinctSerde) |
AggregationPortableValidationStddev(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType) |
AggregatorStddev(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationPortableValidationSum.EPTYPE |
protected EPTypeClass |
AggregationForgeFactorySum.inputValueType |
protected EPTypeClass |
AggregationForgeFactorySum.resultType |
protected EPTypeClass |
AggregatorSumBase.sumType |
Modifier and Type | Method and Description |
---|---|
protected static EPTypeClass |
AggregationForgeFactorySum.getMemberType(EPTypeClass type) |
protected EPTypeClass |
AggregationPortableValidationSum.typeOf() |
Modifier and Type | Method and Description |
---|---|
protected static EPTypeClass |
AggregationForgeFactorySum.getMemberType(EPTypeClass type) |
void |
AggregationPortableValidationSum.setInputValueType(EPTypeClass inputValueType) |
Constructor and Description |
---|
AggregationForgeFactorySum(ExprSumNode parent,
EPTypeClass inputValueType,
DataInputOutputSerdeForge distinctSerde) |
AggregationPortableValidationSum(boolean distinct,
boolean hasFilter,
EPTypeClass inputValueType) |
AggregatorSumBase(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter,
EPTypeClass sumType) |
AggregatorSumBig(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter,
EPTypeClass sumType) |
AggregatorSumNonBig(EPTypeClass optionalDistinctValueType,
DataInputOutputSerdeForge optionalDistinctSerde,
boolean hasFilter,
ExprNode optionalFilter,
EPTypeClass sumType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
GroupByRollupKey.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregationServiceFactoryTable.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
AnnotationAttribute.getType()
Returns attribute type.
|
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
AnnotationUtil.makeAnnotations(EPTypeClass arrayType,
Annotation[] annotations,
CodegenMethod parent,
CodegenClassScope classScope) |
Constructor and Description |
---|
AnnotationAttribute(String name,
EPTypeClass type,
Object defaultValue)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
CountMinSketchSpecHashes.EPTYPE |
static EPTypeClass |
CountMinSketchSpecForge.EPTYPE |
static EPTypeClass |
CountMinSketchSpec.EPTYPE |
static EPTypeClass |
CountMinSketchAggState.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ClassProvided.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PropertyEvaluatorSimple.EPTYPE |
static EPTypeClass |
PropertyEvaluatorSelect.EPTYPE |
static EPTypeClass |
PropertyEvaluatorNested.EPTYPE |
static EPTypeClass |
PropertyEvaluatorAccumulative.EPTYPE |
static EPTypeClass |
ContainedEventEvalGetter.EPTYPE |
static EPTypeClass |
ContainedEventEvalExprNode.EPTYPE |
static EPTypeClass |
ContainedEventEvalEventBeanArray.EPTYPE |
static EPTypeClass |
ContainedEventEvalArrayToEvent.EPTYPE |
static EPTypeClass |
ContainedEventEval.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
LogicalChannelProducingPortCompiled.EPTYPE |
static EPTypeClass |
LogicalChannel.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
OperatorMetadataDescriptor.EPTYPE |
static EPTypeClass |
GraphTypeDesc.EPTYPE |
static EPTypeClass |
DefaultSupportSourceOpFactory.EPTYPE |
static EPTypeClass |
DefaultSupportCaptureOpFactory.EPTYPE |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
DTLocalBeanIntervalWithEndForge.getterEndReturnType |
protected EPTypeClass |
DTLocalBeanIntervalNoEndTSForge.getterResultType |
protected EPTypeClass |
DTLocalBeanCalOpsForge.getterReturnType |
protected EPTypeClass |
DTLocalBeanIntervalWithEndForge.getterStartReturnType |
protected EPTypeClass |
DTLocalBeanCalOpsForge.innerReturnType |
protected EPTypeClass |
DTLocalBeanIntervalNoEndTSForge.returnType |
Constructor and Description |
---|
DTLocalBeanCalOpsForge(EventPropertyGetterSPI getter,
EPTypeClass getterReturnType,
DTLocalForge inner,
EPTypeClass innerReturnType) |
DTLocalBeanIntervalNoEndTSForge(EventPropertyGetterSPI getter,
EPTypeClass getterResultType,
DTLocalForge inner,
EPTypeClass returnType) |
DTLocalBeanIntervalWithEndForge(EventPropertyGetterSPI getterStartTimestamp,
EPTypeClass getterStartReturnType,
EventPropertyGetterSPI getterEndTimestamp,
EPTypeClass getterEndReturnType,
DTLocalForgeIntervalComp inner) |
DTLocalBeanReformatForge(EventPropertyGetterSPI getter,
EPTypeClass getterResultType,
DTLocalForge inner,
EPTypeClass returnType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprEvaluatorStreamDTPropFragment.getEvaluationType() |
EPTypeClass |
ExprEvaluatorStreamDTProp.getEvaluationType() |
Constructor and Description |
---|
ExprEvaluatorStreamDTProp(int streamId,
EventPropertyGetterSPI getter,
EPTypeClass getterReturnTypeBoxed) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
DTMPluginReformatForge.getReturnType() |
Constructor and Description |
---|
DTMPluginReformatForge(EPTypeClass inputType,
DateTimeMethodOpsReformat reformatOp,
List<ExprNode> reformatOpParams) |
DTMPluginValueChangeForge(EPTypeClass inputType,
DateTimeMethodOpsModify transformOp,
List<ExprNode> transformOpParams) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ReformatToMillisecForge.getReturnType() |
EPTypeClass |
ReformatToCalendarForge.getReturnType() |
EPTypeClass |
ReformatStringFormatForge.getReturnType() |
EPTypeClass |
ReformatGetFieldForge.getReturnType() |
EPTypeClass |
ReformatFormatToDateForge.getReturnType() |
EPTypeClass |
ReformatFormatForge.getReturnType() |
EPTypeClass |
ReformatForge.getReturnType() |
EPTypeClass |
ReformatEvalForge.getReturnType() |
EPTypeClass |
ReformatBetweenNonConstantParamsForge.getReturnType() |
EPTypeClass |
ReformatBetweenConstantParamsForge.getReturnType() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ExpressionResultCacheForPropUnwrap.EPTYPE |
static EPTypeClass |
ExpressionResultCacheForEnumerationMethod.EPTYPE |
static EPTypeClass |
ExpressionResultCacheForDeclaredExprLastValue.EPTYPE |
static EPTypeClass |
ExpressionResultCacheForDeclaredExprLastColl.EPTYPE |
static EPTypeClass |
ExpressionResultCacheEntryLongArrayAndObj.EPTYPE |
static EPTypeClass |
ExpressionResultCacheEntryEventBeanArrayAndObj.EPTYPE |
static EPTypeClass |
ExpressionResultCacheEntryEventBeanArrayAndCollBean.EPTYPE |
static EPTypeClass |
ExpressionResultCacheEntryBeanAndCollBean.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ExprDotStaticMethodWrapIterableEvents.WrappingCollection.EPTYPE |
static EPTypeClass |
ExprDotStaticMethodWrapArrayEvents.WrappingCollection.EPTYPE |
static EPTypeClass |
ArrayWrappingCollection.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
PropertyDotScalarIterable.getComponentTypeCollection() |
EPTypeClass |
PropertyDotScalarCollection.getComponentTypeCollection() |
EPTypeClass |
PropertyDotScalarArrayForge.getComponentTypeCollection() |
EPTypeClass |
PropertyDotEventSingleForge.getComponentTypeCollection() |
EPTypeClass |
PropertyDotEventCollectionForge.getComponentTypeCollection() |
EPTypeClass |
PropertyDotNonLambdaMappedForge.getEvaluationType() |
EPTypeClass |
PropertyDotNonLambdaIndexedForge.getEvaluationType() |
EPTypeClass |
PropertyDotNonLambdaFragmentIndexedForge.getEvaluationType() |
EPTypeClass |
PropertyDotNonLambdaFragmentForge.getEvaluationType() |
EPTypeClass |
PropertyDotNonLambdaForge.getEvaluationType() |
EPTypeClass |
ExprLambdaGoesNode.getEvaluationType() |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeAggregate.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeSetExceptIntersectUnion.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeNoOp.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeReverse.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeSequenceEqual.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeTakeAndTakeLast.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeEnumMethodPlugin.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethodPlugin.initialize(DotMethodFP footprint,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
List<ExprNode> parameters,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
EnumForgePlugin(List<ExprDotEvalParam> bodiesAndParameters,
EnumMethodModeStaticMethod mode,
EPTypeClass expectedStateReturnType,
int numStreamsIncoming,
EventType inputEventType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumAllOfAnyOfScalar.returnTypeOfMethod() |
EPTypeClass |
EnumAllOfAnyOfEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumAllOfAnyOfEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeAllOfAnyOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeAllOfAnyOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumArrayOfScalarNoParams.getArrayComponentType() |
EPTypeClass |
EnumArrayOfScalar.returnTypeOfMethod() |
EPTypeClass |
EnumArrayOfEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumArrayOfEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeArrayOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeArrayOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Constructor and Description |
---|
EnumArrayOfEvent(ExprDotEvalParamLambda lambda,
EPTypeClass arrayComponentType) |
EnumArrayOfEventPlus(ExprDotEvalParamLambda lambda,
ObjectArrayEventType indexEventType,
int numParameters,
EPTypeClass arrayComponentType) |
EnumArrayOfScalar(ExprDotEvalParamLambda lambda,
ObjectArrayEventType fieldEventType,
int numParameters,
EPTypeClass arrayComponentType) |
EnumArrayOfScalarNoParams(EPTypeClass arrayComponentType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AggregatorAvgBigDecimal.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumAverageScalar.returnTypeOfMethod() |
EPTypeClass |
EnumAverageEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumAverageEvent.returnTypeOfMethod() |
EPTypeClass |
EnumAverageBigDecimalScalar.returnTypeOfMethod() |
EPTypeClass |
EnumAverageBigDecimalEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumAverageBigDecimalEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeAverage.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeAverage.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
abstract EPTypeClass |
ThreeFormScalar.returnTypeOfMethod() |
abstract EPTypeClass |
ThreeFormEventPlus.returnTypeOfMethod() |
abstract EPTypeClass |
ThreeFormEventPlain.returnTypeOfMethod() |
EPTypeClass |
ExprDotForgeLambdaThreeForm.validateNonNull(EPType type) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeLambdaThreeForm.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
protected abstract EPChainableType |
ExprDotForgeLambdaThreeForm.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected abstract ThreeFormInitFunction |
ExprDotForgeLambdaThreeForm.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumCountOfScalar.returnTypeOfMethod() |
EPTypeClass |
EnumCountOfEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumCountOfEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeCountOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeCountOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumDistinctOfScalar.returnTypeOfMethod() |
EPTypeClass |
EnumDistinctOfEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumDistinctOfEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeDistinctOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeDistinctOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Constructor and Description |
---|
EnumDistinctOfScalarNoParams(int streamCountIncoming,
EPTypeClass fieldType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumLastOfScalar.returnTypeOfMethod() |
EPTypeClass |
EnumLastOfEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumFirstOfScalar.returnTypeOfMethod() |
EPTypeClass |
EnumFirstOfEventPlus.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeFirstLastOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeFirstLastOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumGroupByOneParamScalar.returnTypeOfMethod() |
EPTypeClass |
EnumGroupByOneParamEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumGroupByOneParamEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeGroupByOneParam.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeGroupByOneParam.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
EnumMinMaxScalar.innerTypeBoxed |
protected EPTypeClass |
EnumMinMaxEventPlus.innerTypeBoxed |
protected EPTypeClass |
EnumMinMaxEvent.innerTypeBoxed |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumMinMaxScalar.returnTypeOfMethod() |
EPTypeClass |
EnumMinMaxEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumMinMaxEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeMinMax.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeMinMax.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumMinMaxByScalar.returnTypeOfMethod() |
EPTypeClass |
EnumMinMaxByEventsPlus.returnTypeOfMethod() |
EPTypeClass |
EnumMinMaxByEvents.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeMinByMaxBy.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeMinByMaxBy.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumMostLeastFrequentScalar.returnTypeOfMethod() |
EPTypeClass |
EnumMostLeastFrequentEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumMostLeastFrequentEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeMostLeastFrequent.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeMostLeastFrequent.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Constructor and Description |
---|
EnumMostLeastFrequentScalarNoParam(int streamCountIncoming,
boolean isMostFrequent,
EPTypeClass returnType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumOrderByScalar.returnTypeOfMethod() |
EPTypeClass |
EnumOrderByEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumOrderByEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeOrderByAscDesc.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeOrderByAscDesc.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
static void |
EnumOrderByHelper.sortingCode(CodegenBlock block,
EPTypeClass innerBoxedType,
ExprForge innerExpression,
CodegenMethod methodNode,
ExprForgeCodegenSymbol scope,
CodegenClassScope codegenClassScope) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumSelectFromScalar.returnTypeOfMethod() |
EPTypeClass |
EnumSelectFromEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumSelectFromEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeSelectFrom.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeSelectFrom.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprDotEvalSumMethodFactory.getValueType() |
EPTypeClass |
EnumSumScalar.returnTypeOfMethod() |
EPTypeClass |
EnumSumEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumSumEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeSumOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeSumOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumTakeWhileScalar.returnTypeOfMethod() |
EPTypeClass |
EnumTakeWhileLastScalar.returnTypeOfMethod() |
EPTypeClass |
EnumTakeWhileLastEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumTakeWhileLastEvent.returnTypeOfMethod() |
EPTypeClass |
EnumTakeWhileEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumTakeWhileEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeTakeWhileAndLast.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeTakeWhileAndLast.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
static void |
EnumTakeWhileHelper.initBlockSizeOneEvent(CodegenBlock block,
CodegenExpression innerValue,
int streamNumLambda,
EPTypeClass evaluationType) |
static void |
EnumTakeWhileHelper.initBlockSizeOneEventPlus(int numParameters,
CodegenBlock block,
CodegenExpression innerValue,
int streamNumLambda,
EPTypeClass evaluationType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumWhereScalar.returnTypeOfMethod() |
EPTypeClass |
EnumWhereEventPlus.returnTypeOfMethod() |
EPTypeClass |
EnumWhereEvent.returnTypeOfMethod() |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeWhere.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeWhere.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
abstract EPTypeClass |
TwoLambdaThreeFormEventPlain.returnType() |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeTwoLambda.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EnumGroupByTwoParamEventPlain.returnType() |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprPlugInMultiFunctionAggNode.getComponentTypeCollection() |
EPTypeClass |
ExprAggMultiFunctionSortedMinMaxByNode.getComponentTypeCollection() |
EPTypeClass |
ExprAggMultiFunctionLinearAccessNode.getComponentTypeCollection() |
EPTypeClass |
ExprAggMultiFunctionCountMinSketchNode.getComponentTypeCollection() |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
ExprAggregateNodeBase.validateNumericChildAllowFilter(boolean hasFilter) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprAggregateNodeGroupKey.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol symbol,
CodegenClassScope classScope) |
CodegenExpression |
ExprAggregateNodeBase.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprAggregateNodeBase.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
StaticMethodCodegenArgDesc.getDeclareType() |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
CodegenLegoCast.castSafeFromObjectType(EPTypeClass targetType,
CodegenExpression value) |
static CodegenExpression |
CodegenLegoCompareEquals.codegenEqualsNonNullNoCoerce(CodegenExpression lhs,
EPTypeClass lhsType,
CodegenExpression rhs,
EPTypeClass rhsType) |
Modifier and Type | Method and Description |
---|---|
void |
ExprForgeCodegenSymbol.provide(Map<String,EPTypeClass> symbols) |
Constructor and Description |
---|
StaticMethodCodegenArgDesc(String blockRefName,
EPTypeClass declareType,
CodegenExpression argExpression) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ExprFilterSpecLookupable.EPTYPE |
static EPTypeClass |
ExprEventEvaluator.EPTYPE |
static EPTypeClass |
ExprEvaluatorContext.EPTYPE |
static EPTypeClass |
ExprEvaluator.EPTYPE |
static EPTypeClass |
ExprEnumerationGivenEvent.EPTYPE |
static EPTypeClass |
ExprFilterSpecLookupable.EPTYPE_FILTEROPERATOR |
static EPTypeClass |
ExprFilterSpecLookupable.EPTYPEARRAY |
static EPTypeClass |
ExprEvaluator.EPTYPEARRAY |
protected EPTypeClass |
ExprFilterSpecLookupableForge.returnType |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprStreamUnderlyingNodeEnumerationForge.getComponentTypeCollection() |
EPTypeClass |
ExprIdentNodeFragmentTypeEnumerationForge.getComponentTypeCollection() |
EPTypeClass |
ExprEnumerationForge.getComponentTypeCollection() |
EPTypeClass |
ExprContextPropertyNodeFragmentEnumerationForge.getComponentTypeCollection() |
EPTypeClass |
PopulateFieldWValueDescriptor.getContainerType() |
EPTypeClass |
ExprWildcardImpl.getEvaluationType() |
EPTypeClass |
ExprTypedNoEvalNode.getEvaluationType() |
EPTypeClass |
ExprSubstitutionNode.getEvaluationType() |
EPTypeClass |
ExprStreamUnderlyingNodeImpl.getEvaluationType() |
EPTypeClass |
ExprNumberSetRange.getEvaluationType() |
EPTypeClass |
ExprNumberSetList.getEvaluationType() |
EPTypeClass |
ExprNumberSetFrequency.getEvaluationType() |
EPTypeClass |
ExprNumberSetCronParam.getEvaluationType() |
EPTypeClass |
ExprNamedParameterNodeImpl.getEvaluationType() |
EPTypeClass |
ExprGroupingNode.getEvaluationType() |
EPTypeClass |
ExprGroupingIdNode.getEvaluationType() |
EPTypeClass |
ExprForgeWildcard.getEvaluationType() |
EPTypeClass |
ExprCurrentEvaluationContextNode.getEvaluationType() |
EPTypeClass |
PopulateFieldWValueDescriptor.getFieldType() |
EPTypeClass |
ExprNodeUtilMethodDesc.getMethodTargetType() |
EPTypeClass |
ExprSubstitutionNode.getResolvedType() |
EPTypeClass |
ExprFilterSpecLookupableForge.getReturnType() |
EPTypeClass |
ExprFilterSpecLookupable.getReturnType() |
static EPTypeClass |
ExprNodeUtilityValidate.validateLHSTypeAnyAllSomeIn(EPType type) |
static EPTypeClass |
ExprNodeUtilityValidate.validateReturnsNumeric(ExprForge forge) |
Modifier and Type | Method and Description |
---|---|
void |
ExprEnumerationGivenEventSymbol.provide(Map<String,EPTypeClass> symbols) |
Constructor and Description |
---|
ExprFilterSpecLookupable(String expression,
ExprEventEvaluator eval,
ExprEvaluator expr,
EPTypeClass returnType,
boolean isNonPropertyEval,
DataInputOutputSerde<Object> valueSerde) |
ExprFilterSpecLookupableForge(String expression,
ExprEventEvaluatorForge optionalEventEvalForge,
ExprForge optionalExprForge,
EPTypeClass returnType,
boolean isNonPropertyGetter,
DataInputOutputSerdeForge valueSerde) |
ExprForgeWildcard(EPTypeClass underlyingTypeStream0) |
ExprNodeUtilMethodDesc(boolean allConstants,
ExprForge[] childForges,
Method reflectionMethod,
EPTypeClass methodTargetType,
boolean localInlinedClass) |
ExprTypedNoEvalNode(String returnTypeName,
EPTypeClass returnType) |
PopulateFieldWValueDescriptor(String propertyName,
EPTypeClass fieldType,
EPTypeClass containerType,
PopulateFieldValueSetter setter,
boolean forceNumeric) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprDeclaredForgeBase.getComponentTypeCollection() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprDeclaredForgeConstant.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprDeclaredForgeBase.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprDeclaredForgeConstant.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprDeclaredForgeBase.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ExprDeclaredCacheKeyGlobal.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprDeclaredCacheKeyLocalCodegenField.type() |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprDotNodeForgeRootChild.getComponentTypeCollection() |
EPTypeClass |
ExprDotNodeAggregationMethodRootNode.getComponentTypeCollection() |
EPTypeClass |
ExprDotNodeAggregationMethodForge.getComponentTypeCollection() |
EPTypeClass |
ExprDotEvalRootChildInnerForge.getComponentTypeCollection() |
EPTypeClass |
ExprDotNodeForgeVariable.getEvaluationType() |
EPTypeClass |
ExprDotNodeForgeStream.getEvaluationType() |
EPTypeClass |
ExprDotNodeForgePropertyExpr.getEvaluationType() |
EPTypeClass |
ExprDotNodeAggregationMethodRootNode.getEvaluationType() |
EPTypeClass |
ExprDotNodeAggregationMethodForge.getEvaluationType() |
EPTypeClass |
ExprDotNodeForgePropertyExpr.getType() |
Constructor and Description |
---|
ExprDotForgeGetArray(ExprForge index,
EPTypeClass componentType) |
ExprDotForgeGetCollection(ExprForge index,
EPTypeClass componentType) |
ExprDotMethodForgeNoDuck(String optionalStatementName,
Method method,
EPTypeClass methodTargetType,
ExprForge[] parameters,
ExprDotMethodForgeNoDuck.WrapType wrapType) |
ExprDotNodeForgePropertyExpr(ExprDotNodeImpl parent,
String statementName,
String propertyName,
int streamNum,
ExprForge exprForge,
EPTypeClass propertyType,
EventPropertyGetterIndexedSPI indexedGetter,
EventPropertyGetterMappedSPI mappedGetter) |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
InnerDotEnumerableScalarCollectionForge.componentType |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
InnerDotScalarUnpackEventForge.getComponentTypeCollection() |
EPTypeClass |
InnerDotScalarForge.getComponentTypeCollection() |
EPTypeClass |
InnerDotEnumerableScalarCollectionForge.getComponentTypeCollection() |
EPTypeClass |
InnerDotEnumerableEventCollectionForge.getComponentTypeCollection() |
EPTypeClass |
InnerDotEnumerableEventBeanForge.getComponentTypeCollection() |
EPTypeClass |
InnerDotCollForge.getComponentTypeCollection() |
EPTypeClass |
InnerDotArrPrimitiveToCollForge.getComponentTypeCollection() |
EPTypeClass |
InnerDotArrObjectToCollForge.getComponentTypeCollection() |
Constructor and Description |
---|
InnerDotEnumerableScalarCollectionForge(ExprEnumerationForge rootLambdaForge,
EPTypeClass componentType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
PropertyDotNonLambdaMappedForge.getEvaluationType() |
EPTypeClass |
PropertyDotNonLambdaIndexedForge.getEvaluationType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
PropertyDotNonLambdaMappedForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
PropertyDotNonLambdaIndexedForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Constructor and Description |
---|
PropertyDotNonLambdaIndexedForge(int streamId,
EventPropertyGetterIndexedSPI indexedGetter,
ExprForge paramForge,
EPTypeClass returnType) |
PropertyDotNonLambdaMappedForge(int streamId,
EventPropertyGetterMappedSPI mappedGetter,
ExprForge paramForge,
EPTypeClass returnType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprEvalWithTypeWidener.getEvaluationType() |
EPTypeClass |
ExprEvalUnderlyingEvaluatorTable.getEvaluationType() |
EPTypeClass |
ExprEvalUnderlyingEvaluator.getEvaluationType() |
EPTypeClass |
ExprEvalSystemProperty.getEvaluationType() |
EPTypeClass |
ExprEvalStreamTable.getEvaluationType() |
EPTypeClass |
ExprEvalStreamNumUnd.getEvaluationType() |
EPTypeClass |
ExprEvalStreamNumEventTable.getEvaluationType() |
EPTypeClass |
ExprEvalStreamNumEvent.getEvaluationType() |
EPTypeClass |
ExprEvalStreamNumEnumSingleForge.getEvaluationType() |
EPTypeClass |
ExprEvalStreamNumEnumCollForge.getEvaluationType() |
EPTypeClass |
ExprEvalStreamInsertUnd.getEvaluationType() |
EPTypeClass |
ExprEvalStreamInsertTable.getEvaluationType() |
EPTypeClass |
ExprEvalStreamInsertNamedWindow.getEvaluationType() |
EPTypeClass |
ExprEvalStreamInsertBean.getEvaluationType() |
EPTypeClass |
ExprEvalMethodContext.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationEventBeanToUnderlyingArrayForge.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationEventBeanToEventBeanArrayForge.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationCollToUnderlyingForge.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationCollToUnderlyingArrayForge.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationCollToEventBeanForge.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationCollToEventBeanArrayForge.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationAtBeanSingleForge.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationAtBeanCollTable.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationAtBeanColl.getEvaluationType() |
EPTypeClass |
ExprEvalByGetterFragment.getEvaluationType() |
EPTypeClass |
ExprEvalByGetter.getEvaluationType() |
EPTypeClass |
ExprEvalEnumerationEventBeanToEventBeanArrayForge.getUnderlyingEvaluationType() |
EPTypeClass |
ExprEvalEnumerationCollToEventBeanForge.getUnderlyingEvaluationType() |
EPTypeClass |
ExprEvalEnumerationCollToEventBeanArrayForge.getUnderlyingEvaluationType() |
EPTypeClass |
ExprEvalEnumerationAtBeanSingleForge.getUnderlyingEvaluationType() |
EPTypeClass |
ExprEvalEnumerationAtBeanCollTable.getUnderlyingEvaluationType() |
EPTypeClass |
ExprEvalEnumerationAtBeanColl.getUnderlyingEvaluationType() |
EPTypeClass |
ExprEvalStreamInsertUnd.getUnderlyingReturnType() |
EPTypeClass |
ExprEvalStreamInsertBean.getUnderlyingReturnType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprEvalWithTypeWidener.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalUnderlyingEvaluatorTable.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalUnderlyingEvaluator.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalSystemProperty.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamTable.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamNumUnd.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamNumEventTable.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamNumEvent.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamNumEnumSingleForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamNumEnumCollForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamInsertUnd.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamInsertTable.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamInsertNamedWindow.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamInsertBean.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalMethodContext.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalEnumerationEventBeanToUnderlyingArrayForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalEnumerationEventBeanToEventBeanArrayForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalEnumerationCollToUnderlyingForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalEnumerationCollToUnderlyingArrayForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalEnumerationCollToEventBeanForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalEnumerationCollToEventBeanArrayForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalEnumerationAtBeanSingleForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalEnumerationAtBeanCollTable.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalEnumerationAtBeanColl.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalByGetterFragment.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalByGetter.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamInsertUnd.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamInsertTable.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEvalStreamInsertBean.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprFilterReboolValueNode.getEvaluationType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprFilterReboolValueNode.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol symbols,
CodegenClassScope classScope) |
Constructor and Description |
---|
ExprFilterReboolValueNode(EPTypeClass returnType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprTypeofNodeForge.getEvaluationType() |
EPTypeClass |
ExprPropertyExistsNode.getEvaluationType() |
EPTypeClass |
ExprPlugInSingleRowNodeForgeConst.getEvaluationType() |
EPTypeClass |
ExprMinMaxRowNodeForge.getEvaluationType() |
EPTypeClass |
ExprIStreamNode.getEvaluationType() |
EPTypeClass |
ExprInstanceofNodeForge.getEvaluationType() |
EPTypeClass |
ExprEventIdentityEqualsNodeForge.getEvaluationType() |
EPTypeClass |
ExprCastNodeForge.getEvaluationType() |
EPTypeClass |
ExprCaseNodeForge.getEvaluationType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprCastNode.CasterParserComputerForge.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringXFormComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.NumberCasterComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringParserComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.NonnumericCasterComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToDateWStaticFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLocalDateTimeIsoFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLocalDateTimeWStaticFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLocalDateIsoFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLocalDateWStaticFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLocalTimeIsoFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLocalTimeWStaticFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToZonedDateTimeIsoFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToZonedDateTimeWStaticFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLocalDateTimeWExprFormatComputerForge.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLocalDateWExprFormatComputerForge.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLocalTimeWExprFormatComputerForge.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToZonedDateTimeWExprFormatComputerForge.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToDateWStaticISOFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLongWStaticFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLongWStaticISOFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToCalendarWStaticFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToCalendarWStaticISOFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToDateWExprFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToLongWExprFormatComputerForge.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNode.StringToCalendarWExprFormatComputer.codegenPremade(EPTypeClass evaluationType,
CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprTypeofNodeForgeStreamEvent.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprTypeofNodeForgeInnerEval.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprTypeofNodeForgeFragmentType.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprPropertyExistsNode.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprPlugInSingleRowNodeForgeNC.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprPlugInSingleRowNodeForgeConst.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprMinMaxRowNodeForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprIStreamNode.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprInstanceofNodeForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprEventIdentityEqualsNodeForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol symbols,
CodegenClassScope classScope) |
CodegenExpression |
ExprCoalesceNodeForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNodeForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCaseNodeForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprTypeofNodeForgeStreamEvent.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprTypeofNodeForgeInnerEval.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprTypeofNodeForgeFragmentType.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprPropertyExistsNode.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprPlugInSingleRowNodeForgeNC.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprPlugInSingleRowNodeForgeConst.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprMinMaxRowNodeForge.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprIStreamNode.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprInstanceofNodeForge.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCoalesceNodeForge.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCastNodeForge.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprCaseNodeForge.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Constructor and Description |
---|
ExprMinMaxRowNodeForge(ExprMinMaxRowNode parent,
EPTypeClass resultType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprPreviousNode.getComponentTypeCollection() |
EPTypeClass |
ExprPreviousNode.getEvaluationType() |
EPTypeClass |
ExprPreviousNode.getResultType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprPreviousNode.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprPreviousMatchRecognizeNode.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol symbols,
CodegenClassScope classScope) |
CodegenExpression |
ExprPreviousNode.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PriorEvalStrategy.EPTYPE |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprPriorNode.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprPriorNode.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprSubselectRowNode.getComponentTypeCollection() |
EPTypeClass |
ExprSubselectInNode.getComponentTypeCollection() |
EPTypeClass |
ExprSubselectExistsNode.getComponentTypeCollection() |
EPTypeClass |
ExprSubselectAllSomeAnyNode.getComponentTypeCollection() |
EPTypeClass |
ExprSubselectInNode.getEvaluationType() |
EPTypeClass |
ExprSubselectExistsNode.getEvaluationType() |
EPTypeClass |
ExprSubselectAllSomeAnyNode.getEvaluationType() |
EPTypeClass |
SubselectForgeNRSymbol.getLeftResultType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprSubselectNode.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprSubselectNode.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Method and Description |
---|---|
void |
SubselectForgeNRSymbol.provide(Map<String,EPTypeClass> symbols) |
void |
ExprSubselectEvalMatchSymbol.provide(Map<String,EPTypeClass> symbols) |
Constructor and Description |
---|
SubselectForgeNRSymbol(EPTypeClass leftResultType) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprTableAccessNodeSubprop.getComponentTypeCollection() |
EPTypeClass |
ExprTableResetRowAggNode.getEvaluationType() |
EPTypeClass |
ExprTableIdentNode.getEvaluationType() |
EPTypeClass |
ExprTableAccessNodeTopLevel.getEvaluationType() |
EPTypeClass |
ExprTableAccessNodeSubprop.getEvaluationType() |
EPTypeClass |
ExprTableAccessNodeKeys.getEvaluationType() |
Constructor and Description |
---|
ExprTableIdentNode(TableMetaData tableMetadata,
String streamOrPropertyName,
String unresolvedPropertyName,
EPTypeClass returnType,
int streamNum,
String columnName,
int columnNum) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimeAbacus.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
TimeAbacusField.type() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimePeriodAdder.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimePeriodEval.EPTYPE |
static EPTypeClass |
TimePeriodComputeNCGivenTPNonCalEval.EPTYPE |
static EPTypeClass |
TimePeriodComputeNCGivenTPCalForgeEval.EPTYPE |
static EPTypeClass |
TimePeriodComputeNCGivenExprEval.EPTYPE |
static EPTypeClass |
TimePeriodComputeConstGivenDeltaEval.EPTYPE |
static EPTypeClass |
TimePeriodComputeConstGivenCalAddEval.EPTYPE |
static EPTypeClass |
TimePeriodCompute.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprTimestampNode.getEvaluationType() |
EPTypeClass |
ExprTimePeriodForge.getEvaluationType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprTimestampNode.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprTimePeriodForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
ExprTimestampNode.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprVariableNodeImpl.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol symbols,
CodegenClassScope classScope) |
CodegenExpression |
ExprVariableNodeImpl.evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope parent,
ExprForgeCodegenSymbol symbols,
CodegenClassScope classScope) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
FireAndForgetProcessorTable.EPTYPE |
static EPTypeClass |
FireAndForgetProcessorNamedWindow.EPTYPE |
static EPTypeClass |
FireAndForgetProcessor.EPTYPE |
static EPTypeClass |
FireAndForgetProcessor.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
FAFQueryMethodSelect.EPTYPE |
static EPTypeClass |
FAFQueryMethodProvider.EPTYPE |
static EPTypeClass |
FAFQueryMethodIUDUpdate.EPTYPE |
static EPTypeClass |
FAFQueryMethodIUDInsertInto.EPTYPE |
static EPTypeClass |
FAFQueryMethodIUDDelete.EPTYPE |
static EPTypeClass |
FAFQueryMethodAssignerSetter.EPTYPE |
static EPTypeClass |
FAFQueryMethod.EPTYPE |
static EPTypeClass |
FAFQueryInformationals.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
FAFQueryMethodIUDUpdateForge.typeOfMethod() |
protected EPTypeClass |
FAFQueryMethodIUDInsertIntoForge.typeOfMethod() |
protected EPTypeClass |
FAFQueryMethodIUDDeleteForge.typeOfMethod() |
protected abstract EPTypeClass |
FAFQueryMethodIUDBaseForge.typeOfMethod() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
HistoricalEventViewableLookupValueToMultiKey.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass[] |
HistoricalStreamIndexDesc.getIndexPropTypes()
Returns index property types.
|
abstract EPTypeClass |
HistoricalEventViewableForgeBase.typeOfImplementation() |
Constructor and Description |
---|
HistoricalStreamIndexDesc(String[] indexProperties,
EPTypeClass[] indexPropTypes,
EPType[] keyPropTypes)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
HistoricalEventViewableDatabaseFactory.EPTYPE |
static EPTypeClass |
DBOutputTypeDesc.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
HistoricalEventViewableDatabaseForge.typeOfImplementation() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PollResultIndexingStrategySorted.EPTYPE |
static EPTypeClass |
PollResultIndexingStrategyMulti.EPTYPE |
static EPTypeClass |
PollResultIndexingStrategyInKeywordMulti.EPTYPE |
static EPTypeClass |
PollResultIndexingStrategyHash.EPTYPE |
static EPTypeClass |
PollResultIndexingStrategyComposite.EPTYPE |
static EPTypeClass |
PollResultIndexingStrategy.EPTYPE |
static EPTypeClass |
PollResultIndexingStrategy.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
void |
PollResultIndexingStrategyComposite.setOptKeyCoercedTypes(EPTypeClass[] optKeyCoercedTypes) |
void |
PollResultIndexingStrategyComposite.setOptRangeCoercedTypes(EPTypeClass[] optRangeCoercedTypes) |
void |
PollResultIndexingStrategySorted.setValueType(EPTypeClass valueType) |
Constructor and Description |
---|
PollResultIndexingStrategyCompositeForge(int streamNum,
EventType eventType,
String[] optHashPropertyNames,
EPTypeClass[] optHashCoercedTypes,
MultiKeyClassRef optHashMultiKeyClasses,
String[] rangeProps,
EPTypeClass[] rangeTypes) |
PollResultIndexingStrategyCompositeForge(int streamNum,
EventType eventType,
String[] optHashPropertyNames,
EPTypeClass[] optHashCoercedTypes,
MultiKeyClassRef optHashMultiKeyClasses,
String[] rangeProps,
EPTypeClass[] rangeTypes) |
PollResultIndexingStrategyHashForge(int streamNum,
EventType eventType,
String[] propertyNames,
EPTypeClass[] coercionTypes,
MultiKeyClassRef multiKeyClasses) |
PollResultIndexingStrategySortedForge(int streamNum,
EventType eventType,
String propertyName,
EPTypeClass valueType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
HistoricalIndexLookupStrategySorted.EPTYPE |
static EPTypeClass |
HistoricalIndexLookupStrategyMulti.EPTYPE |
static EPTypeClass |
HistoricalIndexLookupStrategyInKeywordSingle.EPTYPE |
static EPTypeClass |
HistoricalIndexLookupStrategyInKeywordMulti.EPTYPE |
static EPTypeClass |
HistoricalIndexLookupStrategyHash.EPTYPE |
static EPTypeClass |
HistoricalIndexLookupStrategyComposite.EPTYPE |
Constructor and Description |
---|
HistoricalIndexLookupStrategyHashForge(int lookupStream,
ExprForge[] evaluators,
EPTypeClass[] coercionTypes,
MultiKeyClassRef multiKeyClassRef) |
HistoricalIndexLookupStrategySortedForge(int lookupStream,
QueryGraphValueEntryRangeForge range,
EPTypeClass coercionType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
HistoricalEventViewableMethodFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
HistoricalEventViewableMethodForge.typeOfImplementation() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
MethodTargetStrategyVariableFactory.EPTYPE |
static EPTypeClass |
MethodTargetStrategyStaticMethod.EPTYPE |
static EPTypeClass |
MethodTargetStrategyScript.EPTYPE |
static EPTypeClass |
MethodConversionStrategyScript.EPTYPE |
static EPTypeClass |
MethodConversionStrategyPlainPOJO.EPTYPE |
static EPTypeClass |
MethodConversionStrategyPlainOA.EPTYPE |
static EPTypeClass |
MethodConversionStrategyPlainMap.EPTYPE |
static EPTypeClass |
MethodConversionStrategyIteratorPOJO.EPTYPE |
static EPTypeClass |
MethodConversionStrategyIteratorOA.EPTYPE |
static EPTypeClass |
MethodConversionStrategyIteratorMap.EPTYPE |
static EPTypeClass |
MethodConversionStrategyEventBeans.EPTYPE |
static EPTypeClass |
MethodConversionStrategyCollectionPOJO.EPTYPE |
static EPTypeClass |
MethodConversionStrategyCollectionOA.EPTYPE |
static EPTypeClass |
MethodConversionStrategyCollectionMap.EPTYPE |
static EPTypeClass |
MethodConversionStrategyArrayPOJO.EPTYPE |
static EPTypeClass |
MethodConversionStrategyArrayOA.EPTYPE |
static EPTypeClass |
MethodConversionStrategyArrayMap.EPTYPE |
Constructor and Description |
---|
MethodConversionStrategyForge(EventType eventType,
EPTypeClass implementation) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
SubordTableLookupStrategyFactoryQuadTree.EPTYPE |
static EPTypeClass |
AdvancedIndexConfigStatementPointRegionQuadtree.EPTYPE |
static EPTypeClass |
AdvancedIndexConfigStatementMXCIFQuadtree.EPTYPE |
static EPTypeClass |
AdvancedIndexConfigContextPartitionQuadTree.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
SettingsApplicationDotMethodRectangeIntersectsRectangle.RectangleIntersectsRectangleForge.getEvaluationType() |
EPTypeClass |
SettingsApplicationDotMethodPointInsideRectange.PointIntersectsRectangleForge.getEvaluationType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
SettingsApplicationDotMethodRectangeIntersectsRectangle.RectangleIntersectsRectangleForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SettingsApplicationDotMethodPointInsideRectange.PointIntersectsRectangleForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EventAdvancedIndexProvisionRuntime.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EventTableFactoryFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected abstract EPTypeClass |
EventTableFactoryFactoryForgeBase.typeOf() |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
EventTableIndexServiceImpl.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexServiceImpl.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexService.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexService.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexServiceImpl.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
EPTypeClass[] indexTypes,
DataInputOutputSerde<Object>[] indexSerdes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexService.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
EPTypeClass[] indexTypes,
DataInputOutputSerde<Object>[] indexSerdes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexServiceImpl.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
EPTypeClass indexType,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> serde,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexService.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
EPTypeClass indexType,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> serde,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
IndexDetail.EPTYPE |
static EPTypeClass |
IndexCompileTimeKey.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PropertyCompositeEventTableFactoryFactory.EPTYPE |
protected EPTypeClass[] |
PropertyCompositeEventTableFactory.optKeyCoercedTypes |
protected EPTypeClass[] |
PropertyCompositeEventTableFactory.optRangeCoercedTypes |
Modifier and Type | Method and Description |
---|---|
EPTypeClass[] |
PropertyCompositeEventTable.getOptKeyCoercedTypes() |
EPTypeClass[] |
PropertyCompositeEventTable.getOptRangeCoercedTypes() |
Constructor and Description |
---|
PropertyCompositeEventTableFactory(int streamNum,
String[] optionalKeyedProps,
EPTypeClass[] optKeyCoercedTypes,
EventPropertyValueGetter hashGetter,
MultiKeyFromObjectArray transformFireAndForget,
String[] rangeProps,
EPTypeClass[] optRangeCoercedTypes,
EventPropertyValueGetter[] rangeGetters) |
PropertyCompositeEventTableFactory(int streamNum,
String[] optionalKeyedProps,
EPTypeClass[] optKeyCoercedTypes,
EventPropertyValueGetter hashGetter,
MultiKeyFromObjectArray transformFireAndForget,
String[] rangeProps,
EPTypeClass[] optRangeCoercedTypes,
EventPropertyValueGetter[] rangeGetters) |
PropertyCompositeEventTableFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] keyProps,
EPTypeClass[] keyTypes,
EventPropertyValueGetter keyGetter,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeKeySerdes) |
PropertyCompositeEventTableFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] keyProps,
EPTypeClass[] keyTypes,
EventPropertyValueGetter keyGetter,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeKeySerdes) |
PropertyCompositeEventTableFactoryFactoryForge(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] optKeyProps,
EPTypeClass[] optKeyTypes,
MultiKeyClassRef hashMultikeyClasses,
String[] rangeProps,
EPTypeClass[] rangeTypes,
DataInputOutputSerdeForge[] rangeSerdes,
EventType eventType) |
PropertyCompositeEventTableFactoryFactoryForge(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] optKeyProps,
EPTypeClass[] optKeyTypes,
MultiKeyClassRef hashMultikeyClasses,
String[] rangeProps,
EPTypeClass[] rangeTypes,
DataInputOutputSerdeForge[] rangeSerdes,
EventType eventType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PropertyHashedFactoryFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
PropertyHashedFactoryFactoryForge.typeOf() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PropertyHashedArrayFactoryFactory.EPTYPE |
protected EPTypeClass[] |
PropertyHashedArrayFactoryFactory.propertyTypes |
Constructor and Description |
---|
PropertyHashedArrayFactoryFactory(int streamNum,
String[] propertyNames,
EPTypeClass[] propertyTypes,
DataInputOutputSerde<Object>[] propertySerdes,
boolean unique,
EventPropertyValueGetter[] propertyGetters,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PropertySortedFactoryFactory.EPTYPE |
protected EPTypeClass |
PropertySortedEventTableFactory.valueType |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
PropertySortedEventTableFactory.getValueType() |
protected EPTypeClass |
PropertySortedFactoryFactoryForge.typeOf() |
Constructor and Description |
---|
PropertySortedEventTableFactory(int streamNum,
String propertyName,
EventPropertyValueGetter propertyGetter,
EPTypeClass valueType) |
PropertySortedFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String indexProp,
EPTypeClass indexType,
EventPropertyValueGetter valueGetter,
DataInputOutputSerde<Object> indexSerde,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
UnindexedEventTableFactoryFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
UnindexedEventTableFactoryFactoryForge.typeOf() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
RootRequiredAssemblyNodeFactory.EPTYPE |
static EPTypeClass |
RootOptionalAssemblyNodeFactory.EPTYPE |
static EPTypeClass |
RootCartProdAssemblyNodeFactory.EPTYPE |
static EPTypeClass |
LeafAssemblyNodeFactory.EPTYPE |
static EPTypeClass |
CartesianProdAssemblyNodeFactory.EPTYPE |
static EPTypeClass |
BranchRequiredAssemblyNodeFactory.EPTYPE |
static EPTypeClass |
BranchOptionalAssemblyNodeFactory.EPTYPE |
static EPTypeClass |
BaseAssemblyNodeFactory.EPTYPE |
static EPTypeClass |
BaseAssemblyNodeFactory.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
JoinSetComposerPrototypeHistorical2Stream.EPTYPE |
static EPTypeClass |
JoinSetComposerPrototypeGeneral.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
JoinSetComposerPrototypeHistorical2StreamForge.implementation() |
protected EPTypeClass |
JoinSetComposerPrototypeGeneralForge.implementation() |
protected abstract EPTypeClass |
JoinSetComposerPrototypeForge.implementation() |
Modifier and Type | Method and Description |
---|---|
static CompositeIndexLookup |
CompositeIndexLookupFactory.make(Object[] keyValues,
MultiKeyFromObjectArray multiKeyTransform,
RangeIndexLookupValue[] rangeValues,
EPTypeClass[] rangeCoercion) |
Constructor and Description |
---|
CompositeIndexLookupRange(RangeIndexLookupValue lookupValue,
EPTypeClass coercionType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
SortedTableLookupPlanFactory.EPTYPE |
static EPTypeClass |
InKeywordTableLookupPlanSingleIdxFactory.EPTYPE |
static EPTypeClass |
InKeywordTableLookupPlanMultiIdxFactory.EPTYPE |
static EPTypeClass |
IndexedTableLookupPlanHashedOnlyFactory.EPTYPE |
static EPTypeClass |
FullTableScanUniquePerKeyLookupPlan.EPTYPE |
static EPTypeClass |
FullTableScanLookupPlanFactory.EPTYPE |
static EPTypeClass |
CompositeTableLookupPlanFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
SortedTableLookupPlanForge.typeOfPlanFactory() |
EPTypeClass |
InKeywordTableLookupPlanSingleIdxForge.typeOfPlanFactory() |
EPTypeClass |
InKeywordTableLookupPlanMultiIdxForge.typeOfPlanFactory() |
EPTypeClass |
IndexedTableLookupPlanHashedOnlyForge.typeOfPlanFactory() |
EPTypeClass |
FullTableScanUniquePerKeyLookupPlanForge.typeOfPlanFactory() |
EPTypeClass |
FullTableScanLookupPlanForge.typeOfPlanFactory() |
EPTypeClass |
CompositeTableLookupPlanForge.typeOfPlanFactory() |
Constructor and Description |
---|
CompositeTableLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
List<QueryGraphValueEntryHashKeyedForge> hashKeys,
EPTypeClass[] hashCoercionTypes,
List<QueryGraphValueEntryRangeForge> rangeKeyPairs,
EPTypeClass[] optRangeCoercionTypes,
QueryPlanIndexForge indexSpecs,
MultiKeyClassRef optionalEPLTableLookupMultiKey) |
CompositeTableLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
List<QueryGraphValueEntryHashKeyedForge> hashKeys,
EPTypeClass[] hashCoercionTypes,
List<QueryGraphValueEntryRangeForge> rangeKeyPairs,
EPTypeClass[] optRangeCoercionTypes,
QueryPlanIndexForge indexSpecs,
MultiKeyClassRef optionalEPLTableLookupMultiKey) |
IndexedTableLookupPlanHashedOnlyForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
QueryGraphValueEntryHashKeyedForge[] hashKeys,
QueryPlanIndexForge indexSpecs,
EPTypeClass[] optionalCoercionTypes,
MultiKeyClassRef optionalEPLTableLookupMultiKey) |
SortedTableLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
QueryGraphValueEntryRangeForge rangeKeyPair,
EPTypeClass optionalCoercionType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
IndexMultiKey.EPTYPE |
static EPTypeClass |
IndexedPropDesc.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
IndexedPropDesc.getCoercionType()
Returns the coercion type of key to index field.
|
static EPTypeClass[] |
IndexedPropDesc.getCoercionTypes(IndexedPropDesc[] descList)
Returns the key coercion types.
|
Constructor and Description |
---|
IndexedPropDesc(String indexPropName,
EPTypeClass coercionType)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
QueryGraphValueEntryRangeRelOp.EPTYPE |
static EPTypeClass |
QueryGraphValueEntryRangeIn.EPTYPE |
static EPTypeClass |
QueryGraphValueEntryRange.EPTYPE |
static EPTypeClass |
QueryGraphValueEntryInKeywordSingleIdx.EPTYPE |
static EPTypeClass |
QueryGraphValueEntryHashKeyedExpr.EPTYPE |
static EPTypeClass |
QueryGraphValueEntryCustomOperation.EPTYPE |
static EPTypeClass |
QueryGraphValueEntryCustomKey.EPTYPE |
static EPTypeClass |
QueryGraphValueEntryCustom.EPTYPE |
static EPTypeClass |
QueryGraphValueDesc.EPTYPE |
static EPTypeClass |
QueryGraphValue.EPTYPE |
static EPTypeClass |
QueryGraph.EPTYPE |
static EPTypeClass |
QueryGraphValueEntryRange.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
QueryGraphValueEntryRangeRelOpForge.make(EPTypeClass optCoercionType,
CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
CodegenExpression |
QueryGraphValueEntryRangeInForge.make(EPTypeClass optCoercionType,
CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
abstract CodegenExpression |
QueryGraphValueEntryRangeForge.make(EPTypeClass optionalCoercionType,
CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TableOuterLookupNode.EPTYPE |
static EPTypeClass |
TableLookupPlan.EPTYPE |
static EPTypeClass |
TableLookupNode.EPTYPE |
static EPTypeClass |
TableLookupIndexReqKey.EPTYPE |
static EPTypeClass |
QueryPlanNodeAllUnidirectionalOuter.EPTYPE |
static EPTypeClass |
QueryPlanNode.EPTYPE |
static EPTypeClass |
QueryPlanIndexItem.EPTYPE |
static EPTypeClass |
QueryPlanIndex.EPTYPE |
static EPTypeClass |
QueryPlan.EPTYPE |
static EPTypeClass |
NestedIterationNode.EPTYPE |
static EPTypeClass |
LookupInstructionQueryPlanNode.EPTYPE |
static EPTypeClass |
HistoricalDataPlanNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
CoercionUtil.getCoercionTypeRangeIn(EPType valuePropType,
ExprNode exprStart,
ExprNode exprEnd) |
EPTypeClass[] |
QueryPlanIndexUniqueHelper.ReducedHashKeys.getCoercionTypes() |
EPTypeClass[] |
CoercionDesc.getCoercionTypes() |
static EPTypeClass[] |
CoercionUtil.getCoercionTypes(EPType[] propTypes) |
EPTypeClass[] |
QueryPlanIndexForge.getCoercionTypes(String[] indexProperties)
Returns a list of coercion types for a given index.
|
EPTypeClass[] |
QueryPlanIndexItem.getHashPropTypes() |
EPTypeClass[] |
QueryPlanIndexItemForge.getHashTypes() |
EPTypeClass[] |
QueryPlanIndexItem.getRangePropTypes() |
EPTypeClass[] |
QueryPlanIndexItemForge.getRangeTypes() |
abstract EPTypeClass |
TableLookupPlanForge.typeOfPlanFactory() |
Modifier and Type | Method and Description |
---|---|
String |
QueryPlanIndexForge.addIndex(String[] indexProperties,
EPTypeClass[] coercionTypes,
EventType eventType) |
static QueryPlanIndexUniqueHelper.ReducedHashKeys |
QueryPlanIndexUniqueHelper.reduceToUniqueIfPossible(String[] hashPropsProvided,
EPTypeClass[] hashCoercionTypes,
List<QueryGraphValueEntryHashKeyedForge> hashFunctions,
String[][] hashPropsRequiredPerIndex) |
void |
QueryPlanIndexForge.setCoercionTypes(String[] indexProperties,
EPTypeClass[] coercionTypes)
Sets the coercion types for a given index.
|
void |
QueryPlanIndexItemForge.setHashTypes(EPTypeClass[] hashTypes) |
Constructor and Description |
---|
CoercionDesc(boolean coerce,
EPTypeClass[] coercionTypes) |
QueryPlanIndexItem(String[] hashProps,
EPTypeClass[] hashPropTypes,
EventPropertyValueGetter hashGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> hashKeySerde,
String[] rangeProps,
EPTypeClass[] rangePropTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeKeySerdes,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc,
StateMgmtSetting stateMgmtSettings) |
QueryPlanIndexItem(String[] hashProps,
EPTypeClass[] hashPropTypes,
EventPropertyValueGetter hashGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> hashKeySerde,
String[] rangeProps,
EPTypeClass[] rangePropTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeKeySerdes,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc,
StateMgmtSetting stateMgmtSettings) |
QueryPlanIndexItemForge(String[] hashProps,
EPTypeClass[] hashTypes,
String[] rangeProps,
EPTypeClass[] rangeTypes,
boolean unique,
EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc,
EventType eventType) |
QueryPlanIndexItemForge(String[] hashProps,
EPTypeClass[] hashTypes,
String[] rangeProps,
EPTypeClass[] rangeTypes,
boolean unique,
EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc,
EventType eventType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
LookupInstructionPlan.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
SubordTableLookupStrategyFactory.EPTYPE |
static EPTypeClass |
SubordTableLookupStrategy.EPTYPE |
static EPTypeClass |
SubordSortedTableLookupStrategyFactory.EPTYPE |
static EPTypeClass |
SubordInKeywordSingleTableLookupStrategyFactory.EPTYPE |
static EPTypeClass |
SubordInKeywordMultiTableLookupStrategyFactory.EPTYPE |
static EPTypeClass |
SubordHashedTableLookupStrategyPropFactory.EPTYPE |
static EPTypeClass |
SubordHashedTableLookupStrategyExprFactory.EPTYPE |
static EPTypeClass |
SubordFullTableScanLookupStrategyFactory.EPTYPE |
static EPTypeClass |
SubordCompositeTableLookupStrategyFactory.EPTYPE |
static EPTypeClass |
AdvancedIndexIndexMultiKeyPart.EPTYPE |
Constructor and Description |
---|
SubordCompositeTableLookupStrategyFactoryForge(boolean isNWOnTrigger,
int numStreams,
List<SubordPropHashKeyForge> keyExpr,
EPTypeClass[] coercionKeyTypes,
MultiKeyClassRef hashMultikeyClasses,
List<SubordPropRangeKeyForge> rangeProps,
EPTypeClass[] coercionRangeTypes) |
SubordCompositeTableLookupStrategyFactoryForge(boolean isNWOnTrigger,
int numStreams,
List<SubordPropHashKeyForge> keyExpr,
EPTypeClass[] coercionKeyTypes,
MultiKeyClassRef hashMultikeyClasses,
List<SubordPropRangeKeyForge> rangeProps,
EPTypeClass[] coercionRangeTypes) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
SubordPropRangeKeyForge.getCoercionType() |
EPTypeClass |
SubordPropInKeywordSingleIndex.getCoercionType() |
EPTypeClass |
SubordPropInKeywordMultiIndex.getCoercionType() |
EPTypeClass |
SubordPropHashKeyForge.getCoercionType() |
static EPTypeClass[] |
SubordPropUtil.getCoercionTypes(Collection<SubordPropHashKeyForge> descList)
Returns the key coercion types.
|
static EPTypeClass[] |
SubordPropUtil.getCoercionTypes(SubordPropHashKeyForge[] descList)
Returns the key coercion types.
|
Constructor and Description |
---|
SubordPropHashKeyForge(QueryGraphValueEntryHashKeyedForge hashKey,
Integer optionalKeyStreamNum,
EPTypeClass coercionType) |
SubordPropInKeywordMultiIndex(String[] indexedProp,
EPTypeClass coercionType,
ExprNode expression) |
SubordPropInKeywordSingleIndex(String indexedProp,
EPTypeClass coercionType,
ExprNode[] expressions) |
SubordPropRangeKeyForge(QueryGraphValueEntryRangeForge rangeInfo,
EPTypeClass coercionType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
SubordWMatchExprLookupStrategyFactory.EPTYPE |
static EPTypeClass |
SubordinateWMatchExprQueryPlan.EPTYPE |
static EPTypeClass |
SubordinateQueryPlanDesc.EPTYPE |
static EPTypeClass |
SubordinateQueryIndexDesc.EPTYPE |
static EPTypeClass |
SubordinateQueryIndexDesc.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
EPTypeClass[] |
SubordinateQueryPlannerIndexPropDesc.getHashIndexCoercionType() |
EPTypeClass[] |
SubordinateQueryPlannerIndexPropDesc.getRangeIndexCoercionType() |
Modifier and Type | Method and Description |
---|---|
static SubordinateQueryPlannerIndexPropListPair |
SubordinateQueryPlannerUtil.toListOfHashedAndBtreeProps(String[] hashIndexPropsProvided,
EPTypeClass[] hashIndexCoercionType,
String[] rangeIndexPropsProvided,
EPTypeClass[] rangeIndexCoercionType) |
static SubordinateQueryPlannerIndexPropListPair |
SubordinateQueryPlannerUtil.toListOfHashedAndBtreeProps(String[] hashIndexPropsProvided,
EPTypeClass[] hashIndexCoercionType,
String[] rangeIndexPropsProvided,
EPTypeClass[] rangeIndexCoercionType) |
Constructor and Description |
---|
SubordinateQueryPlannerIndexPropDesc(String[] hashIndexPropsProvided,
EPTypeClass[] hashIndexCoercionType,
String[] rangeIndexPropsProvided,
EPTypeClass[] rangeIndexCoercionType,
SubordinateQueryPlannerIndexPropListPair listPair,
SubordPropHashKeyForge[] hashJoinedProps,
SubordPropRangeKeyForge[] rangeJoinedProps) |
SubordinateQueryPlannerIndexPropDesc(String[] hashIndexPropsProvided,
EPTypeClass[] hashIndexCoercionType,
String[] rangeIndexPropsProvided,
EPTypeClass[] rangeIndexCoercionType,
SubordinateQueryPlannerIndexPropListPair listPair,
SubordPropHashKeyForge[] hashJoinedProps,
SubordPropRangeKeyForge[] rangeJoinedProps) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
SubordWMatchExprLookupStrategyIndexedUnfilteredFactory.EPTYPE |
static EPTypeClass |
SubordWMatchExprLookupStrategyIndexedFilteredFactory.EPTYPE |
static EPTypeClass |
SubordWMatchExprLookupStrategyAllUnfilteredFactory.EPTYPE |
static EPTypeClass |
SubordWMatchExprLookupStrategyAllFilteredFactory.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
NamedWindow.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
NamedWindowMetaData.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
InfraOnMergeMatch.EPTYPE |
static EPTypeClass |
InfraOnMergeHelper.EPTYPE |
static EPTypeClass |
InfraOnMergeActionUpd.EPTYPE |
static EPTypeClass |
InfraOnMergeActionIns.EPTYPE |
static EPTypeClass |
InfraOnMergeActionDel.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
OutputConditionTimeFactory.EPTYPE |
static EPTypeClass |
OutputConditionTermFactory.EPTYPE |
static EPTypeClass |
OutputConditionNullFactory.EPTYPE |
static EPTypeClass |
OutputConditionFactory.EPTYPE |
static EPTypeClass |
OutputConditionExpressionFactory.EPTYPE |
static EPTypeClass |
OutputConditionCrontabFactory.EPTYPE |
static EPTypeClass |
OutputConditionCountFactory.EPTYPE |
static EPTypeClass |
OutputCondition.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
OutputProcessViewFactoryProvider.EPTYPE |
static EPTypeClass |
OutputProcessViewFactory.EPTYPE |
static EPTypeClass |
OutputProcessViewDirectSimpleFactoryProvider.EPTYPE |
static EPTypeClass |
OutputProcessViewDirectSimpleFactory.EPTYPE |
static EPTypeClass |
OutputProcessView.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
OutputConditionPolledTimeFactory.EPTYPE |
static EPTypeClass |
OutputConditionPolledFactory.EPTYPE |
static EPTypeClass |
OutputConditionPolledExpressionFactory.EPTYPE |
static EPTypeClass |
OutputConditionPolledCrontabFactory.EPTYPE |
static EPTypeClass |
OutputConditionPolledCountFactory.EPTYPE |
static EPTypeClass |
OutputConditionPolled.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
OutputStrategyPostProcessFactory.EPTYPE |
static EPTypeClass |
OutputProcessViewDirectFactory.EPTYPE |
static EPTypeClass |
OutputProcessViewDirectDistinctOrAfterFactory.EPTYPE |
static EPTypeClass |
OutputProcessViewConditionSpec.EPTYPE |
static EPTypeClass |
OutputProcessViewConditionFactory.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EvalAndFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalAndForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PatternDeltaCompute.EPTYPE |
static EPTypeClass |
PatternContext.EPTYPE |
static EPTypeClass |
PatternAgentInstanceContext.EPTYPE |
static EPTypeClass |
MatchedEventConvertor.EPTYPE |
static EPTypeClass |
EvalRootFactoryNode.EPTYPE |
static EPTypeClass |
EvalFactoryNode.EPTYPE |
static EPTypeClass |
EvalFactoryNode.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalRootForgeNode.typeOfFactory() |
protected abstract EPTypeClass |
EvalForgeNodeBase.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EvalEveryFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalEveryForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EvalEveryDistinctFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalEveryDistinctForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EvalFilterFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalFilterForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EvalFollowedByFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalFollowedByForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimerWithinOrMaxCountGuardFactory.EPTYPE |
static EPTypeClass |
TimerWithinGuardFactory.EPTYPE |
static EPTypeClass |
ExpressionGuardFactory.EPTYPE |
static EPTypeClass |
EvalGuardFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalGuardForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EvalMatchUntilFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalMatchUntilForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EvalNotFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalNotForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimerScheduleSpecComputeISOString.EPTYPE |
static EPTypeClass |
TimerScheduleSpecComputeFromExpr.EPTYPE |
static EPTypeClass |
TimerScheduleObserverFactory.EPTYPE |
static EPTypeClass |
TimerIntervalObserverFactory.EPTYPE |
static EPTypeClass |
TimerAtObserverFactory.EPTYPE |
static EPTypeClass |
EvalObserverFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalObserverForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EvalOrFactoryNode.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
EvalOrForgeNode.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ResultSetProcessorAggregateGroupedOutputLastHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorAggregateGroupedOutputAllHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorAggregateGroupedIterator.EPTYPE |
static EPTypeClass |
ResultSetProcessorAggregateGrouped.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ResultSetProcessorAggregateGroupedForge.getInterfaceClass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ResultSetProcessorOutputHelperVisitor.EPTYPE |
static EPTypeClass |
ResultSetProcessorHelperFactory.EPTYPE |
static EPTypeClass |
ResultSetProcessorFactoryProvider.EPTYPE |
static EPTypeClass |
ResultSetProcessorFactory.EPTYPE |
static EPTypeClass |
ResultSetProcessor.EPTYPE |
static EPTypeClass |
ResultSetProcessor.EPTYPE_PROCESSORTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ResultSetProcessorFactoryForge.getInterfaceClass() |
EPTypeClass |
ResultSetProcessorHelperFactoryField.type() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ResultSetProcessorGroupedOutputFirstHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorGroupedOutputAllGroupReps.EPTYPE |
static EPTypeClass |
ResultSetProcessorGroupedOutputFirstHelper.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ResultSetProcessorHandtruTransform.EPTYPE |
static EPTypeClass |
ResultSetProcessorHandThroughFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ResultSetProcessorHandThroughFactoryForge.getInterfaceClass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
RowLimitProcessorFactory.EPTYPE |
static EPTypeClass |
RowLimitProcessor.EPTYPE |
static EPTypeClass |
OrderByProcessorFactory.EPTYPE |
static EPTypeClass |
OrderByProcessor.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ResultSetProcessorRowForAllOutputLastHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowForAllOutputAllHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowForAll.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ResultSetProcessorRowForAllForge.getInterfaceClass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ResultSetProcessorRowPerEventOutputLastHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerEventOutputAllHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerEventIterator.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerEvent.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ResultSetProcessorRowPerEventForge.getInterfaceClass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ResultSetProcessorRowPerGroupUnboundHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerGroupOutputLastHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerGroupOutputAllHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerGroupIterator.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerGroup.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ResultSetProcessorRowPerGroupForge.getInterfaceClass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ResultSetProcessorRowPerGroupRollupUnboundHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerGroupRollupOutputLastHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerGroupRollupOutputAllHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorRowPerGroupRollup.EPTYPE |
static EPTypeClass |
HavingClauseEvaluator.EPTYPE |
static EPTypeClass |
EventsAndSortKeysPair.EPTYPE |
static EPTypeClass |
EventArrayAndSortKeyArray.EPTYPE |
static EPTypeClass |
HavingClauseEvaluator.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ResultSetProcessorRowPerGroupRollupForge.getInterfaceClass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
SelectExprProcessor.EPTYPE |
static EPTypeClass |
SelectExprProcessor.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
SelectExprInsertEventBeanFactory.ExprForgeJoinWildcard.getEvaluationType() |
EPTypeClass |
SelectExprInsertEventBeanFactory.ExprForgeStreamUnderlying.getEvaluationType() |
EPTypeClass |
SelectExprInsertEventBeanFactory.ExprForgeStreamWithInner.getEvaluationType() |
EPTypeClass |
SelectExprInsertEventBeanFactory.ExprForgeStreamWithGetter.getEvaluationType() |
EPTypeClass |
BindProcessorStreamTable.getEvaluationType() |
EPTypeClass |
BindProcessorStream.getEvaluationType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
SelectExprInsertEventBeanFactory.ExprForgeJoinWildcard.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SelectExprInsertEventBeanFactory.ExprForgeStreamUnderlying.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SelectExprInsertEventBeanFactory.ExprForgeStreamWithInner.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SelectExprInsertEventBeanFactory.ExprForgeStreamWithGetter.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
BindProcessorStreamTable.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
BindProcessorStream.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Method and Description |
---|---|
void |
SelectExprProcessorCodegenSymbol.provide(Map<String,EPTypeClass> symbols) |
Constructor and Description |
---|
BindProcessorStream(int streamNum,
EPTypeClass returnType) |
BindProcessorStreamTable(int streamNum,
EPTypeClass returnType,
TableMetaData tableMetadata) |
ExprForgeJoinWildcard(int streamNum,
EPTypeClass returnType) |
ExprForgeStreamUnderlying(int streamNumEval,
EPTypeClass returnType) |
ExprForgeStreamWithInner(ExprForge inner,
EPTypeClass componentReturnType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
SelectEvalWildcardNonJoinImpl.EPTYPE |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
SelectEvalInsertNoWildcardSingleColCoercionMapWrap.processFirstColCodegen(CodegenExpression expression,
CodegenExpression eventBeanFactory,
CodegenClassScope codegenClassScope,
WrapperEventType wrapperEventType,
String adapterMethod,
EPTypeClass castType) |
protected CodegenExpression |
SelectEvalInsertNoWildcardSingleColCoercionObjectArrayWrap.processFirstColCodegen(EPTypeClass evaluationType,
CodegenExpression expression,
CodegenExpression resultEventType,
CodegenExpression eventBeanFactory,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
protected CodegenExpression |
SelectEvalInsertNoWildcardSingleColCoercionMapWrap.processFirstColCodegen(EPTypeClass evaluationType,
CodegenExpression expression,
CodegenExpression resultEventType,
CodegenExpression eventBeanFactory,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
protected CodegenExpression |
SelectEvalInsertNoWildcardSingleColCoercionJsonWrap.processFirstColCodegen(EPTypeClass evaluationType,
CodegenExpression expression,
CodegenExpression resultEventType,
CodegenExpression eventBeanFactory,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
protected CodegenExpression |
SelectEvalInsertNoWildcardSingleColCoercionBeanWrapVariant.processFirstColCodegen(EPTypeClass evaluationType,
CodegenExpression expression,
CodegenExpression resultEventType,
CodegenExpression eventBeanFactory,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
protected CodegenExpression |
SelectEvalInsertNoWildcardSingleColCoercionBeanWrap.processFirstColCodegen(EPTypeClass evaluationType,
CodegenExpression expression,
CodegenExpression resultEventType,
CodegenExpression eventBeanFactory,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
protected CodegenExpression |
SelectEvalInsertNoWildcardSingleColCoercionBean.processFirstColCodegen(EPTypeClass evaluationType,
CodegenExpression expression,
CodegenExpression resultEventType,
CodegenExpression eventBeanFactory,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
protected CodegenExpression |
SelectEvalInsertNoWildcardSingleColCoercionAvroWrap.processFirstColCodegen(EPTypeClass evaluationType,
CodegenExpression expression,
CodegenExpression resultEventType,
CodegenExpression eventBeanFactory,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
protected abstract CodegenExpression |
SelectEvalBaseFirstProp.processFirstColCodegen(EPTypeClass evaluationType,
CodegenExpression expression,
CodegenExpression resultEventType,
CodegenExpression eventBeanFactory,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
SelectExprProcessorTypableSingleForge.getEvaluationType() |
EPTypeClass |
SelectExprProcessorTypableMultiForge.getEvaluationType() |
EPTypeClass |
SelectExprProcessorTypableMapForge.getEvaluationType() |
EPTypeClass |
SelectExprProcessorTypableSingleForge.getUnderlyingEvaluationType() |
EPTypeClass |
SelectExprProcessorTypableMultiForge.getUnderlyingEvaluationType() |
EPTypeClass |
SelectExprProcessorTypableMapForge.getUnderlyingEvaluationType() |
EPTypeClass |
SelectExprProcessorTypableForge.getUnderlyingEvaluationType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
SelectExprProcessorTypableSingleForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SelectExprProcessorTypableMultiForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SelectExprProcessorTypableMapForge.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ResultSetProcessorSimpleOutputLastHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorSimpleOutputAllHelper.EPTYPE |
static EPTypeClass |
ResultSetProcessorSimple.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ResultSetProcessorSimpleForge.getInterfaceClass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
RowRecogPreviousStrategy.EPTYPE |
static EPTypeClass |
RowRecogNFAViewFactory.EPTYPE |
static EPTypeClass |
RowRecogDesc.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
RowRecogNFAViewFactoryForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
RowRecogNFAStateZeroToManyEvalNoCond.EPTYPE |
static EPTypeClass |
RowRecogNFAStateZeroToManyEvalCond.EPTYPE |
static EPTypeClass |
RowRecogNFAStateOneToManyEvalNoCond.EPTYPE |
static EPTypeClass |
RowRecogNFAStateOneToManyEvalCond.EPTYPE |
static EPTypeClass |
RowRecogNFAStateOneOptionalEvalNoCond.EPTYPE |
static EPTypeClass |
RowRecogNFAStateOneOptionalEvalCond.EPTYPE |
static EPTypeClass |
RowRecogNFAStateFilterEval.EPTYPE |
static EPTypeClass |
RowRecogNFAStateEndEval.EPTYPE |
static EPTypeClass |
RowRecogNFAStateBase.EPTYPE |
static EPTypeClass |
RowRecogNFAStateAnyOneEval.EPTYPE |
static EPTypeClass |
RowRecogNFAStateBase.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
RowRecogNFAStateZeroToManyForge.getEvalClass() |
protected EPTypeClass |
RowRecogNFAStateOneToManyForge.getEvalClass() |
protected EPTypeClass |
RowRecogNFAStateOneOptionalForge.getEvalClass() |
protected abstract EPTypeClass |
RowRecogNFAStateForgeBase.getEvalClass() |
protected EPTypeClass |
RowRecogNFAStateFilterForge.getEvalClass() |
protected EPTypeClass |
RowRecogNFAStateEndForge.getEvalClass() |
protected EPTypeClass |
RowRecogNFAStateAnyOneForge.getEvalClass() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
RowRecogStateRandomAccess.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ScriptEvaluator.EPTYPE |
static EPTypeClass |
ScriptDescriptorRuntime.EPTYPE |
static EPTypeClass |
NameParamNumAndModule.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExprNodeScript.getComponentTypeCollection() |
EPTypeClass |
ExprNodeScript.getEvaluationType() |
EPTypeClass |
ExpressionScriptCompiled.getKnownReturnType() |
EPTypeClass |
ScriptDescriptorCompileTime.getReturnType() |
EPTypeClass |
ScriptCodegenFieldSharable.type() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
ExprNodeScript.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol symbols,
CodegenClassScope codegenClassScope) |
Constructor and Description |
---|
ScriptDescriptorCompileTime(String optionalDialect,
String scriptName,
String expression,
String[] parameterNames,
ExprNode[] parameters,
EPTypeClass returnType,
String defaultDialect) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExpressionScriptCompiledJSR223.getKnownReturnType() |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
MVELInvoker.getExecutableStatementKnownReturnType(Object compiled) |
EPTypeClass |
ExpressionScriptCompiledMVEL.getKnownReturnType() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
SubSelectStrategyFactoryLocalViewPreloaded.EPTYPE |
static EPTypeClass |
SubSelectStrategyFactoryIndexShare.EPTYPE |
static EPTypeClass |
SubSelectFactory.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TableMetadataColumnPlain.EPTYPE |
static EPTypeClass |
TableMetadataColumnAggregation.EPTYPE |
static EPTypeClass |
TableMetaData.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass[] |
TableMetaData.getKeyTypes() |
EPTypeClass[] |
TableAccessAnalysisResult.getPrimaryKeyTypes() |
Modifier and Type | Method and Description |
---|---|
void |
TableMetaData.setKeyTypes(EPTypeClass[] keyTypes) |
Constructor and Description |
---|
TableAccessAnalysisResult(Map<String,TableMetadataColumn> tableColumns,
ObjectArrayEventType internalEventType,
DataInputOutputSerdeForge[] internalEventTypePropertySerdes,
ObjectArrayEventType publicEventType,
TableMetadataColumnPairPlainCol[] colsPlain,
TableMetadataColumnPairAggMethod[] colsAggMethod,
TableMetadataColumnPairAggAccess[] colsAccess,
AggregationRowStateForgeDesc aggDesc,
String[] primaryKeyColumns,
EventPropertyGetterSPI[] primaryKeyGetters,
EPTypeClass[] primaryKeyTypes,
int[] primaryKeyColNums,
MultiKeyClassRef primaryKeyMultikeyClasses,
List<StmtClassForgeableFactory> additionalForgeables) |
TableMetaData(String tableName,
String tableModuleName,
NameAccessModifier tableVisibility,
String optionalContextName,
NameAccessModifier optionalContextVisibility,
String optionalContextModule,
EventType internalEventType,
EventType publicEventType,
String[] keyColumns,
EPTypeClass[] keyTypes,
int[] keyColNums,
Map<String,TableMetadataColumn> columns,
int numMethodAggs,
StateMgmtSetting stateMgmtSettingsPrimaryKey,
StateMgmtSetting stateMgmtSettingsUnkeyed) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TableMetadataInternalEventToPublic.EPTYPE |
static EPTypeClass |
TableColumnMethodPairEval.EPTYPE |
static EPTypeClass |
Table.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ExprTableEvalStrategyFactory.EPTYPE |
static EPTypeClass |
ExprTableEvalStrategy.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EventBeanUpdateHelperWCopy.EPTYPE |
static EPTypeClass |
EventBeanUpdateHelperNoCopy.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EventBeanUpdateItemArray.getArrayType() |
Modifier and Type | Method and Description |
---|---|
EventBeanUpdateItemForgeWExpressions |
EventBeanUpdateItemForge.toExpression(EPTypeClass type,
CodegenMethodScope parent,
ExprForgeCodegenSymbol symbols,
CodegenClassScope classScope) |
Constructor and Description |
---|
EventBeanUpdateItemArray(String propertyName,
ExprNode indexExpression,
EPTypeClass arrayType,
EventPropertyGetterSPI getter) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
VariableMetaData.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
VariableMetaData.getType() |
EPTypeClass |
VariableReaderPerCPCodegenFieldSharable.type() |
EPTypeClass |
VariableReaderCodegenFieldSharable.type() |
Constructor and Description |
---|
VariableMetaData(String variableName,
String variableModuleName,
NameAccessModifier variableVisibility,
String optionalContextName,
NameAccessModifier optionalContextVisibility,
String optionalContextModule,
EPTypeClass type,
EventType eventType,
boolean preconfigured,
boolean constant,
boolean compileTimeConstant,
Object valueWhenAvailable,
boolean createdByCurrentModule) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
VariableTriggerWriteDesc.EPTYPE |
static EPTypeClass |
VariableTriggerWriteCurly.EPTYPE |
static EPTypeClass |
VariableTriggerWriteArrayElement.EPTYPE |
static EPTypeClass |
VariableTriggerWrite.EPTYPE |
static EPTypeClass |
VariableTriggerSetDesc.EPTYPE |
static EPTypeClass |
VariableReadWritePackage.EPTYPE |
static EPTypeClass |
VariableReader.EPTYPE |
static EPTypeClass |
Variable.EPTYPE |
static EPTypeClass |
VariableTriggerWrite.EPTYPEARRAY |
static EPTypeClass |
VariableTriggerSetDesc.EPTYPEARRAY |
static EPTypeClass |
VariableReader.EPTYPEARRAY |
static EPTypeClass |
Variable.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
static String |
VariableUtil.getAssigmentExMessage(String variableName,
EPTypeClass variableType,
EPTypeClass initValueClass) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
VirtualDWViewFactory.EPTYPE |
static EPTypeClass |
SubordTableLookupStrategyFactoryVDW.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass[] |
SubordTableLookupStrategyFactoryVDW.getHashCoercionTypes() |
EPTypeClass[] |
SubordTableLookupStrategyFactoryVDW.getRangeCoercionTypes() |
Modifier and Type | Method and Description |
---|---|
void |
SubordTableLookupStrategyFactoryVDW.setHashCoercionTypes(EPTypeClass[] hashCoercionTypes) |
void |
SubordTableLookupStrategyFactoryVDW.setRangeCoercionTypes(EPTypeClass[] rangeCoercionTypes) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ObjectArrayEventType.EPTYPE |
static EPTypeClass |
ObjectArrayEventBeanCopyMethodWithArrayMap.EPTYPE |
static EPTypeClass |
ObjectArrayEventBeanCopyMethod.EPTYPE |
static EPTypeClass |
ObjectArrayEventBean.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ObjectArrayPOJOEntryPropertyGetter.getBeanPropType() |
EPTypeClass |
ObjectArrayArrayPOJOEntryIndexedPropertyGetter.getBeanPropType() |
EPTypeClass |
ObjectArrayArrayPOJOBeanEntryIndexedPropertyGetter.getBeanPropType() |
EPTypeClass |
ObjectArrayPOJOEntryPropertyGetter.getTargetType() |
EPTypeClass |
ObjectArrayArrayPOJOEntryIndexedPropertyGetter.getTargetType() |
EPTypeClass |
ObjectArrayArrayPOJOBeanEntryIndexedPropertyGetter.getTargetType() |
EPTypeClass |
ObjectArrayEventType.getUnderlyingEPType() |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterEventBean(String name,
EPTypeClass underlyingType) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterIndexedClassArray(String propertyNameAtomic,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EPTypeClass componentType,
BeanEventTypeFactory beanEventTypeFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterIndexedEntryPOJO(String propertyNameAtomic,
int index,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass propertyTypeGetter) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterNestedPOJOProp(String propertyName,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass eptype) |
Constructor and Description |
---|
ObjectArrayArrayPOJOBeanEntryIndexedPropertyGetter(int propertyIndex,
int index,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass returnType) |
ObjectArrayArrayPOJOEntryIndexedPropertyGetter(int propertyIndex,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass returnType) |
ObjectArrayEventBeanArrayPropertyGetter(int propertyIndex,
EPTypeClass underlyingType)
Ctor.
|
ObjectArrayEventBeanPropertyGetter(int propertyIndex,
EPTypeClass underlyingType) |
ObjectArrayPOJOEntryPropertyGetter(int propertyIndex,
BeanEventPropertyGetter entryGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass eptype) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
DynamicPropertyDescriptorByMethod.EPTYPE |
static EPTypeClass |
DynamicPropertyDescriptorByField.EPTYPE |
static EPTypeClass |
BeanEventType.EPTYPE |
static EPTypeClass |
BeanEventBeanSerializableCopyMethod.EPTYPE |
static EPTypeClass |
BeanEventBeanConfiguredCopyMethod.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
BeanEventPropertyGetter.getBeanPropType() |
EPTypeClass |
PropertyStem.getReturnType(EPTypeClass underlyingEPType)
Returns the type of the underlying method or field of the event property.
|
EPTypeClass |
BeanEventPropertyGetter.getTargetType() |
EPTypeClass |
BeanEventType.getUnderlyingEPType() |
Modifier and Type | Method and Description |
---|---|
Map<EPTypeClass,List<String>> |
BeanEventTypeStemService.getPublicClassToTypeNames() |
static Map<String,EPTypeClass> |
BeanEventTypeRepoUtil.resolveBeanEventTypes(Map<String,String> typeToClassName,
ClasspathImportService classpathImportService) |
Modifier and Type | Method and Description |
---|---|
BeanEventTypeStem |
BeanEventTypeStemService.getCreateStem(EPTypeClass clazz,
ConfigurationCommonEventTypeBean optionalConfiguration) |
EPTypeClass |
PropertyStem.getReturnType(EPTypeClass underlyingEPType)
Returns the type of the underlying method or field of the event property.
|
Modifier and Type | Method and Description |
---|---|
static BeanEventTypeStemService |
BeanEventTypeRepoUtil.makeBeanEventTypeStemService(Configuration configurationSnapshot,
Map<String,EPTypeClass> resolvedBeanEventTypes,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Constructor and Description |
---|
BeanEventTypeStemService(Map<EPTypeClass,List<String>> publicClassToTypeNames,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
PropertyResolutionStyle defaultPropertyResolutionStyle,
AccessorStyle defaultAccessorStyle) |
Modifier and Type | Field and Description |
---|---|
protected EPTypeClass |
BaseNativePropertyGetter.returnType |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
DynamicPropertyGetterByMethodBase.getBeanPropType() |
EPTypeClass |
DynamicPropertyGetterByFieldBase.getBeanPropType() |
EPTypeClass |
BaseNativePropertyGetter.getBeanPropType() |
EPTypeClass |
ReflectionPropMethodGetter.getTargetType() |
EPTypeClass |
ReflectionPropFieldGetter.getTargetType() |
EPTypeClass |
NestedPropertyGetter.getTargetType() |
EPTypeClass |
ListMethodPropertyGetter.getTargetType() |
EPTypeClass |
ListFieldPropertyGetter.getTargetType() |
EPTypeClass |
KeyedMethodPropertyGetter.getTargetType() |
EPTypeClass |
KeyedMapMethodPropertyGetter.getTargetType() |
EPTypeClass |
KeyedMapFieldPropertyGetter.getTargetType() |
EPTypeClass |
IterableMethodPropertyGetter.getTargetType() |
EPTypeClass |
IterableFieldPropertyGetter.getTargetType() |
EPTypeClass |
DynamicPropertyGetterByMethodBase.getTargetType() |
EPTypeClass |
DynamicPropertyGetterByFieldBase.getTargetType() |
abstract EPTypeClass |
BaseNativePropertyGetter.getTargetType() |
EPTypeClass |
ArrayMethodPropertyGetter.getTargetType() |
EPTypeClass |
ArrayFieldPropertyGetter.getTargetType() |
Modifier and Type | Method and Description |
---|---|
protected static CodegenMethod |
IterableMethodPropertyGetter.getBeanPropCodegen(CodegenMethodScope codegenMethodScope,
EPTypeClass beanPropType,
EPTypeClass targetType,
Method method,
CodegenClassScope codegenClassScope) |
protected static CodegenMethod |
KeyedMethodPropertyGetter.getBeanPropInternalCodegen(CodegenMethodScope codegenMethodScope,
EPTypeClass targetType,
Method method,
CodegenClassScope codegenClassScope) |
Constructor and Description |
---|
BaseNativePropertyGetter(EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass type) |
NestedPropertyGetter(List<EventPropertyGetter> getterChain,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EPTypeClass type,
BeanEventTypeFactory beanEventTypeFactory) |
Constructor and Description |
---|
BeanInstantiatorForgeByNewInstanceReflection(EPTypeClass clazz) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
PropertyInfo.getClazz()
Returns the return type.
|
EPTypeClass |
BeanEventTypeStem.getClazz() |
EPTypeClass[] |
BeanEventTypeStem.getSuperTypes() |
Modifier and Type | Method and Description |
---|---|
Set<EPTypeClass> |
BeanEventTypeStem.getDeepSuperTypes() |
Modifier and Type | Method and Description |
---|---|
BeanEventTypeStem |
BeanEventTypeStemBuilder.make(EPTypeClass clazz) |
Modifier and Type | Method and Description |
---|---|
protected static void |
BeanEventTypeStemBuilder.getSuper(Class clazz,
Set<EPTypeClass> result)
Add the given class's implemented interfaces and superclasses to the result set of classes.
|
Constructor and Description |
---|
BeanEventTypeStem(EPTypeClass clazz,
ConfigurationCommonEventTypeBean optionalLegacyDef,
String[] propertyNames,
Map<String,PropertyInfo> simpleProperties,
Map<String,PropertyStem> mappedPropertyDescriptors,
Map<String,PropertyStem> indexedPropertyDescriptors,
EPTypeClass[] superTypes,
Set<EPTypeClass> deepSuperTypes,
PropertyResolutionStyle propertyResolutionStyle,
Map<String,List<PropertyInfo>> simpleSmartPropertyTable,
Map<String,List<PropertyInfo>> indexedSmartPropertyTable,
Map<String,List<PropertyInfo>> mappedSmartPropertyTable,
EventPropertyDescriptor[] propertyDescriptors,
Map<String,EventPropertyDescriptor> propertyDescriptorMap) |
BeanEventTypeStem(EPTypeClass clazz,
ConfigurationCommonEventTypeBean optionalLegacyDef,
String[] propertyNames,
Map<String,PropertyInfo> simpleProperties,
Map<String,PropertyStem> mappedPropertyDescriptors,
Map<String,PropertyStem> indexedPropertyDescriptors,
EPTypeClass[] superTypes,
Set<EPTypeClass> deepSuperTypes,
PropertyResolutionStyle propertyResolutionStyle,
Map<String,List<PropertyInfo>> simpleSmartPropertyTable,
Map<String,List<PropertyInfo>> indexedSmartPropertyTable,
Map<String,List<PropertyInfo>> mappedSmartPropertyTable,
EventPropertyDescriptor[] propertyDescriptors,
Map<String,EventPropertyDescriptor> propertyDescriptorMap) |
PropertyInfo(EPTypeClass type,
EventPropertyGetterSPIFactory getterFactory,
PropertyStem stem)
Ctor.
|
Constructor and Description |
---|
BeanEventTypeStem(EPTypeClass clazz,
ConfigurationCommonEventTypeBean optionalLegacyDef,
String[] propertyNames,
Map<String,PropertyInfo> simpleProperties,
Map<String,PropertyStem> mappedPropertyDescriptors,
Map<String,PropertyStem> indexedPropertyDescriptors,
EPTypeClass[] superTypes,
Set<EPTypeClass> deepSuperTypes,
PropertyResolutionStyle propertyResolutionStyle,
Map<String,List<PropertyInfo>> simpleSmartPropertyTable,
Map<String,List<PropertyInfo>> indexedSmartPropertyTable,
Map<String,List<PropertyInfo>> mappedSmartPropertyTable,
EventPropertyDescriptor[] propertyDescriptors,
Map<String,EventPropertyDescriptor> propertyDescriptorMap) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EventBeanManufacturerObjectArray.EPTYPE |
static EPTypeClass |
EventBeanManufacturerMap.EPTYPE |
static EPTypeClass |
EventBeanManufacturerJsonProvided.EPTYPE |
static EPTypeClass |
EventBeanManufacturerJson.EPTYPE |
static EPTypeClass |
EventBeanManufacturerCtor.EPTYPE |
static EPTypeClass |
EventBeanManufacturerBean.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
InstanceManufacturerUtil.InstanceManufacturerForgeNonArray.getEvaluationType() |
EPTypeClass |
InstanceManufacturerUtil.InstanceManufacturerForgeArray.getEvaluationType() |
EPTypeClass |
InstanceManufacturerFactoryFastCtor.getTargetClass() |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
InstanceManufacturerFastCtor.codegen(CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope,
EPTypeClass targetClass,
ExprForge[] forges) |
CodegenExpression |
InstanceManufacturerUtil.InstanceManufacturerForgeNonArray.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
InstanceManufacturerUtil.InstanceManufacturerForgeArray.evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
static Pair<Constructor,ExprForge[]> |
InstanceManufacturerUtil.getManufacturer(EPTypeClass targetClass,
ClasspathImportServiceCompileTime classpathImportService,
ExprForge[] exprForges,
Object[] expressionReturnTypes) |
static InstanceManufacturerFactory |
InstanceManufacturerFactoryFactory.getManufacturer(EPTypeClass targetClass,
ClasspathImportServiceCompileTime classpathImportService,
ExprNode[] childNodes) |
Constructor and Description |
---|
InstanceManufacturerFactoryFastCtor(EPTypeClass targetClass,
Constructor ctor,
ExprForge[] forges) |
Modifier and Type | Method and Description |
---|---|
static EventType |
EventTypeRepositoryBeanTypeUtil.getBuildSuperType(EPTypeClass clazz,
BeanEventTypeStemService beanEventTypeStemService,
EventTypeRepository repo,
BeanEventTypeFactoryPrivate privateFactory,
Map<String,ConfigurationCommonEventTypeBean> configs) |
BeanEventType |
BeanEventTypeFactoryPrivate.getCreateBeanType(EPTypeClass clazz,
boolean publicFields) |
BeanEventType |
BeanEventTypeFactoryDisallow.getCreateBeanType(EPTypeClass clazz,
boolean publicFields) |
BeanEventType |
BeanEventTypeFactory.getCreateBeanType(EPTypeClass clazz,
boolean publicFields) |
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeRepositoryBeanTypeUtil.buildBeanTypes(BeanEventTypeStemService beanEventTypeStemService,
EventTypeRepositoryImpl repo,
Map<String,EPTypeClass> beanTypes,
BeanEventTypeFactoryPrivate privateFactory,
Map<String,ConfigurationCommonEventTypeBean> configs) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
WrapperEventType.EPTYPE |
static EPTypeClass |
WrapperEventBeanUndCopyMethod.EPTYPE |
static EPTypeClass |
WrapperEventBeanMapCopyMethod.EPTYPE |
static EPTypeClass |
WrapperEventBeanCopyMethod.EPTYPE |
static EPTypeClass |
TypeBeanOrUnderlying.EPTYPE |
static EPTypeClass |
ObjectArrayBackedEventBean.EPTYPE |
static EPTypeClass |
NaturalEventBean.EPTYPE |
static EPTypeClass |
MappedEventBean.EPTYPE |
static EPTypeClass |
EventPropertyWriter.EPTYPE |
static EPTypeClass |
EventPropertyFragmentGetter.EPTYPE |
static EPTypeClass |
EventBeanTypedEventFactory.EPTYPE |
static EPTypeClass |
EventBeanManufacturer.EPTYPE |
static EPTypeClass |
EventBeanCopyMethod.EPTYPE |
static EPTypeClass |
DecoratingEventBean.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
WrapperEventType.getUnderlyingEPType() |
EPTypeClass |
BaseConfigurableEventType.getUnderlyingEPType() |
EPTypeClass |
EventBeanTypedEventFactoryCodegenField.type() |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
EventTypeUtility.codegenGetterWCoerceWArray(EPTypeClass interfaceClass,
EventPropertyGetterSPI getter,
EPType getterTypeUnboxed,
EPType optionalCoercionType,
CodegenMethod method,
Class generator,
CodegenClassScope classScope) |
static Object |
EventBeanUtility.coerce(Object target,
EPTypeClass coercionType) |
static Object |
BaseNestableEventUtil.getArrayPropertyAsUnderlyingsArray(EPTypeClass underlyingType,
EventBean[] wrapper) |
static CodegenMethod |
BaseNestableEventUtil.getArrayPropertyAsUnderlyingsArrayCodegen(EPTypeClass underlyingType,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterEventBean(String name,
EPTypeClass underlyingType) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterIndexedClassArray(String propertyNameAtomic,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EPTypeClass componentType,
BeanEventTypeFactory beanEventTypeFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterIndexedEntryPOJO(String propertyNameAtomic,
int index,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass propertyTypeGetter) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterNestedPOJOProp(String propertyName,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass nestedValueType) |
Constructor and Description |
---|
BaseConfigurableEventType(EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTypeMetadata metadata,
EPTypeClass underlyingType,
EventTypeNameResolver eventTypeResolver,
XMLFragmentEventTypeFactory xmlEventTypeFactory) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
JsonUnderlyingField.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
JsonUnderlyingField.getPropertyType() |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<EPTypeClass,JsonApplicationClassDelegateDesc> |
JsonEventTypeUtilityReflective.computeClassesDeep(EPTypeClass clazz,
String eventTypeName,
Annotation[] annotations,
StatementCompileTimeServices services) |
static LinkedHashMap<EPTypeClass,JsonApplicationClassDelegateDesc> |
JsonEventTypeUtilityReflective.computeClassesDeep(Map<String,Object> fields,
String eventTypeName,
Annotation[] annotations,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<EPTypeClass,JsonApplicationClassDelegateDesc> |
JsonEventTypeUtilityReflective.computeClassesDeep(EPTypeClass clazz,
String eventTypeName,
Annotation[] annotations,
StatementCompileTimeServices services) |
Constructor and Description |
---|
JsonUnderlyingField(String fieldName,
int propertyNumber,
EPTypeClass propertyType,
Field optionalField) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
JsonEventTypeDetail.EPTYPE |
static EPTypeClass |
JsonEventType.EPTYPE |
static EPTypeClass |
JsonEventObjectBase.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
JsonEventType.getUnderlyingEPType() |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterEventBean(String name,
EPTypeClass underlyingType) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterIndexedClassArray(String propertyNameAtomic,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EPTypeClass componentType,
BeanEventTypeFactory beanEventTypeFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterIndexedEntryPOJO(String propertyNameAtomic,
int index,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass propertyTypeGetter) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterNestedPOJOProp(String propertyName,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass nestedValueType) |
Constructor and Description |
---|
JsonEventType(EventTypeMetadata metadata,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampPropertyName,
String endTimestampPropertyName,
EventTypeNestableGetterFactory getterFactory,
BeanEventTypeFactory beanEventTypeFactory,
JsonEventTypeDetail detail,
EPTypeClass underlyingStandInClass) |
Modifier and Type | Method and Description |
---|---|
abstract EPTypeClass |
JsonGetterNestedBase.getFieldType() |
abstract EPTypeClass |
JsonGetterNestedArrayIndexedBase.getFieldType() |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
JsonGetterNestedSchema.getFieldType() |
EPTypeClass |
JsonGetterNestedArrayIndexedSchema.getFieldType() |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
JsonGetterNestedPOJOPropProvided.getBeanPropType() |
EPTypeClass |
JsonGetterIndexedProvidedBaseNative.getBeanPropType() |
EPTypeClass |
JsonGetterIndexedEntryPOJOProvided.getBeanPropType() |
EPTypeClass |
JsonGetterNestedProvided.getFieldType() |
EPTypeClass |
JsonGetterNestedArrayIndexedProvided.getFieldType() |
EPTypeClass |
JsonGetterNestedPOJOPropProvided.getTargetType() |
EPTypeClass |
JsonGetterIndexedProvidedBaseNative.getTargetType() |
EPTypeClass |
JsonGetterIndexedEntryPOJOProvided.getTargetType() |
Constructor and Description |
---|
JsonGetterIndexedEntryPOJOProvided(Field field,
int index,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass returnType) |
JsonGetterIndexedProvidedBaseNative(EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass returnType,
Field field,
int index) |
JsonGetterNestedPOJOPropProvided(EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass returnType,
Field field,
BeanEventPropertyGetter nestedGetter) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
JsonHandlerDelegator.EPTYPE |
static EPTypeClass |
JsonDelegateUnknown.EPTYPE |
static EPTypeClass |
JsonDelegateJsonGenericObject.EPTYPE |
static EPTypeClass |
JsonDelegateJsonGenericArray.EPTYPE |
static EPTypeClass |
JsonDelegateFactory.EPTYPE |
static EPTypeClass |
JsonDelegateEventObjectArray2Dim.EPTYPE |
static EPTypeClass |
JsonDelegateEventObjectArray.EPTYPE |
static EPTypeClass |
JsonDelegateCollection.EPTYPE |
static EPTypeClass |
JsonDelegateBase.EPTYPE |
Constructor and Description |
---|
JsonDelegateEventObjectArray(JsonHandlerDelegator baseHandler,
JsonDelegateBase parent,
JsonDelegateFactory factory,
EPTypeClass componentType) |
JsonDelegateEventObjectArray2Dim(JsonHandlerDelegator baseHandler,
JsonDelegateBase parent,
JsonDelegateFactory factory,
EPTypeClass componentType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
JsonDelegateCollectionZonedDateTime.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionUUID.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionURL.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionURI.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionString.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionShort.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionOffsetDateTime.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionLong.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionLocalDateTime.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionLocalDate.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionInteger.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionFloat.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionEnum.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionDouble.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionCharacter.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionByte.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionBoolean.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionBigInteger.EPTYPE |
static EPTypeClass |
JsonDelegateCollectionBigDecimal.EPTYPE |
static EPTypeClass |
JsonDelegateArrayZonedDateTime.EPTYPE |
static EPTypeClass |
JsonDelegateArrayUUID.EPTYPE |
static EPTypeClass |
JsonDelegateArrayURL.EPTYPE |
static EPTypeClass |
JsonDelegateArrayURI.EPTYPE |
static EPTypeClass |
JsonDelegateArrayString.EPTYPE |
static EPTypeClass |
JsonDelegateArrayShortPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArrayShort.EPTYPE |
static EPTypeClass |
JsonDelegateArrayOffsetDateTime.EPTYPE |
static EPTypeClass |
JsonDelegateArrayLongPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArrayLong.EPTYPE |
static EPTypeClass |
JsonDelegateArrayLocalDateTime.EPTYPE |
static EPTypeClass |
JsonDelegateArrayLocalDate.EPTYPE |
static EPTypeClass |
JsonDelegateArrayIntegerPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArrayInteger.EPTYPE |
static EPTypeClass |
JsonDelegateArrayFloatPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArrayFloat.EPTYPE |
static EPTypeClass |
JsonDelegateArrayEnum.EPTYPE |
static EPTypeClass |
JsonDelegateArrayDoublePrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArrayDouble.EPTYPE |
static EPTypeClass |
JsonDelegateArrayCharacterPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArrayCharacter.EPTYPE |
static EPTypeClass |
JsonDelegateArrayBytePrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArrayByte.EPTYPE |
static EPTypeClass |
JsonDelegateArrayBooleanPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArrayBoolean.EPTYPE |
static EPTypeClass |
JsonDelegateArrayBigInteger.EPTYPE |
static EPTypeClass |
JsonDelegateArrayBigDecimal.EPTYPE |
Constructor and Description |
---|
JsonDelegateArrayEnum(JsonHandlerDelegator baseHandler,
JsonDelegateBase parent,
EPTypeClass enumType) |
JsonDelegateArrayEnum(JsonHandlerDelegator baseHandler,
JsonDelegateBase parent,
EPTypeClass enumType,
Method valueOf) |
JsonDelegateCollectionEnum(JsonHandlerDelegator baseHandler,
JsonDelegateBase parent,
EPTypeClass enumType) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
JsonDelegateArray2DimZonedDateTime.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimUUID.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimURL.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimURI.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimString.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimShortPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimShort.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimOffsetDateTime.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimLongPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimLong.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimLocalDateTime.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimLocalDate.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimIntegerPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimInteger.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimFloatPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimFloat.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimEnum.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimDoublePrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimDouble.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimCharacterPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimCharacter.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimBytePrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimByte.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimBooleanPrimitive.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimBoolean.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimBigInteger.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimBigDecimal.EPTYPE |
static EPTypeClass |
JsonDelegateArray2DimBase.EPTYPE |
Constructor and Description |
---|
JsonDelegateArray2DimEnum(JsonHandlerDelegator baseHandler,
JsonDelegateBase parent,
EPTypeClass enumType) |
Constructor and Description |
---|
JsonDelegateForgeByClass(EPTypeClass clazz) |
JsonDelegateForgeByClass(EPTypeClass clazz,
CodegenExpression... params) |
JsonEndValueForgeCast(EPTypeClass target) |
JsonEndValueForgeEnum(EPTypeClass type) |
JsonEndValueForgeProvidedStringAdapter(EPTypeClass adapterClass) |
Modifier and Type | Method and Description |
---|---|
static JsonForgeDesc |
JsonForgeFactoryBuiltinClassTyped.forge(EPTypeClass classType,
String fieldName,
Field optionalField,
Map<EPTypeClass,JsonApplicationClassDelegateDesc> deepClasses,
Annotation[] annotations,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static JsonForgeDesc |
JsonForgeFactoryBuiltinClassTyped.forge(EPTypeClass classType,
String fieldName,
Field optionalField,
Map<EPTypeClass,JsonApplicationClassDelegateDesc> deepClasses,
Annotation[] annotations,
StatementCompileTimeServices services) |
Constructor and Description |
---|
JsonDelegateForgeWithDelegateFactoryArray(String delegateFactoryClassName,
EPTypeClass underlyingType) |
JsonDelegateForgeWithDelegateFactoryArray2Dim(String delegateFactoryClassName,
EPTypeClass componentType) |
JsonDelegateForgeWithDelegateFactorySelf(String delegateClassName,
EPTypeClass beanClass) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
DIOJsonObjectSerde.EPTYPE |
static EPTypeClass |
DIOJsonArraySerde.EPTYPE |
static EPTypeClass |
DIOJsonAnyValueSerde.EPTYPE |
Constructor and Description |
---|
JsonWriteForgeProvidedStringAdapter(EPTypeClass adapterClass) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
JsonEventBeanCopyMethod.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
MapEventType.EPTYPE |
static EPTypeClass |
MapEventBeanCopyMethodWithArrayMap.EPTYPE |
static EPTypeClass |
MapEventBeanCopyMethod.EPTYPE |
static EPTypeClass |
MapEventBean.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
MapPOJOEntryPropertyGetter.getBeanPropType() |
EPTypeClass |
MapArrayPOJOEntryIndexedPropertyGetter.getBeanPropType() |
EPTypeClass |
MapArrayPOJOBeanEntryIndexedPropertyGetter.getBeanPropType() |
EPTypeClass |
MapPOJOEntryPropertyGetter.getTargetType() |
EPTypeClass |
MapArrayPOJOEntryIndexedPropertyGetter.getTargetType() |
EPTypeClass |
MapArrayPOJOBeanEntryIndexedPropertyGetter.getTargetType() |
EPTypeClass |
MapEventType.getUnderlyingEPType() |
Modifier and Type | Method and Description |
---|---|
MapEventPropertyGetter |
EventTypeNestableGetterFactoryMap.getGetterEventBean(String name,
EPTypeClass underlyingType) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterIndexedClassArray(String propertyNameAtomic,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EPTypeClass componentType,
BeanEventTypeFactory beanEventTypeFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterIndexedEntryPOJO(String propertyNameAtomic,
int index,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass propertyTypeGetter) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterNestedPOJOProp(String propertyName,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass nestedValueType) |
Constructor and Description |
---|
MapArrayPOJOBeanEntryIndexedPropertyGetter(String propertyMap,
int index,
BeanEventPropertyGetter nestedGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass returnType) |
MapArrayPOJOEntryIndexedPropertyGetter(String propertyMap,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EPTypeClass returnType) |
MapEventBeanArrayPropertyGetter(String propertyName,
EPTypeClass underlyingType)
Ctor.
|
MapEventBeanPropertyGetter(String propertyName,
EPTypeClass underlyingType) |
MapPOJOEntryPropertyGetter(String propertyMap,
BeanEventPropertyGetter mapEntryGetter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EPTypeClass returnType,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EventTypeResolver.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
EventTypeCollectedSerde.getUnderlying() |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeCollectorImpl.registerBean(EventTypeMetadata metadata,
EPTypeClass clazz,
String startTimestampName,
String endTimestampName,
EventType[] superTypes,
Set<EventType> deepSuperTypes) |
void |
EventTypeCollector.registerBean(EventTypeMetadata metadata,
EPTypeClass clazz,
String startTimestampName,
String endTimestampName,
EventType[] superTypes,
Set<EventType> deepSupertypes) |
void |
EventTypeCollectorImpl.registerSerde(EventTypeMetadata metadata,
DataInputOutputSerde<Object> underlyingSerde,
EPTypeClass underlyingClass) |
void |
EventTypeCollector.registerSerde(EventTypeMetadata metadata,
DataInputOutputSerde<Object> underlyingSerde,
EPTypeClass underlyingClass) |
BeanEventType |
EventTypeResolverImpl.resolvePrivateBean(EPTypeClass clazz,
boolean publicFields) |
BeanEventType |
EventTypeResolver.resolvePrivateBean(EPTypeClass clazz,
boolean publicFields) |
Constructor and Description |
---|
EventTypeCollectedSerde(EventTypeMetadata metadata,
DataInputOutputSerde<Object> underlyingSerde,
EPTypeClass underlying) |
Modifier and Type | Method and Description |
---|---|
static CodegenMethod |
CodegenLegoPropertyBeanOrUnd.from(CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope,
EPTypeClass expectedUnderlyingType,
EventPropertyGetterSPI innerGetter,
CodegenLegoPropertyBeanOrUnd.AccessType accessType,
Class generator) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
VariantPropertyGetterCache.EPTYPE |
static EPTypeClass |
VariantEventType.EPTYPE |
static EPTypeClass |
VariantEvent.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
VariantEventType.getUnderlyingEPType() |
EPTypeClass |
VariantPropertyGetterCacheCodegenField.type() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
XPathPropertyGetter.EPTYPE |
static EPTypeClass |
FragmentFactoryXPathPredefinedGetter.EPTYPE |
static EPTypeClass |
FragmentFactoryDOMGetter.EPTYPE |
static EPTypeClass |
FragmentFactory.EPTYPE |
static EPTypeClass |
BaseXMLEventType.EPTYPE |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
SimpleXMLEventType.resolveSimpleXMLPropertyType(String propertyExpression) |
static EPTypeClass |
SchemaUtil.toReturnType(QName resultType,
EPTypeClass optionalCastToType)
Returns the native type based on XPathConstants qname and an optional cast-to type, if provided.
|
static EPTypeClass |
SchemaUtil.toReturnType(SchemaItem item)
Returns the Class-type of the schema item.
|
static EPTypeClass |
SchemaUtil.toReturnType(short xsType,
String typeName,
Integer optionalFractionDigits)
Returns the type for a give short type and type name.
|
EPTypeClass |
XPathPropertyGetterCodegenFieldSharable.type() |
Modifier and Type | Method and Description |
---|---|
static Object |
XPathPropertyGetter.evaluateXPathGet(Node und,
XPathExpression expression,
String expressionText,
String property,
EPTypeClass optionalCastToType,
QName resultType,
boolean isCastToArray,
SimpleTypeParser simpleTypeParser)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static EPTypeClass |
SchemaUtil.toReturnType(QName resultType,
EPTypeClass optionalCastToType)
Returns the native type based on XPathConstants qname and an optional cast-to type, if provided.
|
Constructor and Description |
---|
XPathPropertyGetter(BaseXMLEventType baseXMLEventType,
String propertyName,
String expressionText,
XPathExpression xPathExpression,
QName resultType,
EPTypeClass optionalCastToType,
FragmentFactory fragmentFactory) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
StringRange.EPTYPE |
static EPTypeClass |
MatchedEventMapMinimal.EPTYPE |
static EPTypeClass |
MatchedEventMapMeta.EPTYPE |
static EPTypeClass |
MatchedEventMap.EPTYPE |
static EPTypeClass |
FilterValueSetParamImpl.EPTYPE |
static EPTypeClass |
FilterValueSetParam.EPTYPE |
static EPTypeClass |
FilterSpecParamInForge.InValueAdderArray.EPTYPE |
static EPTypeClass |
FilterSpecParamInForge.InValueAdderMap.EPTYPE |
static EPTypeClass |
FilterSpecParamInForge.InValueAdderColl.EPTYPE |
static EPTypeClass |
FilterSpecParamInForge.InValueAdderPlain.EPTYPE |
static EPTypeClass |
FilterSpecParamFilterForEvalDouble.EPTYPE |
static EPTypeClass |
FilterSpecParamExprNode.EPTYPE |
static EPTypeClass |
FilterSpecParamAdvancedIndexQuadTreePointRegion.EPTYPE |
static EPTypeClass |
FilterSpecParamAdvancedIndexQuadTreeMXCIF.EPTYPE |
static EPTypeClass |
FilterSpecParam.EPTYPE |
static EPTypeClass |
FilterSpecLookupableAdvancedIndex.EPTYPE |
static EPTypeClass |
FilterSpecActivatable.EPTYPE |
static EPTypeClass |
DoubleRange.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
FilterSpecParamEventPropIndexedForge.getCoercionType()
Returns the numeric coercion type.
|
EPTypeClass |
FilterSpecParamEventPropForge.getCoercionType()
Returns the numeric coercion type.
|
EPTypeClass |
FilterSpecParamInForge.InValueAdderArray.getEPType() |
EPTypeClass |
FilterSpecParamInForge.InValueAdderMap.getEPType() |
EPTypeClass |
FilterSpecParamInForge.InValueAdderColl.getEPType() |
EPTypeClass |
FilterSpecParamInForge.InValueAdderPlain.getEPType() |
EPTypeClass |
FilterSpecParamInAdder.getEPType() |
Constructor and Description |
---|
FilterForEvalEventPropForge(String resultEventAsName,
String resultEventProperty,
ExprIdentNodeEvaluator exprIdentNodeEvaluator,
boolean isMustCoerce,
EPTypeClass coercionType) |
FilterForEvalEventPropIndexedForge(String resultEventAsName,
int resultEventindex,
String resultEventProperty,
EventType eventType,
boolean isMustCoerce,
EPTypeClass coercionType) |
FilterSpecLookupableAdvancedIndex(String expression,
ExprEventEvaluator getter,
EPTypeClass returnType) |
FilterSpecLookupableAdvancedIndexForge(String expression,
EventPropertyGetterSPI getter,
EPTypeClass returnType,
AdvancedIndexConfigContextPartitionQuadTree quadTreeConfig,
EventPropertyGetterSPI x,
EventPropertyGetterSPI y,
EventPropertyGetterSPI width,
EventPropertyGetterSPI height,
String indexType) |
FilterSpecParamEventPropForge(ExprFilterSpecLookupableForge lookupable,
FilterOperator filterOperator,
String resultEventAsName,
String resultEventProperty,
ExprIdentNodeEvaluator exprIdentNodeEvaluator,
boolean isMustCoerce,
SimpleNumberCoercer numberCoercer,
EPTypeClass coercionType)
Constructor.
|
FilterSpecParamEventPropIndexedForge(ExprFilterSpecLookupableForge lookupable,
FilterOperator filterOperator,
String resultEventAsName,
int resultEventIndex,
String resultEventProperty,
EventType eventType,
boolean isMustCoerce,
SimpleNumberCoercer numberCoercer,
EPTypeClass coercionType)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
AuditProviderDefault.EPTYPE |
static EPTypeClass |
AuditProvider.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
InstrumentationCommon.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
InstrumentationField.type() |
Constructor and Description |
---|
InstrumentationBuilderExpr(Class generator,
ExprForgeInstrumentable forge,
String qname,
EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPChainableTypeNull.EPTYPE |
static EPTypeClass |
EPChainableTypeEventSingle.EPTYPE |
static EPTypeClass |
EPChainableTypeEventMulti.EPTYPE |
static EPTypeClass |
EPChainableTypeClass.EPTYPE |
static EPTypeClass |
EPChainableType.EPTYPE |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
EPChainableTypeClass.fromInputOrNull(EPChainableType inputType) |
static EPTypeClass |
EPChainableTypeHelper.getCodegenReturnType(EPChainableType theType) |
static EPTypeClass |
EPChainableTypeHelper.getCollectionOrArrayComponentTypeOrNull(EPChainableType type) |
EPTypeClass |
EPChainableTypeClass.getType() |
EPTypeClass |
EPChainableTypeCodegenSharable.type() |
Modifier and Type | Method and Description |
---|---|
static EPChainableType |
EPChainableTypeHelper.array(EPTypeClass arrayComponentType)
Indicate that the expression return type is an array of a given component type.
|
static EPChainableType |
EPChainableTypeHelper.collectionOfSingleValue(EPTypeClass collectionComponentType)
Indicate that the expression return type is a collection of a given component type.
|
static EPChainableType |
EPChainableTypeHelper.fromMethod(Method method,
EPTypeClass methodTargetType)
Interrogate the provided method and determine whether it returns
single-value, array of single-value or collection of single-value and
their component type.
|
Constructor and Description |
---|
EPChainableTypeClass(EPTypeClass type) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimeProvider.EPTYPE |
static EPTypeClass |
ScheduleSpec.EPTYPE |
static EPTypeClass |
ScheduleHandle.EPTYPE |
static EPTypeClass |
ScheduleHandle.EPTYPE_SCHEDULEOBJECTTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
TimeProviderField.type() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
DataInputOutputSerdeForge.EPTYPE
Type information
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
DataInputOutputSerdeForgeSingletonBasicBuiltin.getBasicBuiltin() |
EPTypeClass |
DataInputOutputSerdeForgeSingletonExtendedBuiltin.getExtendedBuiltin() |
Constructor and Description |
---|
DataInputOutputSerdeForgeSingletonBasicBuiltin(Class serdeClass,
EPTypeClass basicBuiltin) |
DataInputOutputSerdeForgeSingletonExtendedBuiltin(Class serdeClass,
EPTypeClass extendedBuiltin) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
CodegenSharableSerdeEventTyped.type() |
EPTypeClass |
CodegenSharableSerdeClassTyped.type() |
EPTypeClass |
CodegenSharableSerdeClassArrayTyped.type() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
DIOSortedRefCountedSet.EPTYPE |
static EPTypeClass |
DIOSerdeTreeMapEventsMayDeque.EPTYPE |
static EPTypeClass |
DIORefCountedSet.EPTYPE |
static EPTypeClass |
DIOMapPropertySerde.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
DIOUnsupportedSerde.EPTYPE |
static EPTypeClass |
DIOStringArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOStringArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOSqlDateSerde.EPTYPE |
static EPTypeClass |
DIOSqlDateArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOSkipSerde.EPTYPE |
static EPTypeClass |
DIOShortSerde.EPTYPE |
static EPTypeClass |
DIOSetSerde.EPTYPE |
static EPTypeClass |
DIOSerializableObjectSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveShortArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveShortArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveLongArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveLongArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveIntArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveIntArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveFloatArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveFloatArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveDoubleArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveDoubleArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveCharArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveCharArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveByteArraySerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveByteArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveByteArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveBooleanArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOPrimitiveBooleanArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIONullableStringSerde.EPTYPE |
static EPTypeClass |
DIONullableShortSerde.EPTYPE |
static EPTypeClass |
DIONullableObjectArraySerde.EPTYPE |
static EPTypeClass |
DIONullableLongSerde.EPTYPE |
static EPTypeClass |
DIONullableIntegerSerde.EPTYPE |
static EPTypeClass |
DIONullableFloatSerde.EPTYPE |
static EPTypeClass |
DIONullableDoubleSerde.EPTYPE |
static EPTypeClass |
DIONullableCharacterSerde.EPTYPE |
static EPTypeClass |
DIONullableByteSerde.EPTYPE |
static EPTypeClass |
DIONullableBooleanSerde.EPTYPE |
static EPTypeClass |
DIOLongSerde.EPTYPE |
static EPTypeClass |
DIOIntegerSerde.EPTYPE |
static EPTypeClass |
DIOFloatSerde.EPTYPE |
static EPTypeClass |
DIODoubleSerde.EPTYPE |
static EPTypeClass |
DIODateSerde.EPTYPE |
static EPTypeClass |
DIODateArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOCharSequenceSerde.EPTYPE |
static EPTypeClass |
DIOCharacterSerde.EPTYPE |
static EPTypeClass |
DIOCalendarSerde.EPTYPE |
static EPTypeClass |
DIOCalendarArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOByteSerde.EPTYPE |
static EPTypeClass |
DIOBoxedShortArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedShortArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedLongArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedLongArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedIntegerArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedIntegerArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedFloatArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedFloatArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedDoubleArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedDoubleArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedCharacterArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedCharacterArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedByteArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedByteArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedBooleanArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBoxedBooleanArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOBooleanSerde.EPTYPE |
static EPTypeClass |
DIOBigIntegerSerde.EPTYPE |
static EPTypeClass |
DIOBigIntegerArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBigIntegerArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOBigDecimalSerde.EPTYPE |
static EPTypeClass |
DIOBigDecimalArrayNullableSerde.EPTYPE |
static EPTypeClass |
DIOBigDecimalArray2DimNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListStringNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListSqlDateNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListShortNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListLongNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListIntegerNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListFloatNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListDoubleNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListDateNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListCharacterNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListCalendarNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListByteNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListBooleanNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListBigIntegerNullableSerde.EPTYPE |
static EPTypeClass |
DIOArrayListBigDecimalNullableSerde.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
DIONullableObjectArraySerdeForge.getComponentType() |
Constructor and Description |
---|
DIONullableObjectArraySerdeForge(EPTypeClass componentType,
DataInputOutputSerdeForge componentSerde) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
DIOMultiKeyArrayShortSerde.EPTYPE |
static EPTypeClass |
DIOMultiKeyArrayObjectSerde.EPTYPE |
static EPTypeClass |
DIOMultiKeyArrayLongSerde.EPTYPE |
static EPTypeClass |
DIOMultiKeyArrayIntSerde.EPTYPE |
static EPTypeClass |
DIOMultiKeyArrayFloatSerde.EPTYPE |
static EPTypeClass |
DIOMultiKeyArrayDoubleSerde.EPTYPE |
static EPTypeClass |
DIOMultiKeyArrayCharSerde.EPTYPE |
static EPTypeClass |
DIOMultiKeyArrayByteSerde.EPTYPE |
static EPTypeClass |
DIOMultiKeyArrayBooleanSerde.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ClasspathImportServiceRuntime.EPTYPE |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
ClasspathImportEPTypeUtil.parameterizeType(boolean allowArrayDimensions,
Class clazz,
ClassDescriptor descriptor,
ClasspathImportService classpathImportService,
ClassProvidedClasspathExtension classpathExtension) |
static EPTypeClass |
ClasspathImportEPTypeUtil.parameterizeType(Class plain,
List<ClassDescriptor> typeParameters,
int arrayDimensions,
ClasspathImportService classpathImportService,
ClasspathExtensionClass classpathExtension) |
static EPTypeClass |
ClasspathImportEPTypeUtil.resolveClassIdentifierToEPType(ClassDescriptor classIdent,
boolean allowObjectType,
ClasspathImportService classpathImportService,
ClasspathExtensionClass classpathExtension) |
EPTypeClass |
RuntimeSettingsTimeZoneField.type() |
Modifier and Type | Method and Description |
---|---|
static void |
SupportEventPropUtil.assertTypes(EventType type,
String[] fields,
EPTypeClass[] classes) |
static void |
SupportEventPropUtil.assertTypes(EventType type,
String field,
EPTypeClass clazz) |
static void |
SupportEventPropUtil.assertTypesAllSame(EventType type,
String[] fields,
EPTypeClass clazz) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
XYWHRectangle.EPTYPE |
static EPTypeClass |
XYPoint.EPTYPE |
static EPTypeClass |
WildcardParameter.EPTYPE |
static EPTypeClass |
RangeParameter.EPTYPE |
static EPTypeClass |
NameAndModule.EPTYPE |
static EPTypeClass |
ListParameter.EPTYPE |
static EPTypeClass |
FrequencyParameter.EPTYPE |
static EPTypeClass |
CronParameter.EPTYPE |
static EPTypeClass |
AvroSchemaFieldHook.EPTYPE |
static EPTypeClass |
AnnotationXMLSchemaNamespacePrefix.EPTYPE |
static EPTypeClass |
AnnotationXMLSchemaField.EPTYPE |
static EPTypeClass |
AnnotationXMLSchema.EPTYPE |
static EPTypeClass |
AnnotationTag.EPTYPE |
static EPTypeClass |
AnnotationPublic.EPTYPE |
static EPTypeClass |
AnnotationProtected.EPTYPE |
static EPTypeClass |
AnnotationPrivate.EPTYPE |
static EPTypeClass |
AnnotationPriority.EPTYPE |
static EPTypeClass |
AnnotationNoLock.EPTYPE |
static EPTypeClass |
AnnotationName.EPTYPE |
static EPTypeClass |
AnnotationJsonSchemaField.EPTYPE |
static EPTypeClass |
AnnotationJsonSchema.EPTYPE |
static EPTypeClass |
AnnotationIterableUnbound.EPTYPE |
static EPTypeClass |
AnnotationHook.EPTYPE |
static EPTypeClass |
AnnotationHint.EPTYPE |
static EPTypeClass |
AnnotationEventRepresentation.EPTYPE |
static EPTypeClass |
AnnotationDrop.EPTYPE |
static EPTypeClass |
AnnotationDescription.EPTYPE |
static EPTypeClass |
AnnotationBusEventType.EPTYPE |
static EPTypeClass |
AnnotationAudit.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
MathContextCodegenField.type() |
Constructor and Description |
---|
MathArithDesc(EPTypeClass type,
MathArithTypeEnum arith) |
RelationalOpDesc(EPTypeClass type,
RelationalOpEnum op) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TypeWidener.EPTYPE |
static EPTypeClass |
SimpleTypeParser.EPTYPE |
static EPTypeClass |
LikeUtil.EPTYPE |
static EPTypeClass |
Serializer.EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
JavaClassHelper.getArithmaticCoercionType(EPTypeClass typeOne,
EPTypeClass typeTwo)
Returns the coercion type for the 2 numeric types for use in arithmatic.
|
static EPTypeClass |
JavaClassHelper.getArrayComponentType(EPTypeClass type) |
static EPTypeClass |
JavaClassHelper.getArrayComponentTypeInnermost(EPTypeClass type) |
static EPTypeClass |
JavaClassHelper.getArrayType(EPTypeClass type) |
static EPTypeClass |
JavaClassHelper.getArrayType(EPTypeClass type,
int numDimensions) |
static EPTypeClass |
JavaClassHelper.getBoxedType(EPTypeClass clazz) |
static EPTypeClass |
ClassHelperGenericType.getClassEPType(Class clazz) |
static EPTypeClass |
JavaClassHelper.getCompareToCoercionType(EPType typeOne,
EPType typeTwo)
Returns for 2 classes to be compared via relational operator the Class type of
common comparison.
|
static EPTypeClass |
ClassHelperGenericType.getFieldEPType(Field field) |
static EPTypeClass |
ClassHelperGenericType.getFieldEPType(Field field,
EPTypeClass type) |
static EPTypeClass |
ClassHelperGenericType.getMethodReturnEPType(Method method) |
static EPTypeClass |
ClassHelperGenericType.getMethodReturnEPType(Method method,
EPTypeClass typeClass) |
static EPTypeClass |
ClassHelperGenericType.getParameterType(Parameter param) |
static EPTypeClass[] |
ClassHelperGenericType.getParameterTypes(Parameter[] parameters,
int offset) |
static EPTypeClass |
JavaClassHelper.getPrimitiveType(Class<?> clazz)
Returns the un-boxed class for the given class, or the class itself if already un-boxed or not a primitive type.
|
static EPTypeClass |
JavaClassHelper.getPrimitiveType(EPTypeClass clazz)
Returns the un-boxed class for the given class, or the class itself if already un-boxed or not a primitive type.
|
EPTypeClass |
SimpleNumberCoercerFactory.SimpleNumberCoercerDouble.getReturnType() |
EPTypeClass |
SimpleNumberCoercerFactory.SimpleNumberCoercerLong.getReturnType() |
EPTypeClass |
SimpleNumberCoercerFactory.SimpleNumberCoercerInt.getReturnType() |
EPTypeClass |
SimpleNumberCoercerFactory.SimpleNumberCoercerFloat.getReturnType() |
EPTypeClass |
SimpleNumberCoercerFactory.SimpleNumberCoercerShort.getReturnType() |
EPTypeClass |
SimpleNumberCoercerFactory.SimpleNumberCoercerByte.getReturnType() |
EPTypeClass |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigInt.getReturnType() |
EPTypeClass |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecLong.getReturnType() |
EPTypeClass |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecDouble.getReturnType() |
EPTypeClass |
SimpleNumberCoercer.getReturnType() |
static EPTypeClass |
JavaClassHelper.getSecondParameterTypeOrObject(EPTypeClass returnType) |
static EPTypeClass |
JavaClassHelper.getSingleParameterTypeOrObject(EPTypeClass returnType) |
static EPTypeClass |
JavaClassHelper.getTypeClassOrObjectType(EPType evaluationType) |
static EPTypeClass |
SQLTypeMapUtil.sqlTypeToClass(int sqlType,
String className,
ClassForNameProvider classForNameProvider)
Mapping as defined by JDBC 3 Spec , page B-177, table B-1 JBDC Types mapped to Java Types.
|
EPTypeClass |
SimpleTypeParserCodegenFieldSharable.type() |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
CollectionUtil.arrayToCollectionAllowNullCodegen(CodegenMethodScope codegenMethodScope,
EPTypeClass arrayType,
CodegenExpression array,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SimpleTypeCasterFactory.CharacterCaster.codegen(CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SimpleTypeCasterFactory.BigDecObjectCaster.codegen(CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SimpleTypeCasterFactory.BigIntObjectCaster.codegen(CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SimpleTypeCasterAnyType.codegen(CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SimpleTypeCaster.codegen(CodegenExpression input,
EPTypeClass inputType,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecLong.codegenBigDec(CodegenExpression value,
EPTypeClass valueType) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecDouble.codegenBigDec(CodegenExpression value,
EPTypeClass valueType) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigInt.codegenBigInt(CodegenExpression value,
EPTypeClass valueType) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerByte.codegenByte(CodegenExpression input,
EPTypeClass inputType) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerDouble.codegenDoubleMayNullBoxedIncludeBig(CodegenExpression value,
EPTypeClass valueType,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerFloat.codegenFloat(CodegenExpression ref,
EPTypeClass type) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerInt.codegenInt(CodegenExpression param,
EPTypeClass type) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerLong.codegenLong(CodegenExpression param,
EPTypeClass type) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerShort.codegenShort(CodegenExpression input,
EPTypeClass inputType) |
protected static CodegenExpression |
TypeWidenerFactory.codegenWidenArrayAsListMayNull(CodegenExpression expression,
EPTypeClass arrayType,
CodegenMethodScope codegenMethodScope,
Class generator,
CodegenClassScope codegenClassScope) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecLong.coerceBoxedBigDecCodegen(CodegenExpression expr,
EPTypeClass type) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecDouble.coerceBoxedBigDecCodegen(CodegenExpression expr,
EPTypeClass type) |
CodegenExpression |
SimpleNumberBigDecimalCoercer.coerceBoxedBigDecCodegen(CodegenExpression expr,
EPTypeClass type) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigInt.coerceBoxedBigIntCodegen(CodegenExpression expr,
EPTypeClass type) |
CodegenExpression |
SimpleNumberBigIntegerCoercer.coerceBoxedBigIntCodegen(CodegenExpression expr,
EPTypeClass type) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerDouble.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerLong.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerInt.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerFloat.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerShort.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerByte.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigInt.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecLong.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecDouble.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
CodegenExpression |
SimpleNumberCoercer.coerceCodegen(CodegenExpression value,
EPTypeClass valueType) |
static CodegenExpression |
SimpleNumberCoercerFactory.SimpleNumberCoercerInt.coerceCodegenMayNull(CodegenExpression param,
EPTypeClass type,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
static CodegenExpression |
JavaClassHelper.coerceNumberBoxedToBoxedCodegen(CodegenExpression exprReturningBoxed,
EPTypeClass fromTypeBoxed,
EPTypeClass targetTypeBoxed) |
static CodegenExpression |
JavaClassHelper.coerceNumberToBoxedCodegen(CodegenExpression expr,
EPTypeClass fromType,
EPTypeClass targetTypeBoxed) |
static EPTypeClass |
JavaClassHelper.getArithmaticCoercionType(EPTypeClass typeOne,
EPTypeClass typeTwo)
Returns the coercion type for the 2 numeric types for use in arithmatic.
|
static EPTypeClass |
JavaClassHelper.getArrayComponentType(EPTypeClass type) |
static EPTypeClass |
JavaClassHelper.getArrayComponentTypeInnermost(EPTypeClass type) |
static EPTypeClass |
JavaClassHelper.getArrayType(EPTypeClass type) |
static EPTypeClass |
JavaClassHelper.getArrayType(EPTypeClass type,
int numDimensions) |
static EPTypeClass |
JavaClassHelper.getBoxedType(EPTypeClass clazz) |
static SimpleTypeCaster |
SimpleTypeCasterFactory.getCaster(Class fromType,
EPTypeClass targetType)
Returns a caster that casts to a target type.
|
static SimpleTypeCaster |
SimpleTypeCasterFactory.getCaster(EPType fromType,
EPTypeClass targetType)
Returns a caster that casts to a target type.
|
static String |
JavaClassHelper.getClassNameNormalized(EPTypeClass clazz) |
static SimpleNumberCoercer |
SimpleNumberCoercerFactory.getCoercer(EPType fromType,
EPTypeClass resultBoxed)
Returns a coercer/widener/narrower to a result number type from a given type.
|
static SimpleNumberBigDecimalCoercer |
SimpleNumberCoercerFactory.getCoercerBigDecimal(EPTypeClass fromType)
Returns a coercer/widener to BigDecimal for a given type.
|
static SimpleNumberBigIntegerCoercer |
SimpleNumberCoercerFactory.getCoercerBigInteger(EPTypeClass fromType)
Returns a coercer/widener to BigInteger for a given type.
|
static EPTypeClass |
ClassHelperGenericType.getFieldEPType(Field field,
EPTypeClass type) |
static EPTypeClass |
ClassHelperGenericType.getMethodReturnEPType(Method method,
EPTypeClass typeClass) |
static EPTypeClass |
JavaClassHelper.getPrimitiveType(EPTypeClass clazz)
Returns the un-boxed class for the given class, or the class itself if already un-boxed or not a primitive type.
|
static EPTypeClass |
JavaClassHelper.getSecondParameterTypeOrObject(EPTypeClass returnType) |
static String |
JavaClassHelper.getSimpleNameForClass(EPTypeClass clazz) |
static EPTypeClass |
JavaClassHelper.getSingleParameterTypeOrObject(EPTypeClass returnType) |
static boolean |
JavaClassHelper.isSubclassOrImplementsInterface(EPType extendorOrImplementor,
EPTypeClass extendedOrImplemented) |
static Object |
SimpleTypeCasterAnyType.simpleTypeCasterCast(Object object,
EPTypeClass typeToCastTo,
CopyOnWriteArraySet<Pair<Class,Boolean>> pairs)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Constructor and Description |
---|
SimpleTypeCasterAnyType(EPTypeClass typeToCastTo)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ViewResourceDelegateDesc.EPTYPE |
static EPTypeClass |
RelativeAccessByEventNIndexGetter.EPTYPE |
static EPTypeClass |
RelativeAccessByEventNIndex.EPTYPE |
static EPTypeClass |
RandomAccessByIndexGetter.EPTYPE |
static EPTypeClass |
RandomAccessByIndex.EPTYPE |
static EPTypeClass |
ViewResourceDelegateDesc.EPTYPEARRAY |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ViewFactoryContext.EPTYPE |
static EPTypeClass |
ViewFactory.EPTYPE |
static EPTypeClass |
Viewable.EPTYPE |
static EPTypeClass |
ViewFactory.EPTYPEARRAY |
static EPTypeClass |
ViewFactory.EPTYPEARRAYARRAY |
Modifier and Type | Method and Description |
---|---|
protected abstract EPTypeClass |
ViewFactoryForgeBase.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
WeightedAverageViewFactory.EPTYPE |
static EPTypeClass |
UnivariateStatisticsViewFactory.EPTYPE |
static EPTypeClass |
StatViewAdditionalPropsEval.EPTYPE |
static EPTypeClass |
SizeViewFactory.EPTYPE |
static EPTypeClass |
RegressionLinestViewFactory.EPTYPE |
static EPTypeClass |
CorrelationViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass[] |
StatViewAdditionalPropsForge.getAdditionalTypes() |
EPTypeClass[] |
StatViewAdditionalPropsEval.getAdditionalTypes() |
EPTypeClass |
WeightedAverageViewForge.typeOfFactory() |
EPTypeClass |
UnivariateStatisticsViewForge.typeOfFactory() |
protected EPTypeClass |
SizeViewForge.typeOfFactory() |
EPTypeClass |
RegressionLinestViewForge.typeOfFactory() |
EPTypeClass |
CorrelationViewForge.typeOfFactory() |
Constructor and Description |
---|
StatViewAdditionalPropsEval(String[] additionalProps,
ExprEvaluator[] additionalEvals,
EPTypeClass[] additionalTypes,
DataInputOutputSerde[] additionalSerdes) |
StatViewAdditionalPropsForge(String[] additionalProps,
ExprNode[] additionalEvals,
EPTypeClass[] additionalTypes,
DataInputOutputSerdeForge[] additionalSerdes) |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ExpressionWindowViewFactory.EPTYPE |
static EPTypeClass |
ExpressionBatchViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
ExpressionWindowViewForge.typeOfFactory() |
EPTypeClass |
ExpressionBatchViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ExternallyTimedBatchViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
ExternallyTimedBatchViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
ExternallyTimedWindowViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
ExternallyTimedWindowViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
FirstEventViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
FirstEventViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
FirstLengthWindowViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
FirstLengthWindowViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
FirstTimeViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
FirstTimeViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
FirstUniqueByPropertyViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
FirstUniqueByPropertyViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
GroupByViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
GroupByViewFactoryForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
IntersectViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
IntersectViewFactoryForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
KeepAllViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
KeepAllViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
LastEventViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
LastEventViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
LengthWindowViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
LengthWindowViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
LengthBatchViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
LengthBatchViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PreviousGetterStrategy.EPTYPE |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
PriorEventViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
PriorEventViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
RankWindowViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
RankWindowViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
SortWindowViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
SortWindowViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimeAccumViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
TimeAccumViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimeBatchViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
TimeBatchViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimeLengthBatchViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
TimeLengthBatchViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimeOrderViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
TimeToLiveViewForge.typeOfFactory() |
protected EPTypeClass |
TimeOrderViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
TimeWindowViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
TimeWindowViewForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
UnionViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
UnionViewFactoryForge.typeOfFactory() |
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
UniqueByPropertyViewFactory.EPTYPE |
Modifier and Type | Method and Description |
---|---|
protected EPTypeClass |
UniqueByPropertyViewForge.typeOfFactory() |
Copyright © 2005–2021. All rights reserved.