Module: Madeleine

Defined in:
lib/madeleine.rb,
lib/madeleine/clock.rb,
lib/madeleine/sanity.rb,
lib/madeleine/zmarshal.rb,
lib/madeleine/automatic.rb

Overview

Madeleine - Ruby Object Prevalence

Author

Anders Bengtsson <[email protected]>

Copyright

Copyright © 2003-2006

Usage:

require 'madeleine'

madeleine = SnapshotMadeleine.new("my_example_storage") {
  SomeExampleApplication.new()
}

madeleine.execute_command(command)

Defined Under Namespace

Modules: Automatic, Clock Classes: CommandLog, DefaultLock, DefaultLogFactory, DefaultSnapshotMadeleine, Executer, InvalidCommandException, Logger, MadeleineClosedException, NumberedFile, Recoverer, SanityCheck, SnapshotFile, SnapshotMadeleine, Snapshotter, ZMarshal

Constant Summary collapse

MADELEINE_VERSION =
"0.7.2"
FILE_COUNTER_SIZE =

Internal classes below

21