Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
TCursorConfig |
BdbService.openCursor_args.cursorConfig |
TCursorConfig |
BdbService.getCursorConfig_result.success |
Modifier and Type | Method and Description |
---|---|
TCursorConfig |
TCursorConfig.deepCopy() |
TCursorConfig |
BdbService.openCursor_args.getCursorConfig() |
TCursorConfig |
BdbService.Iface.getCursorConfig(TCursor cursor) |
TCursorConfig |
BdbService.Client.getCursorConfig(TCursor cursor) |
TCursorConfig |
BdbService.AsyncClient.getCursorConfig_call.getResult() |
TCursorConfig |
BdbService.getCursorConfig_result.getSuccess() |
TCursorConfig |
BdbService.Client.recv_getCursorConfig() |
TCursorConfig |
TCursorConfig.setBulkCursor(boolean bulkCursor) |
TCursorConfig |
TCursorConfig.setIsoLevel(TIsolationLevel isoLevel) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<TCursorConfig> |
BdbService.AsyncProcessor.getCursorConfig.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
TCursorConfig.compareTo(TCursorConfig other) |
boolean |
TCursorConfig.equals(TCursorConfig that) |
TCursor |
BdbService.Iface.openCursor(TDatabase db,
TTransaction txn,
TCursorConfig cursorConfig) |
TCursor |
BdbService.Client.openCursor(TDatabase db,
TTransaction txn,
TCursorConfig cursorConfig) |
void |
BdbService.AsyncIface.openCursor(TDatabase db,
TTransaction txn,
TCursorConfig cursorConfig,
org.apache.thrift.async.AsyncMethodCallback<TCursor> resultHandler) |
void |
BdbService.AsyncClient.openCursor(TDatabase db,
TTransaction txn,
TCursorConfig cursorConfig,
org.apache.thrift.async.AsyncMethodCallback<TCursor> resultHandler) |
void |
BdbService.Client.send_openCursor(TDatabase db,
TTransaction txn,
TCursorConfig cursorConfig) |
BdbService.openCursor_args |
BdbService.openCursor_args.setCursorConfig(TCursorConfig cursorConfig) |
BdbService.getCursorConfig_result |
BdbService.getCursorConfig_result.setSuccess(TCursorConfig success) |
Modifier and Type | Method and Description |
---|---|
void |
BdbService.AsyncIface.getCursorConfig(TCursor cursor,
org.apache.thrift.async.AsyncMethodCallback<TCursorConfig> resultHandler) |
void |
BdbService.AsyncClient.getCursorConfig(TCursor cursor,
org.apache.thrift.async.AsyncMethodCallback<TCursorConfig> resultHandler) |
void |
BdbService.AsyncProcessor.getCursorConfig.start(I iface,
BdbService.getCursorConfig_args args,
org.apache.thrift.async.AsyncMethodCallback<TCursorConfig> resultHandler) |
Constructor and Description |
---|
getCursorConfig_result(TCursorConfig success,
TDatabaseException dbe,
TRuntimeException re) |
openCursor_args(TDatabase db,
TTransaction txn,
TCursorConfig cursorConfig) |
openCursor_call(TDatabase db,
TTransaction txn,
TCursorConfig cursorConfig,
org.apache.thrift.async.AsyncMethodCallback<TCursor> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
TCursorConfig(TCursorConfig other)
Performs a deep copy on other.
|
Constructor and Description |
---|
getCursorConfig_call(TCursor cursor,
org.apache.thrift.async.AsyncMethodCallback<TCursorConfig> 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.