Uses of Class
com.espertech.esper.common.internal.epl.methodbase.DotMethodFP
Packages that use DotMethodFP
Package
Description
Date-time method extension API.
Enumeration method extension API.
Date-Time methods and related utility classes.
Enumeration method utility classes and input data sources.
Enumeration method implementations for "except", "intersect" and "union".
Enumeration method implementations for "noop".
Enumeration method implementations for "reverse".
Enumeration method implementations for "sequenceequal".
Enumeration method implementations for "take" and "takelast".
Enumeration method implementations for plug-in enumeration methods.
Enumeration base method implementations for zero-parameter and lambda-one-parameter with up to three forms: selector, index, size.
Enumeration method base implementations for enum methods that have a two-lambda form.
Dot-method validation for enumeration and date-time methods.
-
Uses of DotMethodFP in com.espertech.esper.common.client.hook.datetimemethod
Methods in com.espertech.esper.common.client.hook.datetimemethod that return DotMethodFPModifier and TypeMethodDescriptionDateTimeMethodValidateContext.getFootprintFound()
Returns the actual footprint chosen.DateTimeMethodDescriptor.getFootprints()
Returns the footprintsConstructors in com.espertech.esper.common.client.hook.datetimemethod with parameters of type DotMethodFPModifierConstructorDescriptionDateTimeMethodDescriptor
(DotMethodFP[] footprints) Ctor.DateTimeMethodValidateContext
(DotMethodFP footprintFound, StreamTypeService streamTypeService, DatetimeMethodDesc currentMethod, List<ExprNode> currentParameters, StatementRawInfo statementRawInfo) Ctor. -
Uses of DotMethodFP in com.espertech.esper.common.client.hook.enummethod
Methods in com.espertech.esper.common.client.hook.enummethod that return DotMethodFPModifier and TypeMethodDescriptionEnumMethodValidateContext.getFootprintFound()
Returns the actual footprint chosen.EnumMethodDescriptor.getFootprints()
Returns the footprintsConstructors in com.espertech.esper.common.client.hook.enummethod with parameters of type DotMethodFPModifierConstructorDescriptionEnumMethodDescriptor
(DotMethodFP[] footprints) Ctor.EnumMethodValidateContext
(DotMethodFP footprintFound, EventType inputEventType, EPTypeClass inputCollectionComponentType, StreamTypeService streamTypeService, EnumMethodEnum currentMethod, List<ExprNode> currentParameters, StatementRawInfo statementRawInfo) Ctor. -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.agg.access.sorted
Methods in com.espertech.esper.common.internal.epl.agg.access.sorted that return DotMethodFP -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.datetime.eval
Methods in com.espertech.esper.common.internal.epl.datetime.eval that return DotMethodFPModifier and TypeMethodDescriptionDatetimeMethodBuiltin.getFootprints()
DatetimeMethodDesc.getFootprints()
Constructors in com.espertech.esper.common.internal.epl.datetime.eval with parameters of type DotMethodFPModifierConstructorDescriptionDatetimeMethodDesc
(DatetimeMethodEnum datetimeMethod, DatetimeMethodProviderForgeFactory forgeFactory, DotMethodFP[] parameters) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.dot
Fields in com.espertech.esper.common.internal.epl.enummethod.dot declared as DotMethodFPModifier and TypeFieldDescriptionstatic final DotMethodFP[]
EnumMethodEnumParams.AGGREGATE_FP
static final DotMethodFP[]
EnumMethodEnumParams.ALLOF_ANYOF
static final DotMethodFP[]
EnumMethodEnumParams.AVERAGE_SUMOF
static final DotMethodFP[]
EnumMethodEnumParams.COUNTOF_FIRST_LAST
static final DotMethodFP[]
EnumMethodEnumParams.GROUP
static final DotMethodFP[]
EnumMethodEnumParams.NOOP_REVERSE
static final DotMethodFP[]
EnumMethodEnumParams.ORDERBY_DISTINCT_ARRAYOF_MOSTLEAST_MINMAX
static final DotMethodFP[]
EnumMethodEnumParams.SELECTFROM_MINMAXBY
static final DotMethodFP[]
EnumMethodEnumParams.SEQ_EQUALS_FP
static final DotMethodFP[]
EnumMethodEnumParams.SET_LOGIC_FP
static final DotMethodFP[]
EnumMethodEnumParams.TAKE
static final DotMethodFP[]
EnumMethodEnumParams.TAKELAST
static final DotMethodFP[]
EnumMethodEnumParams.TOMAP
static final DotMethodFP[]
EnumMethodEnumParams.WHERE_FP
Methods in com.espertech.esper.common.internal.epl.enummethod.dot that return DotMethodFPModifier and TypeMethodDescriptionEnumMethodBuiltin.getFootprints()
EnumMethodDesc.getFootprints()
Methods in com.espertech.esper.common.internal.epl.enummethod.dot with parameters of type DotMethodFPModifier and TypeMethodDescriptionabstract EnumForgeDescFactory
ExprDotForgeEnumMethodBase.getForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) void
ExprDotForgeEnumMethodBase.initialize
(DotMethodFP footprint, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, List<ExprNode> parameters, StreamTypeService streamTypeService, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) Constructors in com.espertech.esper.common.internal.epl.enummethod.dot with parameters of type DotMethodFPModifierConstructorDescriptionEnumMethodDesc
(String methodName, EnumMethodEnum enumMethod, ExprDotForgeEnumMethodFactory factory, DotMethodFP[] parameters) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.eval.aggregate
Methods in com.espertech.esper.common.internal.epl.enummethod.eval.aggregate with parameters of type DotMethodFPModifier and TypeMethodDescriptionExprDotForgeAggregate.getForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.eval.plain.exceptintersectunion
Methods in com.espertech.esper.common.internal.epl.enummethod.eval.plain.exceptintersectunion with parameters of type DotMethodFPModifier and TypeMethodDescriptionExprDotForgeSetExceptIntersectUnion.getForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.eval.plain.noop
Methods in com.espertech.esper.common.internal.epl.enummethod.eval.plain.noop with parameters of type DotMethodFPModifier and TypeMethodDescriptionExprDotForgeNoOp.getForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.eval.plain.reverse
Methods in com.espertech.esper.common.internal.epl.enummethod.eval.plain.reverse with parameters of type DotMethodFPModifier and TypeMethodDescriptionExprDotForgeReverse.getForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.eval.plain.sequenceequal
Methods in com.espertech.esper.common.internal.epl.enummethod.eval.plain.sequenceequal with parameters of type DotMethodFPModifier and TypeMethodDescriptionExprDotForgeSequenceEqual.getForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.eval.plain.take
Methods in com.espertech.esper.common.internal.epl.enummethod.eval.plain.take with parameters of type DotMethodFPModifier and TypeMethodDescriptionExprDotForgeTakeAndTakeLast.getForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.eval.plugin
Methods in com.espertech.esper.common.internal.epl.enummethod.eval.plugin with parameters of type DotMethodFPModifier and TypeMethodDescriptionExprDotForgeEnumMethodPlugin.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) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.eval.singlelambdaopt3form.base
Methods in com.espertech.esper.common.internal.epl.enummethod.eval.singlelambdaopt3form.base with parameters of type DotMethodFPModifier and TypeMethodDescriptionExprDotForgeLambdaThreeForm.getForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.enummethod.eval.twolambda.base
Methods in com.espertech.esper.common.internal.epl.enummethod.eval.twolambda.base with parameters of type DotMethodFPModifier and TypeMethodDescriptionExprDotForgeTwoLambda.getForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) -
Uses of DotMethodFP in com.espertech.esper.common.internal.epl.methodbase
Methods in com.espertech.esper.common.internal.epl.methodbase that return DotMethodFPModifier and TypeMethodDescriptionstatic DotMethodFP
DotMethodUtil.validateParametersDetermineFootprint
(DotMethodFP[] footprints, DotMethodTypeEnum methodType, String methodUsedName, DotMethodFPProvided providedFootprint, DotMethodInputTypeMatcher inputTypeMatcher) Methods in com.espertech.esper.common.internal.epl.methodbase with parameters of type DotMethodFPModifier and TypeMethodDescriptionboolean
DotMethodInputTypeMatcher.matches
(DotMethodFP footprint) static DotMethodFP
DotMethodUtil.validateParametersDetermineFootprint
(DotMethodFP[] footprints, DotMethodTypeEnum methodType, String methodUsedName, DotMethodFPProvided providedFootprint, DotMethodInputTypeMatcher inputTypeMatcher)