com.espertech.esper.filter
Class FilterSpecCompilerArgs
java.lang.Object
com.espertech.esper.filter.FilterSpecCompilerArgs
public class FilterSpecCompilerArgs
- extends java.lang.Object
Constructor Summary |
FilterSpecCompilerArgs(java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes,
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes,
ExprEvaluatorContext exprEvaluatorContext,
java.lang.String statementName,
int statementId,
StreamTypeService streamTypeService,
MethodResolutionService methodResolutionService,
TimeProvider timeProvider,
VariableService variableService,
TableService tableService,
EventAdapterService eventAdapterService,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
ConfigurationInformation configurationInformation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taggedEventTypes
public final java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes
arrayEventTypes
public final java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes
exprEvaluatorContext
public final ExprEvaluatorContext exprEvaluatorContext
statementName
public final java.lang.String statementName
statementId
public final int statementId
streamTypeService
public final StreamTypeService streamTypeService
methodResolutionService
public final MethodResolutionService methodResolutionService
timeProvider
public final TimeProvider timeProvider
variableService
public final VariableService variableService
tableService
public final TableService tableService
eventAdapterService
public final EventAdapterService eventAdapterService
filterBooleanExpressionFactory
public final FilterBooleanExpressionFactory filterBooleanExpressionFactory
annotations
public final java.lang.annotation.Annotation[] annotations
contextDescriptor
public final ContextDescriptor contextDescriptor
configurationInformation
public final ConfigurationInformation configurationInformation
FilterSpecCompilerArgs
public FilterSpecCompilerArgs(java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes,
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes,
ExprEvaluatorContext exprEvaluatorContext,
java.lang.String statementName,
int statementId,
StreamTypeService streamTypeService,
MethodResolutionService methodResolutionService,
TimeProvider timeProvider,
VariableService variableService,
TableService tableService,
EventAdapterService eventAdapterService,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
ConfigurationInformation configurationInformation)