Package gaia.cu9.ari.gaiaorbit.data
Class OrbitRefresher
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.data.OrbitRefresher
-
public class OrbitRefresher extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
OrbitRefresher.DaemonRefresher
The daemon refresher thread.
-
Field Summary
Fields Modifier and Type Field Description protected static int
MAX_LOAD_CHUNK
Maximum number of pages to send to load every batch
-
Constructor Summary
Constructors Constructor Description OrbitRefresher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flushLoadQueue()
Tells the loader to start loading the octants in the queue.void
queue(OrbitDataLoader.OrbitDataLoaderParameter param)
-
-
-
Field Detail
-
MAX_LOAD_CHUNK
protected static final int MAX_LOAD_CHUNK
Maximum number of pages to send to load every batch- See Also:
- Constant Field Values
-
-
Method Detail
-
queue
public void queue(OrbitDataLoader.OrbitDataLoaderParameter param)
-
flushLoadQueue
public void flushLoadQueue()
Tells the loader to start loading the octants in the queue.
-
-