public interface LockLevels
| Modifier and Type | Field and Description | 
|---|---|
| static int | LOCK_NONENo lock. | 
| static int | LOCK_READGeneric read lock level. | 
| static int | LOCK_WRITEGeneric write lock level. | 
static final int LOCK_NONE
static final int LOCK_READ
static final int LOCK_WRITE
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.