Class QueryFlowBase<T>

java.lang.Object
org.aksw.commons.rx.util.FlowBase<T>
org.aksw.jena_sparql_api.rx.query_flow.QueryFlowBase<T>
Type Parameters:
T -
All Implemented Interfaces:
io.reactivex.rxjava3.core.FlowableSubscriber<T>, org.reactivestreams.Subscriber<T>
Direct Known Subclasses:
QueryFlowGroupBy

public abstract class QueryFlowBase<T> extends org.aksw.commons.rx.util.FlowBase<T>
Abstract base class for query (execution) flows.
Author:
raven
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.jena.sparql.function.FunctionEnv
     

    Fields inherited from class org.aksw.commons.rx.util.FlowBase

    emitter
  • Constructor Summary

    Constructors
    Constructor
    Description
    QueryFlowBase(io.reactivex.rxjava3.core.FlowableEmitter<T> emitter, org.apache.jena.sparql.function.FunctionEnv execCxt)
     
  • Method Summary

    Methods inherited from class org.aksw.commons.rx.util.FlowBase

    onComplete, onError, onSubscribe

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.reactivestreams.Subscriber

    onNext
  • Field Details

    • execCxt

      protected org.apache.jena.sparql.function.FunctionEnv execCxt
  • Constructor Details

    • QueryFlowBase

      public QueryFlowBase(io.reactivex.rxjava3.core.FlowableEmitter<T> emitter, org.apache.jena.sparql.function.FunctionEnv execCxt)