java.lang.Object
org.apache.jena.fuseki.ctl.Async
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonValue
static AsyncTask
asyncTask
(AsyncPool asyncPool, String displayName, DataService dataService, Runnable task, long requestId) static AsyncTask
execASyncTask
(HttpAction action, AsyncPool asyncPool, String displayName, Runnable runnable)
-
Constructor Details
-
Async
public Async()
-
-
Method Details
-
asyncTask
public static AsyncTask asyncTask(AsyncPool asyncPool, String displayName, DataService dataService, Runnable task, long requestId) -
asJson
-
execASyncTask
public static AsyncTask execASyncTask(HttpAction action, AsyncPool asyncPool, String displayName, Runnable runnable)
-