Uses of Interface
org.apache.jena.geosparql.spatial.task.BasicTask
Packages that use BasicTask
Package
Description
-
Uses of BasicTask in org.apache.jena.geosparql.spatial.index.v2
Methods in org.apache.jena.geosparql.spatial.index.v2 that return BasicTaskModifier and TypeMethodDescriptionstatic BasicTaskSpatialIndexLib.scheduleOnceCleanTask(org.apache.jena.sparql.core.DatasetGraph dsg, BasicTask.TaskListener<BasicTask> taskListener) Attempt to start a spatial index task that cleans the index of graphs not present in the given dataset.static BasicTaskSpatialIndexLib.scheduleOnceIndexTask(org.apache.jena.sparql.core.DatasetGraph dsg, SpatialIndexerComputation indexComputation, Path targetFile, boolean isReplaceTask, BasicTask.TaskListener<BasicTask> taskListener) Method parameters in org.apache.jena.geosparql.spatial.index.v2 with type arguments of type BasicTaskModifier and TypeMethodDescriptionstatic TaskThreadSpatialIndexLib.createCleanTask(org.apache.jena.sparql.core.DatasetGraph dsg, Predicate<org.apache.jena.graph.Node> isAuthorizedGraph, BasicTask.TaskListener<BasicTask> taskListener) static TaskThreadSpatialIndexLib.createIndexerTask(org.apache.jena.sparql.core.DatasetGraph dsg, Predicate<org.apache.jena.graph.Node> isAuthorizedGraph, SpatialIndexerComputation indexComputation, BasicTask.TaskListener<BasicTask> taskListener, Path targetFile, boolean isReplaceTask) static BasicTaskSpatialIndexLib.scheduleOnceCleanTask(org.apache.jena.sparql.core.DatasetGraph dsg, BasicTask.TaskListener<BasicTask> taskListener) Attempt to start a spatial index task that cleans the index of graphs not present in the given dataset.static BasicTaskSpatialIndexLib.scheduleOnceIndexTask(org.apache.jena.sparql.core.DatasetGraph dsg, SpatialIndexerComputation indexComputation, Path targetFile, boolean isReplaceTask, BasicTask.TaskListener<BasicTask> taskListener) -
Uses of BasicTask in org.apache.jena.geosparql.spatial.task
Classes in org.apache.jena.geosparql.spatial.task with type parameters of type BasicTaskModifier and TypeInterfaceDescriptionstatic interfaceBasicTask.TaskListener<T extends BasicTask>Classes in org.apache.jena.geosparql.spatial.task that implement BasicTaskModifier and TypeClassDescriptionclassThread base class that provides aTaskThread.abort()method that can run a custom action (in addition to setting the interrupted flag) as well as a doAfterRun() method for cleaning up after execution (only gets called if there is a prior call to run).Constructor parameters in org.apache.jena.geosparql.spatial.task with type arguments of type BasicTaskModifierConstructorDescriptionTaskThread(String label, BasicTask.TaskListener<BasicTask> taskListener) TaskThread(String label, BasicTask.TaskListener<BasicTask> taskListener, AtomicBoolean requestingCancel)