Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextDescriptorCategory
Category-segmented context.
|
class |
ContextDescriptorCategoryItem
Context descriptor for categories.
|
class |
ContextDescriptorHashSegmented
Hash-segmented context.
|
class |
ContextDescriptorHashSegmentedItem
Context detail for a library-func and filter pair for the hash segmented context.
|
class |
ContextDescriptorInitiatedTerminated
Context dimension descriptor for a start-and-end temporal (single instance) or initiated-terminated (overlapping) context
|
class |
ContextDescriptorKeyedSegmented
Context dimension information for keyed segmented context.
|
class |
ContextDescriptorKeyedSegmentedItem
Context detail for a key-filter pair for the keyed segmented context.
|
class |
ContextDescriptorNested
Nested context.
|
Modifier and Type | Method and Description |
---|---|
ContextDescriptor |
CreateContextClause.getDescriptor()
Returns the context dimension informatin
|
Modifier and Type | Method and Description |
---|---|
void |
CreateContextClause.setDescriptor(ContextDescriptor descriptor)
Sets the context dimension informatin
|
Constructor and Description |
---|
CreateContextClause(String contextName,
ContextDescriptor descriptor)
Ctor.
|