Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.fulltext |
The native full text search implementation, and the wrapper for the the Lucene full text search implementation.
|
org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
org.h2.tools |
Various tools.
|
org.h2.util |
Internal utility classes.
|
Class and Description |
---|
SmallLRUCache
This class implements a small LRU object cache.
|
SourceCompiler
This class allows to convert source code to a class.
|
TempFileDeleter
This class deletes temporary files when they are not used any longer.
|
Class and Description |
---|
SoftHashMap
Map which stores items using SoftReference.
|
Class and Description |
---|
CacheObject
The base object for all cached objects.
|
Class and Description |
---|
BitField
A list of bits.
|
Cache
The cache keeps frequently used objects in the main memory.
|
CacheObject
The base object for all cached objects.
|
CacheWriter
The cache writer is called by the cache to persist changed data that needs to
be removed from the cache.
|
SmallLRUCache
This class implements a small LRU object cache.
|
TempFileDeleter
This class deletes temporary files when they are not used any longer.
|
Class and Description |
---|
SmallLRUCache
This class implements a small LRU object cache.
|
TempFileDeleter
This class deletes temporary files when they are not used any longer.
|
Tool
Command line tools implement the tool interface so that they can be used in
the H2 Console.
|
Class and Description |
---|
Cache
The cache keeps frequently used objects in the main memory.
|
CacheObject
The base object for all cached objects.
|
CacheWriter
The cache writer is called by the cache to persist changed data that needs to
be removed from the cache.
|
CloseWatcher
A phantom reference to watch for unclosed objects.
|
HashBase
The base for other hash classes.
|
Permutations
A class to iterate over all permutations of an array.
|
SmallLRUCache
This class implements a small LRU object cache.
|
SortedProperties
Sorted properties file.
|
StatementBuilder
A utility class to build a statement.
|
Task
A method call that is executed in a separate thread.
|
TempFileDeleter
This class deletes temporary files when they are not used any longer.
|
ValueHashMap
This hash map supports keys of type Value.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.