Click or drag to resize

EPContextPartitionServiceGetContextPartitionIds Method

Returns the context partition ids.

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
ISet<int> GetContextPartitionIds(
	string deploymentId,
	string contextName,
	ContextPartitionSelector selector
)

Parameters

deploymentId
Type: SystemString
deployment id of context (deployment id of create-context statement)
contextName
Type: SystemString
context name
selector
Type: com.espertech.esper.common.client.contextContextPartitionSelector
a selector that identifies the context partitions

Return Value

Type: ISetInt32
set of the context partition ids
See Also