Class LockTableVTI

java.lang.Object
org.apache.derby.impl.services.locks.LockTableVTI
All Implemented Interfaces:
Enumeration

class LockTableVTI extends Object implements Enumeration
This provides an Enumeration of Latch's from a clone of the lock table. A Latch is badly named, it represents lock information.
  • Field Details

  • Constructor Details

    • LockTableVTI

      LockTableVTI(Map clonedLockTable)
  • Method Details