Package | Description |
---|---|
com.espertech.esper.common.internal.epl.variable.core |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
VariableManagementServiceImpl.allocateVariableState(String deploymentId,
String variableName,
int agentInstanceId,
boolean recovery,
NullableObject<Object> initialValue,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
void |
VariableManagementService.allocateVariableState(String deploymentId,
String variableName,
int agentInstanceId,
boolean recovery,
NullableObject<Object> initialValue,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Copyright © 2005–2018. All rights reserved.