Class ContextStateEventContextPartition

java.lang.Object
com.espertech.esper.common.client.context.ContextStateEvent
com.espertech.esper.common.client.context.ContextStateEventContextPartition
Direct Known Subclasses:
ContextStateEventContextPartitionAllocated, ContextStateEventContextPartitionDeallocated

public abstract class ContextStateEventContextPartition extends ContextStateEvent
Context partition state event.
  • Constructor Details

    • ContextStateEventContextPartition

      public ContextStateEventContextPartition(String runtimeURI, String contextDeploymentId, String contextName, int id)
      Ctor.
      Parameters:
      runtimeURI - runtime URI
      contextDeploymentId - deployment id of create-context statement
      contextName - context name
      id - context partition id
  • Method Details

    • getId

      public int getId()
      Returns the context partition id
      Returns:
      id