Class | Description |
---|---|
CastFunctionExecutor |
Executor class for Siddhi cast function.
|
CoalesceFunctionExecutor |
Executor class for coalesce function.
|
ConvertFunctionExecutor |
Executor class for convert function.
|
CreateSetFunctionExecutor |
Executor class for createSet function.
|
CurrentTimeMillisFunctionExecutor |
Executor class for getting Siddhi application timestamp.
|
DefaultFunctionExecutor |
Executor class for default function.
|
EventTimestampFunctionExecutor |
Executor class for Siddhi cast function.
|
FunctionExecutor<S extends State> |
Parent abstract class for Function Executors.
|
IfThenElseFunctionExecutor |
Executor class for ifThenElse function.
|
InstanceOfBooleanFunctionExecutor |
Executor class for instanceOf Boolean function.
|
InstanceOfDoubleFunctionExecutor |
Executor class for instanceOf Double function.
|
InstanceOfFloatFunctionExecutor |
Executor class for instanceOf Double function.
|
InstanceOfIntegerFunctionExecutor |
Executor class for instanceOf Integer function.
|
InstanceOfLongFunctionExecutor |
Executor class for instanceOf Long function.
|
InstanceOfStringFunctionExecutor |
Executor class for instanceOf String function.
|
MaximumFunctionExecutor |
Executor class for Maximum function.
|
MinimumFunctionExecutor |
Executor class for Minimum function.
|
ScriptFunctionExecutor |
Executor class for Script function.
|
SizeOfSetFunctionExecutor |
Executor class for sizeOfSet function.
|
UUIDFunctionExecutor |
Executor class for UUID function.
|
Copyright © 2021. All rights reserved.