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