view src/org/dancres/blitz/config/Transient.java @ 35:6f68e94c1fb8 default tip

Add CondensedStats monitoring utility, equivalent to vmstat
author Dominic Cleal <dominic-cleal@cdo2.com>
date Thu, 05 Aug 2010 11:07:25 +0100
parents 3dc0c5604566
children
line wrap: on
line source

package org.dancres.blitz.config;

/**
   <p>Configuring Blitz with this storage model causes it to run like a
   disk-backed cache.  On restart, all state (including join state and service
   id) will be forgotten.  The Blitz instance will appear to be empty.</p>

   <p>There is requirement to guarentee persistent state hence, in this
   configuration, Blitz does not bother logging actions to disk.</p>
 */
public class Transient implements StorageModel {
}