Package | Description |
---|---|
io.siddhi.core.executor | |
io.siddhi.core.executor.function | |
io.siddhi.core.executor.incremental |
Modifier and Type | Class and Description |
---|---|
class |
MultiValueVariableFunctionExecutor
Executor class for Siddhi event attribute that produces multiple values.
|
Modifier and Type | Class and Description |
---|---|
class |
CastFunctionExecutor
Executor class for Siddhi cast function.
|
class |
CoalesceFunctionExecutor
Executor class for coalesce function.
|
class |
ConvertFunctionExecutor
Executor class for convert function.
|
class |
CreateSetFunctionExecutor
Executor class for createSet function.
|
class |
CurrentTimeMillisFunctionExecutor
Executor class for getting Siddhi application timestamp.
|
class |
DefaultFunctionExecutor
Executor class for default function.
|
class |
EventTimestampFunctionExecutor
Executor class for Siddhi cast function.
|
class |
IfThenElseFunctionExecutor
Executor class for ifThenElse function.
|
class |
InstanceOfBooleanFunctionExecutor
Executor class for instanceOf Boolean function.
|
class |
InstanceOfDoubleFunctionExecutor
Executor class for instanceOf Double function.
|
class |
InstanceOfFloatFunctionExecutor
Executor class for instanceOf Double function.
|
class |
InstanceOfIntegerFunctionExecutor
Executor class for instanceOf Integer function.
|
class |
InstanceOfLongFunctionExecutor
Executor class for instanceOf Long function.
|
class |
InstanceOfStringFunctionExecutor
Executor class for instanceOf String function.
|
class |
MaximumFunctionExecutor
Executor class for Maximum function.
|
class |
MinimumFunctionExecutor
Executor class for Minimum function.
|
class |
ScriptFunctionExecutor
Executor class for Script function.
|
class |
SizeOfSetFunctionExecutor
Executor class for sizeOfSet function.
|
class |
UUIDFunctionExecutor
Executor class for UUID function.
|
Modifier and Type | Class and Description |
---|---|
class |
IncrementalAggregateBaseTimeFunctionExecutor
Executor class for finding the start time and end time of the within clause in incremental processing.
|
class |
IncrementalShouldUpdateFunctionExecutor
Execute class for shouldUpdate() function.
|
class |
IncrementalStartTimeEndTimeFunctionExecutor
Executor class for finding the start time and end time of the within clause in incremental processing.
|
class |
IncrementalTimeGetTimeZone
Executor class for retrieving the timezone from a string timeStamp.
|
class |
IncrementalUnixTimeFunctionExecutor
Executor class for converting string timestamp to unix time in incremental processing.
|
Copyright © 2019. All rights reserved.