| Package | Description |
|---|---|
| org.wso2.siddhi.core.query.input.stream.state | |
| org.wso2.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.
|
| Modifier and Type | Method and Description |
|---|---|
InnerStateRuntime |
StreamInnerStateRuntime.clone(String key) |
InnerStateRuntime |
EveryInnerStateRuntime.clone(String key) |
InnerStateRuntime |
CountInnerStateRuntime.clone(String key) |
InnerStateRuntime |
NextInnerStateRuntime.clone(String key) |
InnerStateRuntime |
InnerStateRuntime.clone(String key) |
InnerStateRuntime |
LogicalInnerStateRuntime.clone(String key) |
| Constructor and Description |
|---|
EveryInnerStateRuntime(InnerStateRuntime innerStateRuntime,
org.wso2.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType) |
LogicalInnerStateRuntime(InnerStateRuntime innerStateRuntime1,
InnerStateRuntime innerStateRuntime2,
org.wso2.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType) |
NextInnerStateRuntime(InnerStateRuntime currentInnerStateRuntime,
InnerStateRuntime nextInnerStateRuntime,
org.wso2.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType) |
Copyright © 2018 WSO2. All rights reserved.