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