Interface | Description |
---|---|
DaemonRunner |
An object capable of running (run/pause/shutdown/etc) a daemon thread.
|
TestHook |
TestHook is used induce testing behavior that can't be provoked externally.
|
Class | Description |
---|---|
Adler32 |
Adler32 checksum implementation.
|
Adler32.ChunkingAdler32 | |
BitMap |
Bitmap which supports indexing with long arguments.
|
CmdUtil |
Convenience methods for command line utilities.
|
DaemonThread |
A daemon thread.
|
DatabaseUtil |
Utils for use in the db package.
|
DbLsn |
DbLsn is a class that operates on Log Sequence Numbers (LSNs).
|
EventTrace |
Internal class used for transient event tracing.
|
EventTrace.ExceptionEventTrace | |
FileMapper |
A FileMapper instance represents the VLSN->LSN mappings for a single log
file.
|
HexFormatter | |
JarMain |
Used as the main class for the manifest of the je.jar file, and so it is
executed when running: java -jar je.jar.
|
PropUtil |
Convenience methods for handling JE properties.
|
TestHookExecute |
Execute a test hook if set.
|
TinyHashSet<T> |
TinyHashSet is used to optimize (for speed, not space) the case where a
HashSet generally holds a single element.
|
TinyHashSet.SingleElementIterator<T> | |
Tracer |
The Tracer generates debug messages that are sent to the java.util.Logging
facility.
|
TracerFormatter |
Formatter for debug log file output.
|
VLSN |
Exception | Description |
---|---|
InternalException |
Some internal inconsistency exception.
|