Package | Description |
---|---|
com.sleepycat.client | |
com.sleepycat.thrift |
Modifier and Type | Method and Description |
---|---|
TPutResult |
PutHelper.RemotePutFunction.applyWithException(java.util.List<TKeyDataWithSecondaryKeys> pairs) |
Modifier and Type | Field and Description |
---|---|
TPutResult |
BdbService.dbPut_result.success |
TPutResult |
BdbService.cursorPut_result.success |
Modifier and Type | Method and Description |
---|---|
TPutResult |
BdbService.Iface.cursorPut(TCursor cursor,
TKeyDataWithSecondaryKeys pair,
TCursorPutConfig config) |
TPutResult |
BdbService.Client.cursorPut(TCursor cursor,
TKeyDataWithSecondaryKeys pair,
TCursorPutConfig config) |
TPutResult |
BdbService.Iface.dbPut(TDatabase db,
TTransaction txn,
java.util.List<TKeyDataWithSecondaryKeys> pairs,
TDbPutConfig config) |
TPutResult |
BdbService.Client.dbPut(TDatabase db,
TTransaction txn,
java.util.List<TKeyDataWithSecondaryKeys> pairs,
TDbPutConfig config) |
TPutResult |
TPutResult.deepCopy() |
TPutResult |
BdbService.AsyncClient.dbPut_call.getResult() |
TPutResult |
BdbService.AsyncClient.cursorPut_call.getResult() |
TPutResult |
BdbService.dbPut_result.getSuccess() |
TPutResult |
BdbService.cursorPut_result.getSuccess() |
TPutResult |
BdbService.Client.recv_cursorPut() |
TPutResult |
BdbService.Client.recv_dbPut() |
TPutResult |
TPutResult.setNewRecordNumber(byte[] newRecordNumber) |
TPutResult |
TPutResult.setNewRecordNumber(java.nio.ByteBuffer newRecordNumber) |
TPutResult |
TPutResult.setStatus(TOperationStatus status) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<TPutResult> |
BdbService.AsyncProcessor.dbPut.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<TPutResult> |
BdbService.AsyncProcessor.cursorPut.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
TPutResult.compareTo(TPutResult other) |
boolean |
TPutResult.equals(TPutResult that) |
BdbService.dbPut_result |
BdbService.dbPut_result.setSuccess(TPutResult success) |
BdbService.cursorPut_result |
BdbService.cursorPut_result.setSuccess(TPutResult success) |
Modifier and Type | Method and Description |
---|---|
void |
BdbService.AsyncIface.cursorPut(TCursor cursor,
TKeyDataWithSecondaryKeys pair,
TCursorPutConfig config,
org.apache.thrift.async.AsyncMethodCallback<TPutResult> resultHandler) |
void |
BdbService.AsyncClient.cursorPut(TCursor cursor,
TKeyDataWithSecondaryKeys pair,
TCursorPutConfig config,
org.apache.thrift.async.AsyncMethodCallback<TPutResult> resultHandler) |
void |
BdbService.AsyncIface.dbPut(TDatabase db,
TTransaction txn,
java.util.List<TKeyDataWithSecondaryKeys> pairs,
TDbPutConfig config,
org.apache.thrift.async.AsyncMethodCallback<TPutResult> resultHandler) |
void |
BdbService.AsyncClient.dbPut(TDatabase db,
TTransaction txn,
java.util.List<TKeyDataWithSecondaryKeys> pairs,
TDbPutConfig config,
org.apache.thrift.async.AsyncMethodCallback<TPutResult> resultHandler) |
void |
BdbService.AsyncProcessor.cursorPut.start(I iface,
BdbService.cursorPut_args args,
org.apache.thrift.async.AsyncMethodCallback<TPutResult> resultHandler) |
void |
BdbService.AsyncProcessor.dbPut.start(I iface,
BdbService.dbPut_args args,
org.apache.thrift.async.AsyncMethodCallback<TPutResult> resultHandler) |
Constructor and Description |
---|
cursorPut_result(TPutResult success,
TDatabaseException dbe,
TRuntimeException re) |
dbPut_result(TPutResult success,
TDatabaseException dbe,
TRuntimeException re) |
TPutResult(TPutResult other)
Performs a deep copy on other.
|
Constructor and Description |
---|
cursorPut_call(TCursor cursor,
TKeyDataWithSecondaryKeys pair,
TCursorPutConfig config,
org.apache.thrift.async.AsyncMethodCallback<TPutResult> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
dbPut_call(TDatabase db,
TTransaction txn,
java.util.List<TKeyDataWithSecondaryKeys> pairs,
TDbPutConfig config,
org.apache.thrift.async.AsyncMethodCallback<TPutResult> 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.