public class FilterSpecCompilerArgs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.annotation.Annotation[] |
annotations |
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> |
arrayEventTypes |
ConfigurationInformation |
configurationInformation |
ContextDescriptor |
contextDescriptor |
EngineImportService |
engineImportService |
EventAdapterService |
eventAdapterService |
ExprEvaluatorContext |
exprEvaluatorContext |
FilterBooleanExpressionFactory |
filterBooleanExpressionFactory |
StatementExtensionSvcContext |
statementExtensionSvcContext |
int |
statementId |
java.lang.String |
statementName |
StreamTypeService |
streamTypeService |
TableService |
tableService |
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> |
taggedEventTypes |
TimeProvider |
timeProvider |
VariableService |
variableService |
Constructor and Description |
---|
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,
EngineImportService engineImportService,
TimeProvider timeProvider,
VariableService variableService,
TableService tableService,
EventAdapterService eventAdapterService,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
ConfigurationInformation configurationInformation,
StatementExtensionSvcContext statementExtensionSvcContext) |
public final java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes
public final java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes
public final ExprEvaluatorContext exprEvaluatorContext
public final java.lang.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 java.lang.annotation.Annotation[] annotations
public final ContextDescriptor contextDescriptor
public final ConfigurationInformation configurationInformation
public final StatementExtensionSvcContext statementExtensionSvcContext
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, EngineImportService engineImportService, TimeProvider timeProvider, VariableService variableService, TableService tableService, EventAdapterService eventAdapterService, FilterBooleanExpressionFactory filterBooleanExpressionFactory, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, ConfigurationInformation configurationInformation, StatementExtensionSvcContext statementExtensionSvcContext)