Uses of Interface
io.siddhi.core.SiddhiAppRuntime
-
Packages that use SiddhiAppRuntime Package Description io.siddhi.core io.siddhi.core.util -
-
Uses of SiddhiAppRuntime in io.siddhi.core
Classes in io.siddhi.core that implement SiddhiAppRuntime Modifier and Type Class Description classSiddhiAppRuntimeImplKeep streamDefinitions, partitionRuntimes, queryRuntimes of an SiddhiApp and streamJunctions and inputHandlers used.Methods in io.siddhi.core that return SiddhiAppRuntime Modifier and Type Method Description SiddhiAppRuntimeSiddhiManager. createSandboxSiddhiAppRuntime(io.siddhi.query.api.SiddhiApp siddhiApp)Create a SiddhiApp Sandbox Runtime that runs without their Sources Sinks and Stores.SiddhiAppRuntimeSiddhiManager. createSandboxSiddhiAppRuntime(String siddhiApp)Create a SiddhiApp Sandbox Runtime that runs without their Sources Sinks and Stores.SiddhiAppRuntimeSiddhiManager. createSiddhiAppRuntime(io.siddhi.query.api.SiddhiApp siddhiApp)SiddhiAppRuntimeSiddhiManager. createSiddhiAppRuntime(String siddhiApp)SiddhiAppRuntimeSiddhiManager. getSiddhiAppRuntime(String siddhiAppName)Method to retrieve already submitted siddhi app by providing the name.Methods in io.siddhi.core that return types with arguments of type SiddhiAppRuntime Modifier and Type Method Description ConcurrentMap<String,SiddhiAppRuntime>SiddhiManager. getSiddhiAppRuntimeMap()Method used to get all SiddhiAppRuntimes -
Uses of SiddhiAppRuntime in io.siddhi.core.util
Methods in io.siddhi.core.util that return SiddhiAppRuntime Modifier and Type Method Description SiddhiAppRuntimeSiddhiAppRuntimeBuilder. build()Method parameters in io.siddhi.core.util with type arguments of type SiddhiAppRuntime Modifier and Type Method Description voidSiddhiAppRuntimeBuilder. setSiddhiAppRuntimeMap(ConcurrentMap<String,SiddhiAppRuntime> siddhiAppRuntimeMap)
-