bw.poseidon.PoseidonService.BasicNTService:
Abstract base to help out with building NT services
in Python with the win32all(by Mark Hammond) support for
python nt services.
bw.poseidon.diskindex.DiskIndex:
This is the top-level abstract class which defines the interface
for all DiskIndexes in use.
bw.poseidon.ocean.Ocean:
This storage works based on records stored in a hashtable The id
must be hashable Internally, there is a long list of records and an
index table which contains references to where these records are
bw.poseidon.oceanclient.OceanClient:
This storage works based on records stored in a hashtable The id
must be hashable Internally, there is a long list of records and an
index table which contains references to where these records are