Class ContextPartitionIdentifierNested

java.lang.Object
com.espertech.esper.common.client.context.ContextPartitionIdentifier
com.espertech.esper.common.client.context.ContextPartitionIdentifierNested
All Implemented Interfaces:
Serializable

public class ContextPartitionIdentifierNested extends ContextPartitionIdentifier
Context partition identifier for nested contexts.
See Also:
  • Constructor Details

    • ContextPartitionIdentifierNested

      public ContextPartitionIdentifierNested()
      Ctor.
    • ContextPartitionIdentifierNested

      public ContextPartitionIdentifierNested(ContextPartitionIdentifier[] identifiers)
      Ctor.
      Parameters:
      identifiers - nested identifiers, count should match nesting level of context
  • Method Details