All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addListener(ContextPartitionStateListener listener) |
void |
addStatement(ContextControllerStatementDesc statement,
boolean recovery) |
StatementAIResourceRegistry |
allocateAgentInstanceResourceRegistry(AIRegistryRequirements registryRequirements) |
ContextManagerRealization |
allocateNewRealization(AgentInstanceContext agentInstanceContext) |
void |
clearCaches() |
AgentInstanceFilterProxy |
computeFilterAddendum(ContextControllerStatementDesc statement,
Object[] contextPartitionKeys) |
int |
countStatements(Function<StatementContext,Boolean> filter) |
void |
destroyContext() |
Collection<Integer> |
getAgentInstanceIds(ContextPartitionSelector selector) |
ContextAgentInstanceInfo |
getContextAgentInstanceInfo(StatementContext statementContextOfStatement,
int agentInstanceId) |
ContextDefinition |
getContextDefinition() |
ContextPartitionIdentifier |
getContextIdentifier(int agentInstanceId) |
long |
getContextPartitionCount() |
ContextPartitionIdentifier |
getContextPartitionIdentifier(Object[] partitionKeys) |
Set<Integer> |
getContextPartitionIds(ContextPartitionSelector selector) |
ContextPartitionIdService |
getContextPartitionIdService() |
DataInputOutputSerde[] |
getContextPartitionKeySerdes() |
DataInputOutputSerde[] |
getContextPartitionKeySerdeSubset(int nestingLevel) |
static DataInputOutputSerde[] |
getContextPartitionKeySerdeSubset(int nestingLevel,
DataInputOutputSerde[] allSerdes) |
ContextPartitionCollection |
getContextPartitions(ContextPartitionSelector selector) |
Map<String,Object> |
getContextPartitions(int contextPartitionId) |
MappedEventBean |
getContextPropertiesEvent(int contextPartitionId) |
ContextRuntimeDescriptor |
getContextRuntimeDescriptor() |
Iterator<ContextPartitionStateListener> |
getListeners() |
CopyOnWriteArrayList<ContextPartitionStateListener> |
getListenersMayNull() |
int |
getNumNestingLevels() |
ContextManagerRealization |
getRealization() |
StatementContext |
getStatementContextCreate() |
Map<Integer,ContextControllerStatementDesc> |
getStatements() |
boolean |
handleFilterFault(EventBean theEvent,
long version) |
Iterator<EventBean> |
iterator(int statementId) |
Iterator<EventBean> |
iterator(int statementId,
ContextPartitionSelector selector) |
void |
removeListener(ContextPartitionStateListener listener) |
void |
removeListeners() |
SafeIterator<EventBean> |
safeIterator(int statementId) |
SafeIterator<EventBean> |
safeIterator(int statementId,
ContextPartitionSelector selector) |
void |
setStatementContext(StatementContext statementContext) |
void |
stopStatement(int statementId,
String statementName,
String statementDeploymentId) |