| Package | Description |
|---|---|
| io.siddhi.core.query.input.stream.state | |
| io.siddhi.core.query.input.stream.state.runtime |
| Modifier and Type | Method and Description |
|---|---|
InnerStateRuntime |
StateStreamRuntime.getInnerStateRuntime() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateStreamRuntime.setInnerStateRuntime(InnerStateRuntime innerStateRuntime) |
| Modifier and Type | Class and Description |
|---|---|
class |
CountInnerStateRuntime
Created on 12/19/14.
|
class |
EveryInnerStateRuntime
Created on 12/19/14.
|
class |
LogicalInnerStateRuntime
Created on 12/19/14.
|
class |
NextInnerStateRuntime
Created on 12/19/14.
|
class |
StreamInnerStateRuntime
Created on 12/19/14.
|
| Constructor and Description |
|---|
EveryInnerStateRuntime(InnerStateRuntime innerStateRuntime,
io.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType) |
LogicalInnerStateRuntime(InnerStateRuntime innerStateRuntime1,
InnerStateRuntime innerStateRuntime2,
io.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType) |
NextInnerStateRuntime(InnerStateRuntime currentInnerStateRuntime,
InnerStateRuntime nextInnerStateRuntime,
io.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType) |
Copyright © 2019. All rights reserved.