Package | Description |
---|---|
com.sun.electric.database.geometry.btree |
A B+Tree with many features.
|
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Class and Description |
---|
BTree.Summary |
CachingPageStorage
API for a PageStorage with some sort of cache; the
CachingPageStorage.CachedPage class provides an interface for interacting with the
cache. |
CachingPageStorage.CachedPage
A page which is currently in the cache; pages can be dirty or clean.
|
FilePageStorage
PageStorage implemented via a RandomAccessFile.
|
PageStorage
Stores and retrieves fixed-size byte sequences indexed by a page
number; page numbers are guaranteed to be contiguous starting at
zero.
|
Class and Description |
---|
CachingPageStorage
API for a PageStorage with some sort of cache; the
CachingPageStorage.CachedPage class provides an interface for interacting with the
cache. |