Click or drag to resize

EPContextPartitionServiceGetContextPartitions Method

Returns information about selected context partitions including state.

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
ContextPartitionCollection GetContextPartitions(
	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: ContextPartitionCollection
collection of the context partition ids and descriptors
See Also