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 WorkerPoolDatabaseSystem. worker_poolThe WorkerPool object that manages access to the database(s) in the system.private WorkerPoolWorkerThread. worker_poolThe 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.
-