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