Examples of EnumGarbageCollectorState


Examples of net.sf.joafip.store.entity.garbage.EnumGarbageCollectorState

  @Override
  public boolean garbagePass() throws GarbageException,
      ReferenceLinkGarbageException {
    oneGarbaged = false;
    EnumGarbageCollectorState garbageCollectorState;
    final boolean operationDone;
    try {
      garbageCollectorState = storeHeader.getGarbageCollectorState();
      if (LOGGER.debugEnabled) {
        LOGGER.debug("garbage state=" + garbageCollectorState);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.