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.core | |
com.espertech.esper.common.internal.epl.resultset.order |
Order-by and row-limit processors
|
com.espertech.esper.common.internal.epl.variable.core | |
com.espertech.esper.common.internal.view.expression |
Constructor and Description |
---|
AggSvcGroupByReclaimAgedEvalFuncFactoryVariable(Variable variable) |
Modifier and Type | Method and Description |
---|---|
void |
MethodTargetStrategyVariableFactory.setVariable(Variable variable) |
Modifier and Type | Field and Description |
---|---|
protected Variable |
OutputConditionCountFactory.variable |
Modifier and Type | Method and Description |
---|---|
Variable[] |
OutputConditionExpressionFactory.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
OutputConditionExpressionFactory.setVariables(Variable[] variables) |
Constructor and Description |
---|
OutputConditionCountFactory(int eventRate,
Variable variable)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputConditionPolledCountFactory.setVariable(Variable variable) |
Modifier and Type | Method and Description |
---|---|
OutputConditionFactory |
ResultSetProcessorHelperFactoryDefault.makeOutputConditionCount(int rate,
Variable variableMetaData) |
OutputConditionFactory |
ResultSetProcessorHelperFactory.makeOutputConditionCount(int rate,
Variable variableMetaData) |
Modifier and Type | Method and Description |
---|---|
void |
RowLimitProcessorFactory.setNumRowsVariable(Variable numRowsVariable) |
void |
RowLimitProcessorFactory.setOffsetVariable(Variable offsetVariable) |
Modifier and Type | Method and Description |
---|---|
Variable |
VariableReader.getVariable() |
Variable |
VariableDeployment.getVariable(String variableName) |
Variable |
VariableManagementServiceImpl.getVariableMetaData(String deploymentId,
String variableName) |
Variable |
VariableManagementService.getVariableMetaData(String deploymentId,
String variableName) |
static Variable |
VariableDeployTimeResolver.resolveVariable(String variableName,
NameAccessModifier visibility,
String optionalModuleName,
EPStatementInitServices services) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variable> |
VariableDeployment.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
VariableStateNonConstHandler.addVariable(String deploymentId,
String variableName,
Variable variable,
DataInputOutputSerde serde) |
void |
VariableDeployment.addVariable(String variableName,
Variable variable) |
NullableObject<Object> |
VariableStateNonConstHandler.getHasState(Variable variable,
int agentInstanceId)
Returns the current variable state plus Boolean.TRUE if there is a current state since the variable
may have the value of null; returns Boolean.FALSE and null if there is no current state
|
void |
VariableStateNonConstHandler.removeState(Variable variable,
int agentInstanceId) |
void |
VariableStateNonConstHandler.removeVariable(Variable variable,
String deploymentId,
Set<Integer> cps) |
void |
VariableStateNonConstHandler.setState(Variable variable,
int agentInstanceId,
Object newValue)
Sets the new variable value
|
void |
VariableReadWritePackage.setVariables(Variable[] variables) |
Modifier and Type | Method and Description |
---|---|
void |
VariableManagementServiceImpl.traverseVariables(BiConsumer<String,Variable> consumer) |
void |
VariableManagementService.traverseVariables(BiConsumer<String,Variable> consumer) |
Constructor and Description |
---|
VariableReader(Variable variable,
VariableVersionThreadLocal versionThreadLocal,
VersionedValueList<Object> versionsLow) |
Modifier and Type | Field and Description |
---|---|
protected Variable[] |
ExpressionViewFactoryBase.variables |
Modifier and Type | Method and Description |
---|---|
Variable[] |
ExpressionViewFactoryBase.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionViewFactoryBase.setVariables(Variable[] variables) |
Copyright © 2005–2019. All rights reserved.