Class EPLExpressionEvaluationContext
java.lang.Object
com.espertech.esper.common.client.hook.expr.EPLExpressionEvaluationContext
Provides expression evaluation context information in an expression.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEPLExpressionEvaluationContext
(String statementName, int contextPartitionId, String runtimeURI, Object statementUserObject) Ctor - for runtime use and not for client use. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the context partition idReturns the runtime URIReturns the statement name.Returns the statement user object
-
Field Details
-
EPTYPE
Type information
-
-
Constructor Details
-
EPLExpressionEvaluationContext
public EPLExpressionEvaluationContext(String statementName, int contextPartitionId, String runtimeURI, Object statementUserObject) Ctor - for runtime use and not for client use.- Parameters:
statementName
- the statement namecontextPartitionId
- the context partition idruntimeURI
- the runtime URIstatementUserObject
- the statement user object or null if none was assigned
-
-
Method Details
-
getRuntimeURI
Returns the runtime URI- Returns:
- runtime URI
-
getStatementName
Returns the statement name.- Returns:
- statement name
-
getContextPartitionId
public int getContextPartitionId()Returns the context partition id- Returns:
- context partition id
-
getStatementUserObject
Returns the statement user object- Returns:
- statement user object, can be null if unassigned
-