Class JDBM2Persistence

  • All Implemented Interfaces:
    ConfigPersistence

    public class JDBM2Persistence
    extends Object
    implements ConfigPersistence
    Uses JDBM2 as a persistence layer; probably not for production installations as JDBM2 does not support concurrent access and so on. To set the path to the JDBM2 file, use the environment variable ARCHAPPL_PERSISTENCE_LAYER_JDBM2FILENAME. This defaults to ./archapplconfig.jdbm2 To use this persistence layer, use
     export ARCHAPPL_PERSISTENCE_LAYER="org.epics.archiverappliance.config.persistence.JDBM2Persistence"
     export ARCHAPPL_PERSISTENCE_LAYER_JDBM2FILENAME="/scratch/Archiver/persistence.jdbm2"
     
    Author:
    mshankar