Package bw :: Package poseidon :: Module oceanserver :: Class PyroOcean
[frames] | no frames]

Class PyroOcean

     modules.Pyro.core.ObjBase --+
                                 |
                object --+       |
                         |       |
ioengine.PersistenceEngine --+   |
                             |   |
                         Ocean --+
                                 |
                                PyroOcean

Instance Methods
 
__init__(self, fn, options)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
close(self)

Inherited from Ocean: commit, load_cache, load_index, read_disk, recreate_index, update_index, update_rcache

Inherited from ioengine.PersistenceEngine: __repr__, clean_index, create, create_snapshot, flush_index, get, get_options, get_r_fp, has_key, is_snaphot, mark_index_inconsistent, read, read_header, rollback, stats, upgrade, validate_transaction

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables

Inherited from ioengine.PersistenceEngine: r_fp

Properties

Inherited from object: __class__

Method Details

__init__(self, fn, options)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

close(self)

 
Overrides: ioengine.PersistenceEngine.close