Uses of Class
com.espertech.esper.common.internal.util.NullableObject
-
Uses of NullableObject in com.espertech.esper.common.internal.epl.variable.core
Modifier and TypeMethodDescriptionVariableStateNonConstHandler.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 stateModifier and TypeMethodDescriptionvoid
VariableManagementService.allocateVariableState
(String deploymentId, String variableName, int agentInstanceId, boolean recovery, NullableObject<Object> initialValue, EventBeanTypedEventFactory eventBeanTypedEventFactory) void
VariableManagementServiceImpl.allocateVariableState
(String deploymentId, String variableName, int agentInstanceId, boolean recovery, NullableObject<Object> initialValue, EventBeanTypedEventFactory eventBeanTypedEventFactory)