Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
TJoinCursor |
BdbService.closeJoinCursorHandle_args.cursor |
TJoinCursor |
BdbService.joinCursorGet_args.cursor |
TJoinCursor |
BdbService.openJoinCursor_result.success |
Modifier and Type | Method and Description |
---|---|
TJoinCursor |
TJoinCursor.deepCopy() |
TJoinCursor |
BdbService.closeJoinCursorHandle_args.getCursor() |
TJoinCursor |
BdbService.joinCursorGet_args.getCursor() |
TJoinCursor |
BdbService.AsyncClient.openJoinCursor_call.getResult() |
TJoinCursor |
BdbService.openJoinCursor_result.getSuccess() |
TJoinCursor |
BdbService.Iface.openJoinCursor(TDatabase pdb,
java.util.List<TCursor> scursors,
boolean sortCursors) |
TJoinCursor |
BdbService.Client.openJoinCursor(TDatabase pdb,
java.util.List<TCursor> scursors,
boolean sortCursors) |
TJoinCursor |
BdbService.Client.recv_openJoinCursor() |
TJoinCursor |
TJoinCursor.setHandle(long handle) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<TJoinCursor> |
BdbService.AsyncProcessor.openJoinCursor.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
void |
BdbService.Iface.closeJoinCursorHandle(TJoinCursor cursor) |
void |
BdbService.Client.closeJoinCursorHandle(TJoinCursor cursor) |
void |
BdbService.AsyncIface.closeJoinCursorHandle(TJoinCursor cursor,
org.apache.thrift.async.AsyncMethodCallback<java.lang.Void> resultHandler) |
void |
BdbService.AsyncClient.closeJoinCursorHandle(TJoinCursor cursor,
org.apache.thrift.async.AsyncMethodCallback<java.lang.Void> resultHandler) |
int |
TJoinCursor.compareTo(TJoinCursor other) |
boolean |
TJoinCursor.equals(TJoinCursor 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_closeJoinCursorHandle(TJoinCursor cursor) |
void |
BdbService.Client.send_joinCursorGet(TJoinCursor cursor,
TJoinCursorGetConfig config) |
BdbService.closeJoinCursorHandle_args |
BdbService.closeJoinCursorHandle_args.setCursor(TJoinCursor cursor) |
BdbService.joinCursorGet_args |
BdbService.joinCursorGet_args.setCursor(TJoinCursor cursor) |
BdbService.openJoinCursor_result |
BdbService.openJoinCursor_result.setSuccess(TJoinCursor success) |
Modifier and Type | Method and Description |
---|---|
void |
BdbService.AsyncIface.openJoinCursor(TDatabase pdb,
java.util.List<TCursor> scursors,
boolean sortCursors,
org.apache.thrift.async.AsyncMethodCallback<TJoinCursor> resultHandler) |
void |
BdbService.AsyncClient.openJoinCursor(TDatabase pdb,
java.util.List<TCursor> scursors,
boolean sortCursors,
org.apache.thrift.async.AsyncMethodCallback<TJoinCursor> resultHandler) |
void |
BdbService.AsyncProcessor.openJoinCursor.start(I iface,
BdbService.openJoinCursor_args args,
org.apache.thrift.async.AsyncMethodCallback<TJoinCursor> resultHandler) |
Constructor and Description |
---|
closeJoinCursorHandle_args(TJoinCursor cursor) |
closeJoinCursorHandle_call(TJoinCursor cursor,
org.apache.thrift.async.AsyncMethodCallback<java.lang.Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
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) |
openJoinCursor_result(TJoinCursor success,
TDatabaseException dbe,
TRuntimeException re) |
TJoinCursor(TJoinCursor other)
Performs a deep copy on other.
|
Constructor and Description |
---|
openJoinCursor_call(TDatabase pdb,
java.util.List<TCursor> scursors,
boolean sortCursors,
org.apache.thrift.async.AsyncMethodCallback<TJoinCursor> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.