Package | Description |
---|---|
com.sleepycat.client |
Modifier and Type | Method and Description |
---|---|
SLockDetectMode |
SEnvironmentConfig.getLockDetectMode()
Return the policy used by the deadlock detector.
|
static SLockDetectMode |
SLockDetectMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SLockDetectMode[] |
SLockDetectMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SEnvironmentConfig |
SEnvironmentConfig.setLockDetectMode(SLockDetectMode lockDetectMode)
Set policy used by the deadlock detector.
|
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.