Package | Description |
---|---|
com.espertech.esper.common.client.context |
Context partition selection and descriptors.
|
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 |
ContextStateEventContextPartitionAllocated.getIdentifier()
Returns the identifier; For nested context the identifier is the identifier of the last or innermost context.
|
ContextPartitionIdentifier |
ContextPartitionVariableState.getIdentifier()
Returns context partition identifier
|
ContextPartitionIdentifier |
EPContextPartitionService.getIdentifier(java.lang.String deploymentId,
java.lang.String contextName,
int agentInstanceId)
Returning the descriptor of a given context partition.
|
ContextPartitionIdentifier[] |
ContextPartitionIdentifierNested.getIdentifiers()
Returns nested partition identifiers.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,ContextPartitionIdentifier> |
ContextPartitionCollection.getIdentifiers()
Returns the identifiers per agent instance id
|
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 |
---|
ContextPartitionIdentifierNested(ContextPartitionIdentifier[] identifiers)
Ctor.
|
ContextPartitionVariableState(int agentInstanceId,
ContextPartitionIdentifier identifier,
java.lang.Object state)
Ctor.
|
ContextStateEventContextPartitionAllocated(java.lang.String runtimeURI,
java.lang.String contextDeploymentId,
java.lang.String contextName,
int id,
ContextPartitionIdentifier identifier)
Ctor.
|
Constructor and Description |
---|
ContextPartitionCollection(java.util.Map<java.lang.Integer,ContextPartitionIdentifier> identifiers)
Ctor.
|