Package | Description |
---|---|
io.siddhi.core.table | |
io.siddhi.core.table.holder | |
io.siddhi.core.util.parser |
Modifier and Type | Method and Description |
---|---|
EventHolder |
InMemoryTable.TableState.getEventHolder() |
Constructor and Description |
---|
TableState(EventHolder eventHolder) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedEventHolder
Interface for an EventHolder which keep events indexed for faster access.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexEventHolder
EventHolder implementation where events will be indexed and stored.
|
class |
IndexEventHolderForCache
Exgtension of IndexEventHolder that implements hook handleCachePolicyAttributeUpdate for cache usage
|
class |
ListEventHolder
Holder object to contain a list of
StreamEvent . |
Modifier and Type | Method and Description |
---|---|
static EventHolder |
EventHolderPasser.parse(io.siddhi.query.api.definition.AbstractDefinition tableDefinition,
StreamEventFactory tableStreamEventFactory,
SiddhiAppContext siddhiAppContext,
boolean isCacheTable) |
Copyright © 2019. All rights reserved.