| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockRequestMode | |
|---|---|
| com.sleepycat.db | Berkeley DB Java API [reference guide] [Java programming notes]. | 
| Uses of LockRequestMode in com.sleepycat.db | 
|---|
| Fields in com.sleepycat.db declared as LockRequestMode | |
|---|---|
| static LockRequestMode | LockRequestMode.IREADIntention to read (shared). | 
| static LockRequestMode | LockRequestMode.IWRIntention to read and write (shared). | 
| static LockRequestMode | LockRequestMode.IWRITEIntention to write (shared). | 
| static LockRequestMode | LockRequestMode.READRead (shared). | 
| static LockRequestMode | LockRequestMode.WRITEWrite (exclusive). | 
| Methods in com.sleepycat.db that return LockRequestMode | |
|---|---|
|  LockRequestMode | LockRequest.getMode()Return the lock mode. | 
| Methods in com.sleepycat.db with parameters of type LockRequestMode | |
|---|---|
|  Lock | Environment.getLock(int locker,
        boolean noWait,
        DatabaseEntry object,
        LockRequestMode mode)Acquire a lock from the lock table returning information about it in the Lock parameter. | 
|  void | LockRequest.setMode(LockRequestMode mode)Set the lock mode. | 
| Constructors in com.sleepycat.db with parameters of type LockRequestMode | |
|---|---|
| LockRequest(LockOperation op,
            LockRequestMode mode,
            DatabaseEntry obj)Construct a LockRequest with the specified operation and mode for the specified object. | |
| LockRequest(LockOperation op,
            LockRequestMode mode,
            DatabaseEntry obj,
            Lock lock)Construct a LockRequest with the specified operation, mode and lock, for the specified object. | |
| LockRequest(LockOperation op,
            LockRequestMode mode,
            DatabaseEntry obj,
            Lock lock,
            int timeout)Construct a LockRequest with the specified operation, mode, lock and timeout for the specified object. | |
| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||