Interface | Description |
---|---|
IFileForStorable | |
IHeapDataManager |
data management on heap file
start the heap data manager create a new data record on the heap read existing data record from the heap delete existing data record from the heap flush modification ( create,modification,delete) on the heap file stop the heap data manager ( do a flush ) |
Class | Description |
---|---|
AbstractHeapDataManager | |
FileForStorable |
to read/write class implementing
IFileStorable to/from file. |
HeapFileStateHelper |
helper to have file state from exception
|
KeyValueStoreServiceTests |
Exception | Description |
---|---|
HeapException |
heap exception contains information about the file state
|
HeapRuntimeException |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.