| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.jmx |
Implementations of JMX MBeans for JE.
|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.arbiter |
Provides a mechanism to allow write availability for the Replication
group even when the number of replication nodes is less than majority.
|
| Modifier and Type | Field | Description |
|---|---|---|
static StatsConfig |
StatsConfig.CLEAR |
A convenience instance for which setClear(true) has been called, and
all other properties have default values.
|
static StatsConfig |
StatsConfig.DEFAULT |
A convenience instance embodying the default configuration.
|
| Modifier and Type | Method | Description |
|---|---|---|
StatsConfig |
StatsConfig.clone() |
Returns a copy of this configuration object.
|
StatsConfig |
StatsConfig.setClear(boolean clear) |
Configures the statistics operation to reset statistics after they are
returned.
|
StatsConfig |
StatsConfig.setFast(boolean fast) |
Configures the statistics operation to return only the values which do
not incur some performance penalty.
|
StatsConfig |
StatsConfig.setShowProgressInterval(int showProgressInterval) |
When the statistics operation is configured to display progress the
showProgressInterval is the number of LNs between each progress report.
|
StatsConfig |
StatsConfig.setShowProgressStream(java.io.PrintStream showProgressStream) |
Configures the statistics operation to display progress to the
PrintStream argument.
|
| Modifier and Type | Method | Description |
|---|---|---|
LockStats |
Environment.getLockStats(StatsConfig config) |
Deprecated.
as of 4.0.10, replaced by
Environment.getStats(StatsConfig). |
DatabaseStats |
Database.getStats(StatsConfig config) |
Returns Btree node counts.
|
EnvironmentStats |
Environment.getStats(StatsConfig config) |
Returns the general database environment statistics.
|
SequenceStats |
Sequence.getStats(StatsConfig config) |
Returns statistical information about the sequence.
|
TransactionStats |
Environment.getTransactionStats(StatsConfig config) |
Returns the database environment's transactional statistics.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected StatsConfig |
JEMBean.getStatsConfig(java.lang.Object[] params) |
Helper for creating a StatsConfig object to use as an operation
parameter.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicatedEnvironmentStats |
ReplicatedEnvironment.getRepStats(StatsConfig config) |
Returns statistics associated with this environment.
|
| Modifier and Type | Method | Description |
|---|---|---|
ArbiterStats |
Arbiter.getStats(StatsConfig config) |
Gets the Arbiter statistics.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.