Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
TEnvStatResult |
BdbService.getEnvStatistics_result.success |
Modifier and Type | Method and Description |
---|---|
TEnvStatResult |
TEnvStatResult.deepCopy() |
TEnvStatResult |
BdbService.Iface.getEnvStatistics(TEnvironment env,
TEnvStatConfig config) |
TEnvStatResult |
BdbService.Client.getEnvStatistics(TEnvironment env,
TEnvStatConfig config) |
TEnvStatResult |
BdbService.AsyncClient.getEnvStatistics_call.getResult() |
TEnvStatResult |
BdbService.getEnvStatistics_result.getSuccess() |
TEnvStatResult |
BdbService.Client.recv_getEnvStatistics() |
TEnvStatResult |
TEnvStatResult.setCacheFileStat(java.util.List<TCacheFileStat> cacheFileStat) |
TEnvStatResult |
TEnvStatResult.setCacheStat(TCacheStat cacheStat) |
TEnvStatResult |
TEnvStatResult.setLockStat(TLockStat lockStat) |
TEnvStatResult |
TEnvStatResult.setLogStat(TLogStat logStat) |
TEnvStatResult |
TEnvStatResult.setMutexStat(TMutexStat mutexStat) |
TEnvStatResult |
TEnvStatResult.setTxnStat(TTransactionStat txnStat) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<TEnvStatResult> |
BdbService.AsyncProcessor.getEnvStatistics.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
TEnvStatResult.compareTo(TEnvStatResult other) |
boolean |
TEnvStatResult.equals(TEnvStatResult that) |
BdbService.getEnvStatistics_result |
BdbService.getEnvStatistics_result.setSuccess(TEnvStatResult success) |
Modifier and Type | Method and Description |
---|---|
void |
BdbService.AsyncIface.getEnvStatistics(TEnvironment env,
TEnvStatConfig config,
org.apache.thrift.async.AsyncMethodCallback<TEnvStatResult> resultHandler) |
void |
BdbService.AsyncClient.getEnvStatistics(TEnvironment env,
TEnvStatConfig config,
org.apache.thrift.async.AsyncMethodCallback<TEnvStatResult> resultHandler) |
void |
BdbService.AsyncProcessor.getEnvStatistics.start(I iface,
BdbService.getEnvStatistics_args args,
org.apache.thrift.async.AsyncMethodCallback<TEnvStatResult> resultHandler) |
Constructor and Description |
---|
getEnvStatistics_result(TEnvStatResult success,
TDatabaseException dbe,
TRuntimeException re) |
TEnvStatResult(TEnvStatResult other)
Performs a deep copy on other.
|
Constructor and Description |
---|
getEnvStatistics_call(TEnvironment env,
TEnvStatConfig config,
org.apache.thrift.async.AsyncMethodCallback<TEnvStatResult> 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.