com.espertech.esper.filter
Class FilterSpecCompilerArgs

java.lang.Object
  extended by com.espertech.esper.filter.FilterSpecCompilerArgs

public class FilterSpecCompilerArgs
extends java.lang.Object


Field Summary
 java.lang.annotation.Annotation[] annotations
           
 java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes
           
 ConfigurationInformation configurationInformation
           
 ContextDescriptor contextDescriptor
           
 EventAdapterService eventAdapterService
           
 ExprEvaluatorContext exprEvaluatorContext
           
 MethodResolutionService methodResolutionService
           
 java.lang.String 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 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, java.lang.String statementId, StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, TimeProvider timeProvider, VariableService variableService, TableService tableService, EventAdapterService eventAdapterService, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, ConfigurationInformation configurationInformation)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 java.lang.String 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

annotations

public final java.lang.annotation.Annotation[] annotations

contextDescriptor

public final ContextDescriptor contextDescriptor

configurationInformation

public final ConfigurationInformation configurationInformation
Constructor Detail

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,
                              java.lang.String statementId,
                              StreamTypeService streamTypeService,
                              MethodResolutionService methodResolutionService,
                              TimeProvider timeProvider,
                              VariableService variableService,
                              TableService tableService,
                              EventAdapterService eventAdapterService,
                              java.lang.annotation.Annotation[] annotations,
                              ContextDescriptor contextDescriptor,
                              ConfigurationInformation configurationInformation)

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com