Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
TDbPutConfig |
BdbService.dbPut_args.config |
Modifier and Type | Method and Description |
---|---|
static TDbPutConfig |
TDbPutConfig.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TDbPutConfig |
BdbService.dbPut_args.getConfig() |
static TDbPutConfig |
TDbPutConfig.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TDbPutConfig[] |
TDbPutConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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) |
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.Client.send_dbPut(TDatabase db,
TTransaction txn,
java.util.List<TKeyDataWithSecondaryKeys> pairs,
TDbPutConfig config) |
BdbService.dbPut_args |
BdbService.dbPut_args.setConfig(TDbPutConfig config) |
Constructor and Description |
---|
dbPut_args(TDatabase db,
TTransaction txn,
java.util.List<TKeyDataWithSecondaryKeys> pairs,
TDbPutConfig config) |
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.