Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
java.util.List<TActiveTxnStat> |
TTransactionStat.activeTxns |
Modifier and Type | Method and Description |
---|---|
TActiveTxnStat |
TActiveTxnStat.deepCopy() |
TActiveTxnStat |
TActiveTxnStat.setGId(byte[] GId) |
TActiveTxnStat |
TActiveTxnStat.setGId(java.nio.ByteBuffer GId) |
TActiveTxnStat |
TActiveTxnStat.setLsnFile(int lsnFile) |
TActiveTxnStat |
TActiveTxnStat.setLsnOffset(int lsnOffset) |
TActiveTxnStat |
TActiveTxnStat.setMultiversionRef(int multiversionRef) |
TActiveTxnStat |
TActiveTxnStat.setName(java.lang.String name) |
TActiveTxnStat |
TActiveTxnStat.setParentId(int parentId) |
TActiveTxnStat |
TActiveTxnStat.setPid(int pid) |
TActiveTxnStat |
TActiveTxnStat.setPriority(int priority) |
TActiveTxnStat |
TActiveTxnStat.setReadLsnFile(int readLsnFile) |
TActiveTxnStat |
TActiveTxnStat.setReadLsnOffset(int readLsnOffset) |
TActiveTxnStat |
TActiveTxnStat.setTxnId(int txnId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TActiveTxnStat> |
TTransactionStat.getActiveTxns() |
java.util.Iterator<TActiveTxnStat> |
TTransactionStat.getActiveTxnsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TTransactionStat.addToActiveTxns(TActiveTxnStat elem) |
int |
TActiveTxnStat.compareTo(TActiveTxnStat other) |
boolean |
TActiveTxnStat.equals(TActiveTxnStat that) |
Modifier and Type | Method and Description |
---|---|
TTransactionStat |
TTransactionStat.setActiveTxns(java.util.List<TActiveTxnStat> activeTxns) |
Constructor and Description |
---|
TActiveTxnStat(TActiveTxnStat other)
Performs a deep copy on other.
|
Constructor and Description |
---|
TTransactionStat(int inittxns,
int lastCkpFile,
int lastCkpOffset,
int lastTxnId,
int maxNactive,
int maxNsnapshot,
int maxTxns,
long naborts,
int nactive,
long numBegins,
long numCommits,
int numRestores,
int numSnapshot,
long regionNowait,
long regionWait,
long regSize,
long timeCkp,
java.util.List<TActiveTxnStat> activeTxns) |
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.