| Package | Description |
|---|---|
| io.siddhi.query.api.execution.query |
| Modifier and Type | Method and Description |
|---|---|
OnDemandQuery.OnDemandQueryType |
OnDemandQuery.getType()
This method returns the type of given on-demand query.
|
static OnDemandQuery.OnDemandQueryType |
OnDemandQuery.OnDemandQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnDemandQuery.OnDemandQueryType[] |
OnDemandQuery.OnDemandQueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnDemandQuery.setType(OnDemandQuery.OnDemandQueryType type)
This method sets the type of given on-demand query.
|
Copyright © 2021. All rights reserved.