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(String deploymentId,
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 |
---|---|
Map<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,
Object state)
Ctor.
|
ContextStateEventContextPartitionAllocated(String runtimeURI,
String contextDeploymentId,
String contextName,
int id,
ContextPartitionIdentifier identifier)
Ctor.
|
Constructor and Description |
---|
ContextPartitionCollection(Map<Integer,ContextPartitionIdentifier> identifiers)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdentifier |
ContextControllerCategoryFactory.getContextPartitionIdentifier(Object partitionKey) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdentifier |
ContextControllerFactory.getContextPartitionIdentifier(Object partitionKey) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdentifier |
ContextControllerHashFactory.getContextPartitionIdentifier(Object partitionKey) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdentifier |
ContextControllerInitTermFactory.getContextPartitionIdentifier(Object partitionKey) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdentifier |
ContextControllerKeyedFactory.getContextPartitionIdentifier(Object partitionKey) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdentifier |
ContextManagerResident.getContextIdentifier(int agentInstanceId) |
ContextPartitionIdentifier |
ContextManager.getContextIdentifier(int agentInstanceId) |
ContextPartitionIdentifier |
ContextManagerResident.getContextPartitionIdentifier(Object[] partitionKeys) |
Copyright © 2005–2018. All rights reserved.