Package | Description |
---|---|
com.espertech.esper.client.context |
Context partition selection and descriptors.
|
com.espertech.esper.core.context.mgr |
Context management.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextPartitionIdentifierCategory
Context partition identifier for category context.
|
class |
ContextPartitionIdentifierHash
Context partition identifier for hash context.
|
class |
ContextPartitionIdentifierInitiatedTerminated
Context partition identifier for overlapping and non-overlapping contexts.
|
class |
ContextPartitionIdentifierNested
Context partition identifier for nested contexts.
|
class |
ContextPartitionIdentifierPartitioned
Context partition identifier for segmented contexts.
|
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdentifier |
ContextPartitionVariableState.getIdentifier()
Returns context partition identifier
|
ContextPartitionIdentifier |
ContextPartitionDescriptor.getIdentifier()
Returns an identifier object that identifies the context partition.
|
ContextPartitionIdentifier[] |
ContextPartitionIdentifierNested.getIdentifiers()
Returns nested partition identifiers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContextPartitionIdentifierPartitioned.compareTo(ContextPartitionIdentifier other) |
boolean |
ContextPartitionIdentifierNested.compareTo(ContextPartitionIdentifier other) |
boolean |
ContextPartitionIdentifierInitiatedTerminated.compareTo(ContextPartitionIdentifier other) |
boolean |
ContextPartitionIdentifierHash.compareTo(ContextPartitionIdentifier other) |
boolean |
ContextPartitionIdentifierCategory.compareTo(ContextPartitionIdentifier other) |
abstract boolean |
ContextPartitionIdentifier.compareTo(ContextPartitionIdentifier identifier)
Compare identifiers returning a boolean indicator whether identifier information matches.
|
boolean |
ContextPartitionSelectorFiltered.filter(ContextPartitionIdentifier contextPartitionIdentifier)
Filter function should return true or false to indicate
interest in this context partition.
|
void |
ContextPartitionIdentifierNested.setIdentifiers(ContextPartitionIdentifier[] identifiers)
Sets nested partition identifiers.
|
Constructor and Description |
---|
ContextPartitionDescriptor(int agentInstanceId,
ContextPartitionIdentifier identifier,
ContextPartitionState state)
Ctor.
|
ContextPartitionIdentifierNested(ContextPartitionIdentifier[] identifiers)
Ctor.
|
ContextPartitionVariableState(int agentInstanceId,
ContextPartitionIdentifier identifier,
Object state)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected static ContextPartitionIdentifier[] |
ContextManagerNested.getTreeCompositeKey(ContextControllerFactory[] nestedContextFactories,
Object initPartitionKey,
ContextControllerTreeEntry treeEntry,
Map<ContextController,ContextControllerTreeEntry> subcontexts) |
ContextPartitionIdentifier |
ContextControllerPartitionedFactoryBase.keyPayloadToIdentifier(Object payload) |
ContextPartitionIdentifier |
ContextControllerInitTermFactoryBase.keyPayloadToIdentifier(Object payload) |
ContextPartitionIdentifier |
ContextControllerHashFactoryBase.keyPayloadToIdentifier(Object payload) |
ContextPartitionIdentifier |
ContextControllerFactory.keyPayloadToIdentifier(Object payload) |
ContextPartitionIdentifier |
ContextControllerCategoryFactoryBase.keyPayloadToIdentifier(Object payload) |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerPartitioned.deletePath(ContextPartitionIdentifier identifier) |
void |
ContextControllerInitTerm.deletePath(ContextPartitionIdentifier identifier) |
void |
ContextControllerHash.deletePath(ContextPartitionIdentifier identifier) |
void |
ContextControllerCategory.deletePath(ContextPartitionIdentifier identifier) |
void |
ContextController.deletePath(ContextPartitionIdentifier identifier) |