| Package | Description |
|---|---|
| net.lecousin.framework.application |
Main classes to initialize this library: LCCore and Application.
|
| net.lecousin.framework.concurrent |
Multi-threading framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneLCCore.setDrivesProvider(DrivesTaskManager.DrivesProvider provider)
Set the drives provider to use by multi-threading system.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Threading.init(ThreadFactory threadFactory,
Class<? extends TaskPriorityManager> taskPriorityManager,
int nbCPUThreads,
DrivesTaskManager.DrivesProvider drivesProvider,
int nbUnmanagedThreads)
Initialize multi-threading.
|
void |
DrivesTaskManager.setDrivesProvider(DrivesTaskManager.DrivesProvider provider)
Set the drives provider.
|
| Constructor and Description |
|---|
DrivesTaskManager(ThreadFactory threadFactory,
Class<? extends TaskPriorityManager> taskPriorityManager,
DrivesTaskManager.DrivesProvider drivesProvider)
Constructor.
|
Copyright © 2019. All rights reserved.