Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
TKeyRangeResult |
BdbService.dbKeyRange_result.success |
Modifier and Type | Method and Description |
---|---|
TKeyRangeResult |
BdbService.Iface.dbKeyRange(TDatabase db,
TTransaction txn,
TDbt key) |
TKeyRangeResult |
BdbService.Client.dbKeyRange(TDatabase db,
TTransaction txn,
TDbt key) |
TKeyRangeResult |
TKeyRangeResult.deepCopy() |
TKeyRangeResult |
BdbService.AsyncClient.dbKeyRange_call.getResult() |
TKeyRangeResult |
BdbService.dbKeyRange_result.getSuccess() |
TKeyRangeResult |
BdbService.Client.recv_dbKeyRange() |
TKeyRangeResult |
TKeyRangeResult.setEqual(double equal) |
TKeyRangeResult |
TKeyRangeResult.setGreater(double greater) |
TKeyRangeResult |
TKeyRangeResult.setLess(double less) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<TKeyRangeResult> |
BdbService.AsyncProcessor.dbKeyRange.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
TKeyRangeResult.compareTo(TKeyRangeResult other) |
boolean |
TKeyRangeResult.equals(TKeyRangeResult that) |
BdbService.dbKeyRange_result |
BdbService.dbKeyRange_result.setSuccess(TKeyRangeResult success) |
Modifier and Type | Method and Description |
---|---|
void |
BdbService.AsyncIface.dbKeyRange(TDatabase db,
TTransaction txn,
TDbt key,
org.apache.thrift.async.AsyncMethodCallback<TKeyRangeResult> resultHandler) |
void |
BdbService.AsyncClient.dbKeyRange(TDatabase db,
TTransaction txn,
TDbt key,
org.apache.thrift.async.AsyncMethodCallback<TKeyRangeResult> resultHandler) |
void |
BdbService.AsyncProcessor.dbKeyRange.start(I iface,
BdbService.dbKeyRange_args args,
org.apache.thrift.async.AsyncMethodCallback<TKeyRangeResult> resultHandler) |
Constructor and Description |
---|
dbKeyRange_result(TKeyRangeResult success,
TDatabaseException dbe,
TRuntimeException re) |
TKeyRangeResult(TKeyRangeResult other)
Performs a deep copy on other.
|
Constructor and Description |
---|
dbKeyRange_call(TDatabase db,
TTransaction txn,
TDbt key,
org.apache.thrift.async.AsyncMethodCallback<TKeyRangeResult> 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.