Uses of Interface
com.espertech.esper.common.client.soda.ContextDescriptor
Packages that use ContextDescriptor
Package
Description
This package defines the Esper statement object model.
-
Uses of ContextDescriptor in com.espertech.esper.common.client.soda
Classes in com.espertech.esper.common.client.soda that implement ContextDescriptorModifier and TypeClassDescriptionclass
Category-segmented context.class
Context descriptor for categories.class
Hash-segmented context.class
Context detail for a library-func and filter pair for the hash segmented context.class
Context dimension descriptor for a start-and-end temporal (single instance) or initiated-terminated (overlapping) contextclass
Context dimension information for keyed segmented context.class
Context detail for a key-filter pair for the keyed segmented context.class
Nested context.Methods in com.espertech.esper.common.client.soda that return ContextDescriptorModifier and TypeMethodDescriptionCreateContextClause.getDescriptor()
Returns the context dimension informatinMethods in com.espertech.esper.common.client.soda with parameters of type ContextDescriptorModifier and TypeMethodDescriptionvoid
CreateContextClause.setDescriptor
(ContextDescriptor descriptor) Sets the context dimension informatinConstructors in com.espertech.esper.common.client.soda with parameters of type ContextDescriptorModifierConstructorDescriptionCreateContextClause
(String contextName, ContextDescriptor descriptor) Ctor.