Package | Description |
---|---|
com.espertech.esper.common.internal.epl.agg.groupby | |
com.espertech.esper.common.internal.epl.historical.method.poll |
Polled executions for use with method-invocation joins
|
com.espertech.esper.common.internal.epl.output.condition | |
com.espertech.esper.common.internal.epl.output.polled | |
com.espertech.esper.common.internal.epl.resultset.order |
Order-by and row-limit processors
|
com.espertech.esper.common.internal.epl.variable.core |
Constructor and Description |
---|
AggSvcGroupByReclaimAgedEvalFuncVariable(VariableReader variableReader) |
Constructor and Description |
---|
MethodTargetStrategyVariable(MethodTargetStrategyVariableFactory factory,
VariableReader reader) |
Constructor and Description |
---|
OutputConditionCount(OutputCallback outputCallback,
long eventRate,
VariableReader variableReader) |
Constructor and Description |
---|
OutputConditionPolledCount(OutputConditionPolledCountState state,
VariableReader optionalVariableReader) |
Constructor and Description |
---|
RowLimitProcessor(VariableReader numRowsVariableReader,
VariableReader offsetVariableReader,
int currentRowLimit,
int currentOffset) |
Modifier and Type | Method and Description |
---|---|
VariableReader |
VariableManagementServiceImpl.getReader(String deploymentId,
String variableName,
int agentInstanceIdAccessor) |
VariableReader |
VariableManagementService.getReader(String deploymentId,
String variableName,
int agentInstanceIdAccessor)
Returns a reader that provides access to variable values.
|
static VariableReader |
VariableDeployTimeResolver.resolveVariableReader(String variableName,
NameAccessModifier visibility,
String optionalModuleName,
String optionalContextName,
EPStatementInitServices services) |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<Integer,VariableReader> |
VariableManagementServiceImpl.getReadersPerCP(String deploymentId,
String variableName) |
ConcurrentHashMap<Integer,VariableReader> |
VariableManagementService.getReadersPerCP(String deploymentId,
String variableName) |
Map<DeploymentIdNamePair,VariableReader> |
VariableManagementServiceImpl.getVariableReadersNonCP() |
Map<DeploymentIdNamePair,VariableReader> |
VariableManagementService.getVariableReadersNonCP() |
static Map<Integer,VariableReader> |
VariableDeployTimeResolver.resolveVariableReaderPerCP(String variableName,
NameAccessModifier visibility,
String optionalModuleName,
String optionalContextName,
EPStatementInitServices services) |
Modifier and Type | Method and Description |
---|---|
void |
VariableReadWritePackage.setReadersForGlobalVars(VariableReader[] readersForGlobalVars) |
Copyright © 2005–2021. All rights reserved.