com.sleepycat.je.utilint |
|
Java Source File Name | Type | Comment |
Adler32.java | Class | Adler32 checksum implementation.
This class is used rather than the native java.util.zip.Adler32 class
because we have seen a JIT problem when calling the Adler32 class using
the Server JVM on Linux and Solaris. |
BitMap.java | Class | Bitmap which supports indexing with long arguments. |
BitMapTest.java | Class | |
CmdUtil.java | Class | Convenience methods for command line utilities. |
DaemonRunner.java | Interface | An object capable of running (run/pause/shutdown/etc) a daemon thread. |
DaemonThread.java | Class | A daemon thread. |
DatabaseUtil.java | Class | Utils for use in the db package. |
DbLsn.java | Class | DbLsn is a class that operates on Log Sequence Numbers (LSNs). |
DbScavenger.java | Class | |
EventTrace.java | Class | Internal class used for transient event tracing. |
ExceptionListenerTest.java | Class | |
HexFormatter.java | Class | |
InternalException.java | Class | Some internal inconsistency exception. |
JarMain.java | Class | Used as the main class for the manifest of the je.jar file, and so it is
executed when running: java -jar je.jar. |
LevelOrderedINMap.java | Class | A level ordered map holds collection of INs, sorted by level. |
NotImplementedYetException.java | Class | Something is not yet implemented. |
PropUtil.java | Class | Convenience methods for handling JE properties. |
TestHook.java | Interface | TestHook is used induce testing behavior that can't be provoked externally.
For example, unit tests may use hooks to throw IOExceptions, or to cause
waiting behavior.
To use this, a unit test should extend TestHook with a class that overrides
the desired method. |
TestHookExecute.java | Class | |
TinyHashSet.java | Class | TinyHashSet is used to optimize (for speed, not space) the case where a
HashSet generally holds a single element. |
Tracer.java | Class | The Tracer generates debug messages that are sent to the java.util.Logging
facility. |
VLSN.java | Class | |