java.lang.Object
org.apache.jena.fuseki.ctl.TaskBase
All Implemented Interfaces:
Runnable

public abstract class TaskBase extends Object implements Runnable
Base of async tasks - this carries some useful information around, leaving the implementation of Callable.run() to the specific task.
  • Field Details

    • actionId

      public final long actionId
    • dataset

      public final org.apache.jena.sparql.core.DatasetGraph dataset
    • datasetName

      public final String datasetName
    • transactional

      public final org.apache.jena.sparql.core.Transactional transactional