Package net.pl3x.map.core.renderer.task
Class AbstractDataTask
java.lang.Object
net.pl3x.map.core.scheduler.Task
net.pl3x.map.core.renderer.task.AbstractDataTask
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
UpdateLiveData
,UpdateMarkerData
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ExecutorService
protected final String
protected CompletableFuture
<Void> protected final com.google.gson.Gson
protected boolean
protected final World
-
Constructor Summary
ConstructorDescriptionAbstractDataTask
(int delay, boolean repeat, World world, String serviceName) AbstractDataTask
(int delay, boolean repeat, World world, String serviceName, int threads) -
Method Summary
-
Field Details
-
gson
protected final com.google.gson.Gson gson -
world
-
lastUpdated
-
executor
-
executorName
-
future
-
running
protected boolean running
-
-
Constructor Details
-
AbstractDataTask
-
AbstractDataTask
-
-
Method Details