| Package | Description |
|---|---|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| com.sleepycat.je.rep.arbiter.impl |
INTERNAL: Implementation classes for the arbiter node.
|
| com.sleepycat.je.rep.elections |
INTERNAL: Elections of the master node among the nodes in a group.
|
| com.sleepycat.je.rep.impl.networkRestore |
INTERNAL: Protocol for
network restore. |
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| com.sleepycat.je.rep.utilint |
INTERNAL: Command line and programmatic utilities.
|
| com.sleepycat.je.util.verify |
INTERNAL: Scheduled data verifier and Btree verification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataEraser
Erases obsolete data from disk during a configured interval.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArbiterImpl
The implementation of the Arbiter.
|
class |
ArbiterOutputThread
The ArbiterOutputThread reads transaction identifiers
from the outputQueue and writes a acknowledgment
response to to the network channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Acceptor
Plays the role of Acceptor in the consensus algorithm.
|
class |
ElectionAgentThread
ElectionAgentThread is the base class for the election agent threads
underlying the Acceptor and Learner agents.
|
class |
Learner
The Learner agent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeederManager
Manages the multiple log file feeders that may be servicing requests from
multiple clients requesting log files.
|
class |
LogFileFeeder
The LogFileFeeder supplies log files to a client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicaOutputThread |
class |
ReplicaOutputThreadBase
The thread used to write responses asynchronously to the network, to avoid
network stalls in the replica replay thread.
|
class |
RepNode
Represents a replication node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDispatcher
ServiceDispatcher listens on a specific socket for service requests
and dispatches control to the service that is being requested.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReservedFilesAutoRepair
|
Copyright © 2024. All rights reserved.