| Interface | Description |
|---|---|
| PreloadedData |
Contains preloaded data and methods for manipulating it.
|
| Preloader |
Performs an individual preloading operation.
|
| PreloaderService |
Handles preloading operations, such as HTTP fetches, social data retrieval, or anything else that
would benefit from preloading on the server instead of incurring a network request for users.
|
| Class | Description |
|---|---|
| ConcurrentPreloaderService |
Preloads will be fetched concurrently using the injected ExecutorService, and they can be read
lazily using the returned map of futures.
|
| HttpPreloader |
Handles HTTP Preloading (/ModulePrefs/Preload elements).
|
| PipelinedDataPreloader |
Processes a single batch of pipeline data into tasks.
|
| PipelineExecutor |
Runs data pipelining, chaining dependencies among batches as needed.
|
| PipelineExecutor.Results |
Results from a full pipeline execution.
|
| PreloadModule |
Guice bindings for the render package.
|
| Exception | Description |
|---|---|
| PreloadException |
Exceptions thrown when preloading data.
|
Copyright © 2007-2012. All Rights Reserved.