Package de.mhus.lib.persistence

Examples of de.mhus.lib.persistence.RoundRobin


 
  private void persistence() {
    try {
      if (MSingleton.instance().isPersistence()) {
        File f = MSingleton.instance().getPersistenceManager().sessionScope().getPersistenceFile(getJmxName() + "_" + name + ".rrd");
        rrd = new RoundRobin(MTimeInterval.HOUR_IN_MILLISECOUNDS , f);
      }
    } catch (Throwable t) {
      log().t(t);
    }
  }
View Full Code Here

TOP

Related Classes of de.mhus.lib.persistence.RoundRobin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.