Home | Trees | Indices | Help |
|
---|
|
object --+ | node.CFSNode --+ | Backstore
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
index Get the backstore index as an int. |
|||
storage_objects Get the list of StorageObjects attached to the backstore. |
|||
version Get the Backstore plugin version string. |
|||
plugin Get the Backstore plugin name. |
|||
name Get the backstore name. |
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Creates the configFS node if it does not already exists depending on the mode. any -> makes sure it exists, also works if the node already does exists lookup -> make sure it does NOT exists create -> create the node which must not exists beforehand Upon success (no exception raised), self._fresh is True if a node was created, else self._fresh is False.
|
Recursively deletes a Backstore object. This will delete all attached StorageObject objects, and then the Backstore itself. The underlying file and block storages will not be touched, but all ramdisk data will be lost.
|
|
indexGet the backstore index as an int.
|
storage_objectsGet the list of StorageObjects attached to the backstore.
|
versionGet the Backstore plugin version string.
|
pluginGet the Backstore plugin name.
|
nameGet the backstore name.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 26 16:41:09 2014 | http://epydoc.sourceforge.net |