|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextPartitionState | |
---|---|
com.espertech.esper.client.context | Context partition selection and descriptors. |
com.espertech.esper.core.context.mgr | Context management. |
Uses of ContextPartitionState in com.espertech.esper.client.context |
---|
Methods in com.espertech.esper.client.context that return ContextPartitionState | |
---|---|
ContextPartitionState |
ContextPartitionDescriptor.getState()
Returns context partition state. |
static ContextPartitionState |
ContextPartitionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContextPartitionState[] |
ContextPartitionState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.espertech.esper.client.context with parameters of type ContextPartitionState | |
---|---|
void |
ContextPartitionDescriptor.setState(ContextPartitionState state)
Convenience method for updating context partition state, does not affect actual context partition state. |
Constructors in com.espertech.esper.client.context with parameters of type ContextPartitionState | |
---|---|
ContextPartitionDescriptor(int agentInstanceId,
ContextPartitionIdentifier identifier,
ContextPartitionState state)
Ctor. |
Uses of ContextPartitionState in com.espertech.esper.core.context.mgr |
---|
Methods in com.espertech.esper.core.context.mgr that return ContextPartitionState | |
---|---|
ContextPartitionState |
ContextStatePathValue.getState()
|
ContextPartitionState |
ContextControllerTreeAgentInstanceList.getState()
|
Methods in com.espertech.esper.core.context.mgr with parameters of type ContextPartitionState | |
---|---|
ContextControllerInstanceHandle |
ContextManagerNested.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId,
int subPathId,
java.lang.Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
java.lang.Object partitionKey,
java.util.Map<java.lang.String,java.lang.Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state)
|
ContextControllerInstanceHandle |
ContextManagerImpl.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId,
int subPathId,
java.lang.Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
java.lang.Object partitionKey,
java.util.Map<java.lang.String,java.lang.Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state)
|
ContextControllerInstanceHandle |
ContextControllerLifecycleCallback.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId,
int subpath,
java.lang.Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
java.lang.Object partitionKey,
java.util.Map<java.lang.String,java.lang.Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state)
|
void |
ContextStatePathValue.setState(ContextPartitionState state)
|
void |
ContextControllerTreeAgentInstanceList.setState(ContextPartitionState state)
|
protected static void |
ContextManagerImpl.setState(java.util.Map<java.lang.Integer,ContextPartitionDescriptor> original,
ContextPartitionState state)
|
Constructors in com.espertech.esper.core.context.mgr with parameters of type ContextPartitionState | |
---|---|
ContextControllerTreeAgentInstanceList(long filterVersionAfterAllocation,
java.lang.Object initPartitionKey,
java.util.Map<java.lang.String,java.lang.Object> initContextProperties,
java.util.List<AgentInstance> agentInstances,
ContextPartitionState state)
|
|
ContextStatePathValue(java.lang.Integer optionalContextPartitionId,
byte[] blob,
ContextPartitionState state)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |