org.continuent.sequoia.controller.scheduler.schema |
Database schema handling for schedulers.
|
Java Source File Name | Type | Comment |
SchedulerDatabaseSchema.java | Class | A SchedulerDatabaseSchema describes all the tables and columns
of a database and its associated cache entries. |
SchedulerDatabaseTable.java | Class | A CacheDatabaseTable represents a database table and its
associated cache entries. |
TransactionExclusiveLock.java | Class | A TransactionExclusiveLock is an exclusive lock that let the
owner of the lock acquire several times the lock (but it needs to be released
only once). |