public class FilterSpecCompilerArgs extends Object
Constructor and Description |
---|
FilterSpecCompilerArgs(LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
ExprEvaluatorContext exprEvaluatorContext,
String statementName,
int statementId,
StreamTypeService streamTypeService,
EngineImportService engineImportService,
TimeProvider timeProvider,
VariableService variableService,
TableService tableService,
EventAdapterService eventAdapterService,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
Annotation[] annotations,
ContextDescriptor contextDescriptor,
ConfigurationInformation configurationInformation,
StatementExtensionSvcContext statementExtensionSvcContext) |
public final LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes
public final LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes
public final ExprEvaluatorContext exprEvaluatorContext
public final String statementName
public final int statementId
public final StreamTypeService streamTypeService
public final EngineImportService engineImportService
public final TimeProvider timeProvider
public final VariableService variableService
public final TableService tableService
public final EventAdapterService eventAdapterService
public final FilterBooleanExpressionFactory filterBooleanExpressionFactory
public final Annotation[] annotations
public final ContextDescriptor contextDescriptor
public final ConfigurationInformation configurationInformation
public final StatementExtensionSvcContext statementExtensionSvcContext
public FilterSpecCompilerArgs(LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes, LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes, ExprEvaluatorContext exprEvaluatorContext, String statementName, int statementId, StreamTypeService streamTypeService, EngineImportService engineImportService, TimeProvider timeProvider, VariableService variableService, TableService tableService, EventAdapterService eventAdapterService, FilterBooleanExpressionFactory filterBooleanExpressionFactory, Annotation[] annotations, ContextDescriptor contextDescriptor, ConfigurationInformation configurationInformation, StatementExtensionSvcContext statementExtensionSvcContext)