Uses of Class
org.apache.jena.fuseki.async.AsyncTask
Packages that use AsyncTask
-
Uses of AsyncTask in org.apache.jena.fuseki.async
Methods in org.apache.jena.fuseki.async that return AsyncTaskModifier and TypeMethodDescriptionAsyncPool.getRunningTask
(String taskId) Get a task - whether running or finished.AsyncPool.submit
(Runnable task, String displayName, DataService dataService, long requestId) Methods in org.apache.jena.fuseki.async that return types with arguments of type AsyncTaskMethods in org.apache.jena.fuseki.async with parameters of type AsyncTask -
Uses of AsyncTask in org.apache.jena.fuseki.ctl
Methods in org.apache.jena.fuseki.ctl that return AsyncTaskModifier and TypeMethodDescriptionstatic AsyncTask
Async.asyncTask
(AsyncPool asyncPool, String displayName, DataService dataService, Runnable task, long requestId) static AsyncTask
Async.execASyncTask
(HttpAction action, AsyncPool asyncPool, String displayName, Runnable runnable) Methods in org.apache.jena.fuseki.ctl with parameters of type AsyncTask