| Package | Description |
|---|---|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicLongStat |
EnvironmentImpl.getThroughputStat(StatDefinition def) |
| Modifier and Type | Method and Description |
|---|---|
AtomicLongStat |
FeederTxns.getLastCommitTimestamp() |
AtomicLongStat |
FeederTxns.getLastCommitVLSN() |
| Modifier and Type | Class and Description |
|---|---|
class |
NoClearAtomicLongStat
A version of
AtomicLongStat that does not reset its value when
cleared. |
| Modifier and Type | Method and Description |
|---|---|
AtomicLongStat |
AtomicLongStat.copy() |
AtomicLongStat |
NoClearAtomicLongStat.copy() |
AtomicLongStat |
AtomicLongStat.copyAndClear() |
AtomicLongStat |
NoClearAtomicLongStat.copyAndClear()
Never clear this stat.
|
AtomicLongStat |
StatGroup.getAtomicLongStat(StatDefinition definition) |
Copyright © 2024. All rights reserved.