Class DeleteOnDemandQueryRuntime


  • public class DeleteOnDemandQueryRuntime
    extends OnDemandQueryRuntime
    This class is used to keep the runtime information needed to execute an delete on-demand query.
    • Constructor Detail

      • DeleteOnDemandQueryRuntime

        public DeleteOnDemandQueryRuntime​(String queryName,
                                          MetaStreamEvent metaStreamEvent)
    • Method Detail

      • reset

        public void reset()
        Description copied from class: OnDemandQueryRuntime
        This method is used to execute a on-demand Query when there is already on-demand Query runtime for that query.
        Specified by:
        reset in class OnDemandQueryRuntime
      • getType

        public io.siddhi.core.query.OnDemandQueryRuntime.TYPE getType()
        Description copied from class: OnDemandQueryRuntime
        This method will return the type of the on-demand Query runtime.
        Specified by:
        getType in class OnDemandQueryRuntime
        Returns:
        type of on-demand Query runtime. (one of the types DELETE, INSERT, SELECT, UPDATE, FIND or UPDATE OR INSERT)