A version of a
LeafNode that pages its entries to and from disk. The entries are managed in an
IPage
which has operations performed upon it. Storage and retrieval is performed by an
IStoreManager . This object uses the IPage as
its transfer object.
The Node does not keep a reference to the IPage inbetween operations and so a retrieval from the
IStoreManager is required
each time. The Manager is free to cache these objects in order to make this operation more performant.
author: steve Woodcock version: 1.36 |