Uses of Class
com.espertech.esper.common.internal.util.NullableObject
Packages that use NullableObject
-
Uses of NullableObject in com.espertech.esper.common.internal.epl.variable.core
Methods in com.espertech.esper.common.internal.epl.variable.core that return NullableObjectModifier 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 stateMethods in com.espertech.esper.common.internal.epl.variable.core with parameters of type NullableObjectModifier 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)