Uses of Class
io.siddhi.core.table.record.RecordTableHandlerManager
-
Packages that use RecordTableHandlerManager Package Description io.siddhi.core io.siddhi.core.config -
-
Uses of RecordTableHandlerManager in io.siddhi.core
Methods in io.siddhi.core with parameters of type RecordTableHandlerManager Modifier and Type Method Description voidSiddhiManager. setRecordTableHandlerManager(RecordTableHandlerManager recordTableHandlerManager)Method to set record table handler manager that would create record table handlers for each record table -
Uses of RecordTableHandlerManager in io.siddhi.core.config
Methods in io.siddhi.core.config that return RecordTableHandlerManager Modifier and Type Method Description RecordTableHandlerManagerSiddhiContext. getRecordTableHandlerManager()Methods in io.siddhi.core.config with parameters of type RecordTableHandlerManager Modifier and Type Method Description voidSiddhiContext. setRecordTableHandlerManager(RecordTableHandlerManager recordTableHandlerManager)
-