Package | Description |
---|---|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
Modifier and Type | Method and Description |
---|---|
static FileLockMethod |
FileLock.getFileLockMethod(String method)
Get the file locking method type given a method name.
|
static FileLockMethod |
FileLockMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileLockMethod[] |
FileLockMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FileLock.lock(FileLockMethod fileLockMethod)
Lock the file if possible.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.