Uses of Class
com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Packages that use ContextDescriptorKeyedSegmentedItem
Package
Description
This package defines the Esper statement object model.
-
Uses of ContextDescriptorKeyedSegmentedItem in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return types with arguments of type ContextDescriptorKeyedSegmentedItemModifier and TypeMethodDescriptionContextDescriptorKeyedSegmented.getItems()
Returns the key set descriptionsMethod parameters in com.espertech.esper.common.client.soda with type arguments of type ContextDescriptorKeyedSegmentedItemModifier and TypeMethodDescriptionvoid
ContextDescriptorKeyedSegmented.setItems
(List<ContextDescriptorKeyedSegmentedItem> items) Sets the key set descriptionsConstructor parameters in com.espertech.esper.common.client.soda with type arguments of type ContextDescriptorKeyedSegmentedItemModifierConstructorDescriptionCtor.ContextDescriptorKeyedSegmented
(List<ContextDescriptorKeyedSegmentedItem> items, List<ContextDescriptorConditionFilter> initiationConditions, ContextDescriptorCondition terminationCondition) Ctor.