| Modifier and Type | Method and Description |
|---|---|
ComplexEvent.Type |
ComplexEvent.getType() |
ComplexEvent.Type |
GroupedComplexEvent.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 |
ComplexEvent.setType(ComplexEvent.Type type) |
void |
GroupedComplexEvent.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 |
ZeroStreamEventConverter.convertData(long timestamp,
Object[] data,
ComplexEvent.Type type,
StreamEvent borrowedEvent) |
void |
StreamEventConverter.convertData(long timeStamp,
Object[] data,
ComplexEvent.Type type,
StreamEvent borrowedEvent)
Method to construct(change format) timeStamp and data from StreamEvent
|
void |
SimpleStreamEventConverter.convertData(long timestamp,
Object[] data,
ComplexEvent.Type type,
StreamEvent borrowedEvent) |
void |
SelectiveStreamEventConverter.convertData(long timestamp,
Object[] data,
ComplexEvent.Type type,
StreamEvent borrowedEvent) |
| Modifier and Type | Method and Description |
|---|---|
StateEvent |
JoinProcessor.joinEventBuilder(StreamEvent leftStream,
StreamEvent rightStream,
ComplexEvent.Type type)
Join the given two event streams.
|
Copyright © 2018 WSO2. All rights reserved.