Package net.sf.joafip.garbage.entity

Examples of net.sf.joafip.garbage.entity.EmptyClass


      builder.setCrashSafeMode(CRASH_SAFE_MODE);
      final IFilePersistence filePersistence = builder.build();
      final IDataAccessSession session = filePersistence
          .createDataAccessSession();
      session.open();
      session.setObject("key", new EmptyClass());
      session.close(EnumFilePersistenceCloseAction.SAVE);

      printState(filePersistence);

      filePersistence.garbageSweep("runtime/set");
View Full Code Here

TOP

Related Classes of net.sf.joafip.garbage.entity.EmptyClass

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.