Package | Description |
---|---|
io.siddhi.core.event | |
io.siddhi.core.event.state | |
io.siddhi.core.event.stream | |
io.siddhi.core.event.stream.converter | |
io.siddhi.core.query.input.stream.join |
Modifier and Type | Method and Description |
---|---|
ComplexEvent.Type |
GroupedComplexEvent.getType() |
ComplexEvent.Type |
ComplexEvent.getType() |
static ComplexEvent.Type |
ComplexEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplexEvent.Type[] |
ComplexEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupedComplexEvent.setType(ComplexEvent.Type type) |
void |
ComplexEvent.setType(ComplexEvent.Type type) |
Modifier and Type | Field and Description |
---|---|
protected ComplexEvent.Type |
StateEvent.type |
Modifier and Type | Method and Description |
---|---|
ComplexEvent.Type |
StateEvent.getType() |
Modifier and Type | Method and Description |
---|---|
void |
StateEvent.setType(ComplexEvent.Type type) |
Modifier and Type | Field and Description |
---|---|
protected ComplexEvent.Type |
StreamEvent.type |
Modifier and Type | Method and Description |
---|---|
ComplexEvent.Type |
StreamEvent.getType() |
Modifier and Type | Method and Description |
---|---|
void |
StreamEvent.setType(ComplexEvent.Type type) |
Modifier and Type | Method and Description |
---|---|
void |
StreamEventConverter.convertData(long timeStamp,
Object[] data,
ComplexEvent.Type type,
StreamEvent newEvent)
Method to construct(change format) timeStamp and data from StreamEvent
|
void |
SelectiveStreamEventConverter.convertData(long timestamp,
Object[] data,
ComplexEvent.Type type,
StreamEvent newEvent) |
void |
ZeroStreamEventConverter.convertData(long timestamp,
Object[] data,
ComplexEvent.Type type,
StreamEvent newEvent) |
void |
SimpleStreamEventConverter.convertData(long timestamp,
Object[] data,
ComplexEvent.Type type,
StreamEvent newEvent) |
Modifier and Type | Method and Description |
---|---|
StateEvent |
JoinProcessor.joinEventBuilder(StreamEvent leftStream,
StreamEvent rightStream,
ComplexEvent.Type type)
Join the given two event streams.
|
Copyright © 2019. All rights reserved.