Package | Description |
---|---|
com.sleepycat.client | |
com.sleepycat.thrift |
Modifier and Type | Method and Description |
---|---|
protected TCursorGetConfig |
SCursor.createConfig(SDatabaseEntryBase data,
SLockMode lockMode) |
Modifier and Type | Field and Description |
---|---|
TCursorGetConfig |
BdbService.cursorGet_args.config |
TCursorGetConfig |
BdbService.cursorGetWithPKey_args.config |
Modifier and Type | Method and Description |
---|---|
TCursorGetConfig |
TCursorGetConfig.deepCopy() |
TCursorGetConfig |
BdbService.cursorGet_args.getConfig() |
TCursorGetConfig |
BdbService.cursorGetWithPKey_args.getConfig() |
TCursorGetConfig |
TCursorGetConfig.setBatchSize(int batchSize) |
TCursorGetConfig |
TCursorGetConfig.setIsoLevel(TIsolationLevel isoLevel) |
TCursorGetConfig |
TCursorGetConfig.setMode(TCursorGetMode mode) |
TCursorGetConfig |
TCursorGetConfig.setMultiKey(boolean multiKey) |
TCursorGetConfig |
TCursorGetConfig.setMultiple(boolean multiple) |
TCursorGetConfig |
TCursorGetConfig.setRmw(boolean rmw) |
Modifier and Type | Method and Description |
---|---|
int |
TCursorGetConfig.compareTo(TCursorGetConfig other) |
TGetResult |
BdbService.Iface.cursorGet(TCursor cursor,
TKeyData keyData,
TCursorGetConfig config) |
TGetResult |
BdbService.Client.cursorGet(TCursor cursor,
TKeyData keyData,
TCursorGetConfig config) |
void |
BdbService.AsyncIface.cursorGet(TCursor cursor,
TKeyData keyData,
TCursorGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler) |
void |
BdbService.AsyncClient.cursorGet(TCursor cursor,
TKeyData keyData,
TCursorGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler) |
TGetWithPKeyResult |
BdbService.Iface.cursorGetWithPKey(TCursor cursor,
TKeyDataWithPKey keyPKey,
TCursorGetConfig config) |
TGetWithPKeyResult |
BdbService.Client.cursorGetWithPKey(TCursor cursor,
TKeyDataWithPKey keyPKey,
TCursorGetConfig config) |
void |
BdbService.AsyncIface.cursorGetWithPKey(TCursor cursor,
TKeyDataWithPKey keyPKey,
TCursorGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetWithPKeyResult> resultHandler) |
void |
BdbService.AsyncClient.cursorGetWithPKey(TCursor cursor,
TKeyDataWithPKey keyPKey,
TCursorGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetWithPKeyResult> resultHandler) |
boolean |
TCursorGetConfig.equals(TCursorGetConfig that) |
void |
BdbService.Client.send_cursorGet(TCursor cursor,
TKeyData keyData,
TCursorGetConfig config) |
void |
BdbService.Client.send_cursorGetWithPKey(TCursor cursor,
TKeyDataWithPKey keyPKey,
TCursorGetConfig config) |
BdbService.cursorGet_args |
BdbService.cursorGet_args.setConfig(TCursorGetConfig config) |
BdbService.cursorGetWithPKey_args |
BdbService.cursorGetWithPKey_args.setConfig(TCursorGetConfig config) |
Constructor and Description |
---|
cursorGet_args(TCursor cursor,
TKeyData keyData,
TCursorGetConfig config) |
cursorGet_call(TCursor cursor,
TKeyData keyData,
TCursorGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
cursorGetWithPKey_args(TCursor cursor,
TKeyDataWithPKey keyPKey,
TCursorGetConfig config) |
cursorGetWithPKey_call(TCursor cursor,
TKeyDataWithPKey keyPKey,
TCursorGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetWithPKeyResult> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
TCursorGetConfig(TCursorGetConfig other)
Performs a deep copy on other.
|
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.