Uses of Class
com.mckoi.database.WorkerPool
-
Packages that use WorkerPool Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of WorkerPool in com.mckoi.database
Fields in com.mckoi.database declared as WorkerPool Modifier and Type Field Description private WorkerPool
DatabaseSystem. worker_pool
The WorkerPool object that manages access to the database(s) in the system.private WorkerPool
WorkerThread. worker_pool
The WorkerPool object that this worker thread is for.Constructors in com.mckoi.database with parameters of type WorkerPool Constructor Description WorkerThread(WorkerPool worker_pool)
Constructs the thread.
-