| Modifier and Type | Class and Description |
|---|---|
class |
CastFunctionExecutor
cast(Object value, String type)
Returns the value cast to the type specified
Accept Type(s): Object , String
Return Type(s): (Int,Long,Float,Double,String,Bool)
|
class |
CoalesceFunctionExecutor |
class |
ConvertFunctionExecutor |
class |
FunctionExecutor |
class |
IfThenElseFunctionExecutor |
class |
InstanceOfBooleanFunctionExecutor
instanceOfBoolean(input)
This method returns true if and only if the input is a instance of Boolean
input - the value to check for Boolean instance eg: true
Accept Type(s) for instanceOfBoolean(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
class |
InstanceOfDoubleFunctionExecutor
instanceOfDouble(input)
This method returns true if and only if the input is a instance of Double
input - the value to check for Double instance eg: 233.424
Accept Type(s) for instanceOfDouble(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
class |
InstanceOfFloatFunctionExecutor
instanceOfFloat(input)
This method returns true if and only if the input is a instance of Float
input - the value to check for Float instance eg: 2.3
Accept Type(s) for instanceOfFloat(input);
input: BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
class |
InstanceOfIntegerFunctionExecutor
instanceOfInteger(input)
This method returns true if and only if the input is a instance of Integer
input - the value to check for Integer instance eg: 123
Accept Type(s) for instanceOfInteger(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
class |
InstanceOfLongFunctionExecutor
instanceOfLong(input)
This method returns true if and only if the input is a instance of Long
input - the sequence to check for Long instance eg: 123456789
Accept Type(s) for instanceOfLong(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
class |
InstanceOfStringFunctionExecutor
instanceOfString(input)
This method returns true if and only if the input is a instance of String
input - the value to check for String instance eg: WSO2
Accept Type(s) for instanceOfString(input);
input : BOOLEAN, STRING, INT, FLOAT, DOUBLE, LONG
Return Type(s): BOOLEAN
|
class |
MaximumFunctionExecutor |
class |
MinimumFunctionExecutor |
class |
ScriptFunctionExecutor |
class |
UUIDFunctionExecutor |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionRuntime |
| Modifier and Type | Class and Description |
|---|---|
class |
CountPreStateProcessor
Created on 1/6/15.
|
class |
LogicalPreStateProcessor
Created on 12/26/14.
|
class |
StreamPreStateProcessor
Created on 12/17/14.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutputRateLimiter |
class |
PassThroughOutputRateLimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
AllPerEventOutputRateLimiter |
class |
FirstGroupByPerEventOutputRateLimiter |
class |
FirstPerEventOutputRateLimiter |
class |
LastGroupByPerEventOutputRateLimiter |
class |
LastPerEventOutputRateLimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedSnapshotOutputRateLimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
AllPerTimeOutputRateLimiter |
class |
FirstGroupByPerTimeOutputRateLimiter |
class |
FirstPerTimeOutputRateLimiter |
class |
LastGroupByPerTimeOutputRateLimiter |
class |
LastPerTimeOutputRateLimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamProcessor |
class |
LogStreamProcessor
Input attributes to log is (priority (String), logMessage (String), isEventLogged (Bool))
|
class |
StreamProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
Pol2CartStreamFunctionProcessor
Created on 1/26/15.
|
class |
StreamFunctionProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
CronWindowProcessor |
class |
ExternalTimeBatchWindowProcessor |
class |
ExternalTimeWindowProcessor |
class |
FirstUniqueWindowProcessor |
class |
FrequentWindowProcessor
This is the implementation of a counting algorithm based on
Misra-Gries counting algorithm
|
class |
LengthBatchWindowProcessor |
class |
LengthWindowProcessor |
class |
LossyFrequentWindowProcessor |
class |
SortWindowProcessor |
class |
TableWindowProcessor |
class |
TimeBatchWindowProcessor |
class |
TimeLengthWindowProcessor |
class |
TimeWindowProcessor |
class |
UniqueExternalTimeBatchWindowProcessor |
class |
UniqueWindowProcessor |
class |
WindowProcessor |
class |
WindowWindowProcessor
This is the
WindowProcessor intended to be used with window join queries. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeAggregator |
class |
AvgAttributeAggregator |
class |
CountAttributeAggregator |
class |
DistinctcountAttributeAggregator |
class |
MaxAttributeAggregator |
class |
MaxForeverAttributeAggregator |
class |
MinAttributeAggregator |
class |
MinForeverAttributeAggregator |
class |
StddevAttributeAggregator |
class |
SumAttributeAggregator |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAggregationAttributeExecutor |
class |
AggregationAttributeExecutor |
class |
GroupByAggregationAttributeExecutor |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryEventTable
In-memory event table implementation of SiddhiQL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventTimeBasedScheduler |
class |
Scheduler |
class |
SystemTimeBasedScheduler |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotService.addSnapshotable(String queryName,
Snapshotable snapshotable) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventWindow
Window implementation of SiddhiQL.
|
Copyright © 2018 WSO2. All Rights Reserved.