Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
TSequence |
BdbService.closeSequenceHandle_args.seq |
TSequence |
BdbService.sequenceGet_args.seq |
TSequence |
BdbService.openSequence_result.success |
Modifier and Type | Method and Description |
---|---|
TSequence |
TSequence.deepCopy() |
TSequence |
BdbService.AsyncClient.openSequence_call.getResult() |
TSequence |
BdbService.closeSequenceHandle_args.getSeq() |
TSequence |
BdbService.sequenceGet_args.getSeq() |
TSequence |
BdbService.openSequence_result.getSuccess() |
TSequence |
BdbService.Iface.openSequence(TDatabase db,
TTransaction txn,
TDbt key,
TSequenceConfig config) |
TSequence |
BdbService.Client.openSequence(TDatabase db,
TTransaction txn,
TDbt key,
TSequenceConfig config) |
TSequence |
BdbService.Client.recv_openSequence() |
TSequence |
TSequence.setHandle(long handle) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<TSequence> |
BdbService.AsyncProcessor.openSequence.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
void |
BdbService.Iface.closeSequenceHandle(TSequence seq) |
void |
BdbService.Client.closeSequenceHandle(TSequence seq) |
void |
BdbService.AsyncIface.closeSequenceHandle(TSequence seq,
org.apache.thrift.async.AsyncMethodCallback<java.lang.Void> resultHandler) |
void |
BdbService.AsyncClient.closeSequenceHandle(TSequence seq,
org.apache.thrift.async.AsyncMethodCallback<java.lang.Void> resultHandler) |
int |
TSequence.compareTo(TSequence other) |
boolean |
TSequence.equals(TSequence that) |
void |
BdbService.Client.send_closeSequenceHandle(TSequence seq) |
void |
BdbService.Client.send_sequenceGet(TSequence seq,
TTransaction txn,
int delta) |
long |
BdbService.Iface.sequenceGet(TSequence seq,
TTransaction txn,
int delta) |
long |
BdbService.Client.sequenceGet(TSequence seq,
TTransaction txn,
int delta) |
void |
BdbService.AsyncIface.sequenceGet(TSequence seq,
TTransaction txn,
int delta,
org.apache.thrift.async.AsyncMethodCallback<java.lang.Long> resultHandler) |
void |
BdbService.AsyncClient.sequenceGet(TSequence seq,
TTransaction txn,
int delta,
org.apache.thrift.async.AsyncMethodCallback<java.lang.Long> resultHandler) |
BdbService.closeSequenceHandle_args |
BdbService.closeSequenceHandle_args.setSeq(TSequence seq) |
BdbService.sequenceGet_args |
BdbService.sequenceGet_args.setSeq(TSequence seq) |
BdbService.openSequence_result |
BdbService.openSequence_result.setSuccess(TSequence success) |
Modifier and Type | Method and Description |
---|---|
void |
BdbService.AsyncIface.openSequence(TDatabase db,
TTransaction txn,
TDbt key,
TSequenceConfig config,
org.apache.thrift.async.AsyncMethodCallback<TSequence> resultHandler) |
void |
BdbService.AsyncClient.openSequence(TDatabase db,
TTransaction txn,
TDbt key,
TSequenceConfig config,
org.apache.thrift.async.AsyncMethodCallback<TSequence> resultHandler) |
void |
BdbService.AsyncProcessor.openSequence.start(I iface,
BdbService.openSequence_args args,
org.apache.thrift.async.AsyncMethodCallback<TSequence> resultHandler) |
Constructor and Description |
---|
closeSequenceHandle_args(TSequence seq) |
closeSequenceHandle_call(TSequence seq,
org.apache.thrift.async.AsyncMethodCallback<java.lang.Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
openSequence_result(TSequence success,
TResourceInUseException iue,
TDatabaseException dbe,
TRuntimeException re) |
sequenceGet_args(TSequence seq,
TTransaction txn,
int delta) |
sequenceGet_call(TSequence seq,
TTransaction txn,
int delta,
org.apache.thrift.async.AsyncMethodCallback<java.lang.Long> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
TSequence(TSequence other)
Performs a deep copy on other.
|
Constructor and Description |
---|
openSequence_call(TDatabase db,
TTransaction txn,
TDbt key,
TSequenceConfig config,
org.apache.thrift.async.AsyncMethodCallback<TSequence> 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.