|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionExclusiveLock | |
org.objectweb.cjdbc.controller.scheduler.raidb0 | RAIDb-0 schedulers. |
org.objectweb.cjdbc.controller.scheduler.raidb1 | RAIDb-1 (full replication) schedulers. |
org.objectweb.cjdbc.controller.scheduler.raidb2 | RAIDb-2 (partial replication) schedulers. |
org.objectweb.cjdbc.controller.scheduler.schema | Database schema handling for schedulers. |
org.objectweb.cjdbc.controller.scheduler.singledb | Schedulers for single backend system. |
Uses of TransactionExclusiveLock in org.objectweb.cjdbc.controller.scheduler.raidb0 |
Fields in org.objectweb.cjdbc.controller.scheduler.raidb0 declared as TransactionExclusiveLock | |
private TransactionExclusiveLock |
RAIDb0PessimisticTransactionLevelScheduler.lock
|
Uses of TransactionExclusiveLock in org.objectweb.cjdbc.controller.scheduler.raidb1 |
Fields in org.objectweb.cjdbc.controller.scheduler.raidb1 declared as TransactionExclusiveLock | |
(package private) TransactionExclusiveLock |
RAIDb1PessimisticTransactionLevelScheduler.lock
|
Methods in org.objectweb.cjdbc.controller.scheduler.raidb1 with parameters of type TransactionExclusiveLock | |
private void |
RAIDb1OptimisticTransactionLevelScheduler.acquireLockAndSetRequestId(AbstractWriteRequest request,
TransactionExclusiveLock tableLock)
|
Uses of TransactionExclusiveLock in org.objectweb.cjdbc.controller.scheduler.raidb2 |
Fields in org.objectweb.cjdbc.controller.scheduler.raidb2 declared as TransactionExclusiveLock | |
private TransactionExclusiveLock |
RAIDb2PessimisticTransactionLevelScheduler.lock
|
Uses of TransactionExclusiveLock in org.objectweb.cjdbc.controller.scheduler.schema |
Fields in org.objectweb.cjdbc.controller.scheduler.schema declared as TransactionExclusiveLock | |
private TransactionExclusiveLock |
SchedulerDatabaseSchema.lock
|
private TransactionExclusiveLock |
SchedulerDatabaseTable.lock
|
Methods in org.objectweb.cjdbc.controller.scheduler.schema that return TransactionExclusiveLock | |
TransactionExclusiveLock |
SchedulerDatabaseSchema.getLock()
Returns the lock for this table. |
TransactionExclusiveLock |
SchedulerDatabaseTable.getLock()
Returns the lock for this table. |
Uses of TransactionExclusiveLock in org.objectweb.cjdbc.controller.scheduler.singledb |
Fields in org.objectweb.cjdbc.controller.scheduler.singledb declared as TransactionExclusiveLock | |
(package private) TransactionExclusiveLock |
SingleDBPessimisticTransactionLevelScheduler.lock
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |