public class ProfilingResourceReloader extends ResourceReloader<ProfilingResourceReloader.Summary>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfilingResourceReloader.Summary |
ResourceReloader.Factory<S>| Modifier and Type | Field and Description |
|---|---|
private static Logger |
LOGGER |
private Stopwatch |
reloadTimer |
applyStageFuture, manager, prepareStageFuture| Constructor and Description |
|---|
ProfilingResourceReloader(ResourceManager manager,
List<ResourceReloadListener> listeners,
Executor prepareExecutor,
Executor applyExecutor,
CompletableFuture<Unit> completableFuture) |
| Modifier and Type | Method and Description |
|---|---|
private void |
finish(List<ProfilingResourceReloader.Summary> summaries) |
create, getProgress, isApplyStageComplete, isPrepareStageComplete, throwExceptions, whenCompleteprivate static final Logger LOGGER
private final Stopwatch reloadTimer
public ProfilingResourceReloader(ResourceManager manager, List<ResourceReloadListener> listeners, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> completableFuture)
private void finish(List<ProfilingResourceReloader.Summary> summaries)