Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<ContextDescriptorHashSegmentedItem> |
ContextDescriptorHashSegmented.getItems()
Returns hash items.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextDescriptorHashSegmented.setItems(List<ContextDescriptorHashSegmentedItem> items)
Sets categories
|
Constructor and Description |
---|
ContextDescriptorHashSegmented(List<ContextDescriptorHashSegmentedItem> items,
int granularity,
boolean preallocate)
Ctor.
|