java.lang.Object
org.apache.jena.fuseki.ctl.Async
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.atlas.json.JsonValuestatic AsyncTaskasyncTask(AsyncPool asyncPool, String displayName, DataService dataService, Runnable task, long requestId) static AsyncTaskexecASyncTask(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)
-