Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
TJoinCursorGetConfig |
BdbService.joinCursorGet_args.config |
Modifier and Type | Method and Description |
---|---|
TJoinCursorGetConfig |
TJoinCursorGetConfig.deepCopy() |
TJoinCursorGetConfig |
BdbService.joinCursorGet_args.getConfig() |
TJoinCursorGetConfig |
TJoinCursorGetConfig.setPair(TKeyData pair) |
TJoinCursorGetConfig |
TJoinCursorGetConfig.setReadUncommitted(boolean readUncommitted) |
TJoinCursorGetConfig |
TJoinCursorGetConfig.setRmw(boolean rmw) |
Modifier and Type | Method and Description |
---|---|
int |
TJoinCursorGetConfig.compareTo(TJoinCursorGetConfig other) |
boolean |
TJoinCursorGetConfig.equals(TJoinCursorGetConfig that) |
TGetResult |
BdbService.Iface.joinCursorGet(TJoinCursor cursor,
TJoinCursorGetConfig config) |
TGetResult |
BdbService.Client.joinCursorGet(TJoinCursor cursor,
TJoinCursorGetConfig config) |
void |
BdbService.AsyncIface.joinCursorGet(TJoinCursor cursor,
TJoinCursorGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler) |
void |
BdbService.AsyncClient.joinCursorGet(TJoinCursor cursor,
TJoinCursorGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler) |
void |
BdbService.Client.send_joinCursorGet(TJoinCursor cursor,
TJoinCursorGetConfig config) |
BdbService.joinCursorGet_args |
BdbService.joinCursorGet_args.setConfig(TJoinCursorGetConfig config) |
Constructor and Description |
---|
joinCursorGet_args(TJoinCursor cursor,
TJoinCursorGetConfig config) |
joinCursorGet_call(TJoinCursor cursor,
TJoinCursorGetConfig 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) |
TJoinCursorGetConfig(TJoinCursorGetConfig other)
Performs a deep copy on other.
|
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.