| Package | Description |
|---|---|
| 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.rep.subscription |
INTERNAL: Subscription of rep stream for use by stream API in NoSQL DB.
|
| com.sleepycat.je.rep.utilint |
INTERNAL: Command line and programmatic utilities.
|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected LongStat |
BaseProtocol.nAckMessages |
protected LongStat |
BaseProtocol.nGroupAckMessages |
protected LongStat |
BaseProtocol.nGroupedAcks |
| Modifier and Type | Method and Description |
|---|---|
LongStat |
SubscriptionStat.getMaxPendingInput() |
LongStat |
SubscriptionStat.getNumMsgReceived() |
LongStat |
SubscriptionStat.getNumMsgResponded() |
LongStat |
SubscriptionStat.getNumOpsProcessed() |
LongStat |
SubscriptionStat.getNumReplayQueueOverflow() |
LongStat |
SubscriptionStat.getNumTxnAborted() |
LongStat |
SubscriptionStat.getNumTxnCommitted() |
| Modifier and Type | Class and Description |
|---|---|
class |
LongMinZeroStat
For stats where the min value in the range is zero, so that sums, averages,
etc.
|
| Modifier and Type | Field and Description |
|---|---|
protected LongStat |
BinaryProtocol.nBytesRead |
protected LongStat |
BinaryProtocol.nBytesWritten |
protected LongStat |
BinaryProtocol.nEntriesWrittenOldVersion |
protected LongStat |
BinaryProtocol.nMessageBatches |
protected LongStat |
BinaryProtocol.nMessagesBatched |
protected LongStat |
BinaryProtocol.nMessagesRead |
protected LongStat |
BinaryProtocol.nMessagesWritten |
protected LongStat |
BinaryProtocol.nReadNanos |
protected LongStat |
BinaryProtocol.nWriteNanos |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegralRateStat
A long stat which represents a rate whose value is Integral.
|
class |
LongMaxStat
A long stat which maintains a maximum value.
|
class |
LongMaxZeroStat
For stats where the min value in the range is zero, so that sums, averages,
etc.
|
class |
LongMinStat
A long stat which maintains a minimum value.
|
class |
LSNStat
A long JE stat.
|
| Modifier and Type | Method and Description |
|---|---|
LongStat |
StatGroup.getLongStat(StatDefinition definition) |
Copyright © 2024. All rights reserved.