Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
TIsolationLevel |
TDbGetConfig.isoLevel |
TIsolationLevel |
TCursorGetConfig.isoLevel |
TIsolationLevel |
TTransactionConfig.isoLevel |
TIsolationLevel |
TCursorConfig.isoLevel |
Modifier and Type | Method and Description |
---|---|
static TIsolationLevel |
TIsolationLevel.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TIsolationLevel |
TDbGetConfig.getIsoLevel() |
TIsolationLevel |
TCursorGetConfig.getIsoLevel() |
TIsolationLevel |
TTransactionConfig.getIsoLevel() |
TIsolationLevel |
TCursorConfig.getIsoLevel() |
static TIsolationLevel |
TIsolationLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TIsolationLevel[] |
TIsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TDbGetConfig |
TDbGetConfig.setIsoLevel(TIsolationLevel isoLevel) |
TCursorGetConfig |
TCursorGetConfig.setIsoLevel(TIsolationLevel isoLevel) |
TTransactionConfig |
TTransactionConfig.setIsoLevel(TIsolationLevel isoLevel) |
TCursorConfig |
TCursorConfig.setIsoLevel(TIsolationLevel isoLevel) |
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.