Package | Description |
---|---|
com.espertech.esper.client.context |
Context partition selection and descriptors.
|
com.espertech.esper.core.context.mgr |
Context management.
|
Modifier and Type | Method and Description |
---|---|
ContextPartitionState |
ContextPartitionDescriptor.getState()
Returns context partition state.
|
static ContextPartitionState |
ContextPartitionState.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextPartitionDescriptor.setState(ContextPartitionState state)
Convenience method for updating context partition state, does not affect actual context partition state.
|
Constructor and Description |
---|
ContextPartitionDescriptor(int agentInstanceId,
ContextPartitionIdentifier identifier,
ContextPartitionState state)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ContextPartitionState |
ContextStatePathValue.getState() |
ContextPartitionState |
ContextControllerTreeAgentInstanceList.getState() |
Modifier and Type | Method and Description |
---|---|
ContextControllerInstanceHandle |
ContextManagerNested.contextPartitionInstantiate(Integer optionalContextPartitionId,
int subPathId,
Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
Object partitionKey,
Map<String,Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state) |
ContextControllerInstanceHandle |
ContextManagerImpl.contextPartitionInstantiate(Integer optionalContextPartitionId,
int subPathId,
Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
Object partitionKey,
Map<String,Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state) |
ContextControllerInstanceHandle |
ContextControllerLifecycleCallback.contextPartitionInstantiate(Integer optionalContextPartitionId,
int subpath,
Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
Object partitionKey,
Map<String,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(Map<Integer,ContextPartitionDescriptor> original,
ContextPartitionState state) |
Constructor and Description |
---|
ContextControllerTreeAgentInstanceList(long filterVersionAfterAllocation,
Object initPartitionKey,
Map<String,Object> initContextProperties,
List<AgentInstance> agentInstances,
ContextPartitionState state) |
ContextStatePathValue(Integer optionalContextPartitionId,
byte[] blob,
ContextPartitionState state) |