Package | Description |
---|---|
com.sleepycat.client | |
com.sleepycat.thrift |
Modifier and Type | Method and Description |
---|---|
TGetWithPKeyResult |
GetHelper.RemotePGetFunction.applyWithException(TKeyDataWithPKey tKeyDataWithPKey) |
Modifier and Type | Field and Description |
---|---|
TGetWithPKeyResult |
BdbService.dbGetWithPKey_result.success |
TGetWithPKeyResult |
BdbService.cursorGetWithPKey_result.success |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<TGetWithPKeyResult> |
BdbService.AsyncProcessor.dbGetWithPKey.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<TGetWithPKeyResult> |
BdbService.AsyncProcessor.cursorGetWithPKey.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
TGetWithPKeyResult.compareTo(TGetWithPKeyResult other) |
boolean |
TGetWithPKeyResult.equals(TGetWithPKeyResult that) |
BdbService.dbGetWithPKey_result |
BdbService.dbGetWithPKey_result.setSuccess(TGetWithPKeyResult success) |
BdbService.cursorGetWithPKey_result |
BdbService.cursorGetWithPKey_result.setSuccess(TGetWithPKeyResult success) |
Modifier and Type | Method and Description |
---|---|
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) |
void |
BdbService.AsyncIface.dbGetWithPKey(TDatabase sdb,
TTransaction txn,
TKeyDataWithPKey keyPKey,
TDbGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetWithPKeyResult> resultHandler) |
void |
BdbService.AsyncClient.dbGetWithPKey(TDatabase sdb,
TTransaction txn,
TKeyDataWithPKey keyPKey,
TDbGetConfig config,
org.apache.thrift.async.AsyncMethodCallback<TGetWithPKeyResult> resultHandler) |
void |
BdbService.AsyncProcessor.cursorGetWithPKey.start(I iface,
BdbService.cursorGetWithPKey_args args,
org.apache.thrift.async.AsyncMethodCallback<TGetWithPKeyResult> resultHandler) |
void |
BdbService.AsyncProcessor.dbGetWithPKey.start(I iface,
BdbService.dbGetWithPKey_args args,
org.apache.thrift.async.AsyncMethodCallback<TGetWithPKeyResult> resultHandler) |
Constructor and Description |
---|
cursorGetWithPKey_result(TGetWithPKeyResult success,
TDatabaseException dbe,
TRuntimeException re) |
dbGetWithPKey_result(TGetWithPKeyResult success,
TDatabaseException dbe,
TRuntimeException re) |
TGetWithPKeyResult(TGetWithPKeyResult other)
Performs a deep copy on other.
|
Constructor and Description |
---|
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) |
dbGetWithPKey_call(TDatabase sdb,
TTransaction txn,
TKeyDataWithPKey keyPKey,
TDbGetConfig 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) |
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.