Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ContextDescriptorKeyedSegmentedItem> |
ContextDescriptorKeyedSegmented.getItems()
Returns the key set descriptions
|
Modifier and Type | Method and Description |
---|---|
void |
ContextDescriptorKeyedSegmented.setItems(java.util.List<ContextDescriptorKeyedSegmentedItem> items)
Sets the key set descriptions
|
Constructor and Description |
---|
ContextDescriptorKeyedSegmented(java.util.List<ContextDescriptorKeyedSegmentedItem> items)
Ctor.
|
ContextDescriptorKeyedSegmented(java.util.List<ContextDescriptorKeyedSegmentedItem> items,
java.util.List<ContextDescriptorConditionFilter> initiationConditions,
ContextDescriptorCondition terminationCondition)
Ctor.
|