Package | Description |
---|---|
com.sleepycat.client | |
com.sleepycat.thrift |
Modifier and Type | Method and Description |
---|---|
TGetResult |
GetHelper.RemoteGetFunction.applyWithException(TKeyData keyData) |
Modifier and Type | Field and Description |
---|---|
TGetResult |
BdbService.dbGet_result.success |
TGetResult |
BdbService.cursorGet_result.success |
TGetResult |
BdbService.joinCursorGet_result.success |
Modifier and Type | Method and Description |
---|---|
TGetResult |
BdbService.Iface.cursorGet(TCursor cursor,
TKeyData keyData,
TCursorGetConfig config) |
TGetResult |
BdbService.Client.cursorGet(TCursor cursor,
TKeyData keyData,
TCursorGetConfig config) |
TGetResult |
BdbService.Iface.dbGet(TDatabase db,
TTransaction txn,
TKeyData keyData,
TDbGetConfig config) |
TGetResult |
BdbService.Client.dbGet(TDatabase db,
TTransaction txn,
TKeyData keyData,
TDbGetConfig config) |
TGetResult |
TGetResult.deepCopy() |
TGetResult |
BdbService.AsyncClient.dbGet_call.getResult() |
TGetResult |
BdbService.AsyncClient.cursorGet_call.getResult() |
TGetResult |
BdbService.AsyncClient.joinCursorGet_call.getResult() |
TGetResult |
BdbService.dbGet_result.getSuccess() |
TGetResult |
BdbService.cursorGet_result.getSuccess() |
TGetResult |
BdbService.joinCursorGet_result.getSuccess() |
TGetResult |
BdbService.Iface.joinCursorGet(TJoinCursor cursor,
TJoinCursorGetConfig config) |
TGetResult |
BdbService.Client.joinCursorGet(TJoinCursor cursor,
TJoinCursorGetConfig config) |
TGetResult |
BdbService.Client.recv_cursorGet() |
TGetResult |
BdbService.Client.recv_dbGet() |
TGetResult |
BdbService.Client.recv_joinCursorGet() |
TGetResult |
TGetResult.setPairs(java.util.List<TKeyData> pairs) |
TGetResult |
TGetResult.setStatus(TOperationStatus status) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<TGetResult> |
BdbService.AsyncProcessor.dbGet.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<TGetResult> |
BdbService.AsyncProcessor.cursorGet.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<TGetResult> |
BdbService.AsyncProcessor.joinCursorGet.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
TGetResult.compareTo(TGetResult other) |
boolean |
TGetResult.equals(TGetResult that) |
BdbService.dbGet_result |
BdbService.dbGet_result.setSuccess(TGetResult success) |
BdbService.cursorGet_result |
BdbService.cursorGet_result.setSuccess(TGetResult success) |
BdbService.joinCursorGet_result |
BdbService.joinCursorGet_result.setSuccess(TGetResult success) |
Modifier and Type | Method and Description |
---|---|
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) |
void |
BdbService.AsyncIface.dbGet(TDatabase db,
TTransaction txn,
TKeyData keyData,
TDbGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler) |
void |
BdbService.AsyncClient.dbGet(TDatabase db,
TTransaction txn,
TKeyData keyData,
TDbGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler) |
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.AsyncProcessor.cursorGet.start(I iface,
BdbService.cursorGet_args args,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler) |
void |
BdbService.AsyncProcessor.dbGet.start(I iface,
BdbService.dbGet_args args,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler) |
void |
BdbService.AsyncProcessor.joinCursorGet.start(I iface,
BdbService.joinCursorGet_args args,
org.apache.thrift.async.AsyncMethodCallback<TGetResult> resultHandler) |
Constructor and Description |
---|
cursorGet_result(TGetResult success,
TDatabaseException dbe,
TRuntimeException re) |
dbGet_result(TGetResult success,
TDatabaseException dbe,
TRuntimeException re) |
joinCursorGet_result(TGetResult success,
TDatabaseException dbe,
TRuntimeException re) |
TGetResult(TGetResult other)
Performs a deep copy on other.
|
Constructor and Description |
---|
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) |
dbGet_call(TDatabase db,
TTransaction txn,
TKeyData keyData,
TDbGetConfig 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) |
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) |
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.