org.apache.derby.impl.store.access.heap |
|
Java Source File Name | Type | Comment |
D_HeapController.java | Class | The HeapController_D class implements the Diagnostics protocol for the
HeapController class. |
Heap.java | Class | A heap object corresponds to an instance of a heap conglomerate. |
HeapClassInfo.java | Class | |
HeapCompressScan.java | Class | |
HeapConglomerateFactory.java | Class | The heap conglomerate factory manages heap conglomerates implemented
on the raw store. |
HeapController.java | Class | |
HeapCostController.java | Class | The StoreCostController interface provides methods that an access client
(most likely the system optimizer) can use to get store's estimated cost of
various operations on the conglomerate the StoreCostController was opened
for.
It is likely that the implementation of StoreCostController will open
the conglomerate and will leave the conglomerate open until the
StoreCostController is closed. |
HeapPostCommit.java | Class | The HeapPostCommit class implements the Serviceable protocol. |
HeapRowLocation.java | Class | |
HeapScan.java | Class | |
HeapScanInfo.java | Class | This object provides performance information related to an open scan. |
OpenHeap.java | Class | |